1
0
Fork 0

doc about checkout path

This commit is contained in:
Mikhail Goncharov 2023-08-29 09:48:06 +00:00
parent 576f8c9ec3
commit d72694bfd9

View file

@ -1,5 +1,7 @@
# TODO: remove after migrating scripts to LLVM repo.
git clone https://github.com/google/llvm-premerge-checks.git c:\llvm-premerge-checks
# Checkout path is set to a fixed short value (e.g. c:\ws\src) to keep paths
# short as many tools break on Windows with paths longer than 250.
$env:BUILDKITE_BUILD_CHECKOUT_PATH = "$env:BUILDKITE_BUILD_PATH\src"
# Install Buildkite agent.