aboutsummaryrefslogtreecommitdiff
path: root/scripts/azure-pipelines/linux/azure-pipelines.yml
diff options
context:
space:
mode:
authorBilly O'Neal <bion@microsoft.com>2020-05-10 15:17:27 -0700
committerGitHub <noreply@github.com>2020-05-10 15:17:27 -0700
commit6920b49047f2de6880df8ef9724cc508c5f491ca (patch)
treef0a849f39c540a5eb145756198f5f2e024553cc0 /scripts/azure-pipelines/linux/azure-pipelines.yml
parentd4a415b7fa3f0d0ea14a789d5778abfc666ef2d0 (diff)
downloadvcpkg-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/azure-pipelines.yml')
-rw-r--r--scripts/azure-pipelines/linux/azure-pipelines.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/azure-pipelines/linux/azure-pipelines.yml b/scripts/azure-pipelines/linux/azure-pipelines.yml
index 085c6c3be..58e82efef 100644
--- a/scripts/azure-pipelines/linux/azure-pipelines.yml
+++ b/scripts/azure-pipelines/linux/azure-pipelines.yml
@@ -27,8 +27,7 @@ jobs:
- powershell: |
$skipList = ./scripts/azure-pipelines/generate-skip-list.ps1 -Triplet "x64-linux" -BaselineFile "$(System.DefaultWorkingDirectory)/scripts/ci.baseline.txt"
mkdir $(System.ArtifactsDirectory)/xml-results
- mkdir /ci/home
- $env:HOME = '/ci/home'
+ $env:HOME = '/home/root'
./vcpkg ci x64-linux --x-xunit="$(System.ArtifactsDirectory)/xml-results/x64-linux.xml" --exclude=$skipList --binarycaching
displayName: '** Test Modified Ports **'
- task: PowerShell@2