diff options
| author | Billy O'Neal <bion@microsoft.com> | 2020-05-10 15:17:27 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-10 15:17:27 -0700 |
| commit | 6920b49047f2de6880df8ef9724cc508c5f491ca (patch) | |
| tree | f0a849f39c540a5eb145756198f5f2e024553cc0 /scripts/azure-pipelines/linux/initialize-environment.sh | |
| parent | d4a415b7fa3f0d0ea14a789d5778abfc666ef2d0 (diff) | |
| download | vcpkg-6920b49047f2de6880df8ef9724cc508c5f491ca.tar.gz vcpkg-6920b49047f2de6880df8ef9724cc508c5f491ca.zip | |
[vcpkg] [llvm] [mpir] Bump Linux VM memory size and do all operations on the temporary disk. (#11174)
* [vcpkg] Bump Linux VM memory size and do all operations on the temporary disk.
* [llvm] disable optional dependencies to libxml2 and zlib
* [vcpkg] Reduce quotas on the share to something reasonable.
* [mpir] Skip on Linux because it conflicts with libgmp.
Co-authored-by: yurybura <yurybura@gmail.com>
Diffstat (limited to 'scripts/azure-pipelines/linux/initialize-environment.sh')
| -rwxr-xr-x | scripts/azure-pipelines/linux/initialize-environment.sh | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/scripts/azure-pipelines/linux/initialize-environment.sh b/scripts/azure-pipelines/linux/initialize-environment.sh index 82b52bd2e..5346345a5 100755 --- a/scripts/azure-pipelines/linux/initialize-environment.sh +++ b/scripts/azure-pipelines/linux/initialize-environment.sh @@ -4,12 +4,9 @@ # Cleans up the environment to prevent contamination across builds. if [ ! -d "archives" ]; then - ln -s /ci/archives archives -fi -if [ ! -d "installed" ]; then - ln -s /ci/installed installed + ln -s /archives archives fi -rm -rf installed/* +rm -rf installed rm -rf buildtrees -rm -rf packages +rm -rf packages/* |
