doc about checkout path
This commit is contained in:
parent
576f8c9ec3
commit
d72694bfd9
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
# TODO: remove after migrating scripts to LLVM repo.
|
# TODO: remove after migrating scripts to LLVM repo.
|
||||||
git clone https://github.com/google/llvm-premerge-checks.git c:\llvm-premerge-checks
|
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"
|
$env:BUILDKITE_BUILD_CHECKOUT_PATH = "$env:BUILDKITE_BUILD_PATH\src"
|
||||||
|
|
||||||
# Install Buildkite agent.
|
# Install Buildkite agent.
|
||||||
|
|
Loading…
Reference in a new issue