diff options
| author | Pietro Albini <pietro@pietroalbini.org> | 2020-03-20 16:49:39 +0100 |
|---|---|---|
| committer | Pietro Albini <pietro@pietroalbini.org> | 2020-03-24 15:34:57 +0100 |
| commit | 9d5c416037b2066b0b1450952914989dee73900a (patch) | |
| tree | 2574c62cf15d9f8a5b5b3880beb0e9d88d4d927e | |
| parent | b4f71cd47705ab65811addd13bf19d448664abf3 (diff) | |
| download | rust-9d5c416037b2066b0b1450952914989dee73900a.tar.gz rust-9d5c416037b2066b0b1450952914989dee73900a.zip | |
ci: rename script windows-symlink-build-dir to symlink-build-dir
There will be a need to symlink the Linux build directory in the future as well, so let's make the script name generic.
| -rw-r--r-- | src/ci/azure-pipelines/steps/run.yml | 4 | ||||
| -rwxr-xr-x | src/ci/scripts/symlink-build-dir.sh (renamed from src/ci/scripts/windows-symlink-build-dir.sh) | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/ci/azure-pipelines/steps/run.yml b/src/ci/azure-pipelines/steps/run.yml index ee9425aa1c5..e2f4b62deaf 100644 --- a/src/ci/azure-pipelines/steps/run.yml +++ b/src/ci/azure-pipelines/steps/run.yml @@ -59,8 +59,8 @@ steps: displayName: Install InnoSetup condition: and(succeeded(), not(variables.SKIP_JOB)) -- bash: src/ci/scripts/windows-symlink-build-dir.sh - displayName: Ensure the build happens on C:\ instead of D:\ +- bash: src/ci/scripts/symlink-build-dir.sh + displayName: Ensure the build happens on a partition with enough space condition: and(succeeded(), not(variables.SKIP_JOB)) - bash: src/ci/scripts/disable-git-crlf-conversion.sh diff --git a/src/ci/scripts/windows-symlink-build-dir.sh b/src/ci/scripts/symlink-build-dir.sh index e57128c70f5..e57128c70f5 100755 --- a/src/ci/scripts/windows-symlink-build-dir.sh +++ b/src/ci/scripts/symlink-build-dir.sh |
