From b271aeffa25c53f3750f58ad6209f3fa7c528716 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jack=C2=B7Boos=C2=B7Yu?= <47264268+JackBoosY@users.noreply.github.com> Date: Tue, 26 May 2020 02:52:48 +0800 Subject: [VCPKG baseline] Fix many ports (#11559) --- scripts/azure-pipelines/linux/azure-pipelines.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'scripts/azure-pipelines/linux') diff --git a/scripts/azure-pipelines/linux/azure-pipelines.yml b/scripts/azure-pipelines/linux/azure-pipelines.yml index 67e9945a7..c51515148 100644 --- a/scripts/azure-pipelines/linux/azure-pipelines.yml +++ b/scripts/azure-pipelines/linux/azure-pipelines.yml @@ -18,6 +18,11 @@ jobs: displayName: 'Initialize Environment' inputs: filePath: scripts/azure-pipelines/linux/initialize-environment.sh + - bash: | + sudo mkdir /home/agent -m=777 + sudo chown `id -u` /home/agent + exit 0 + displayName: 'Create /home/agent' - bash: | df -h displayName: 'Report on Disk Space After Environment' @@ -32,7 +37,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 - $env:HOME = '/home/root' + $env:HOME = '/home/agent' ./vcpkg ci x64-linux --x-xunit="$(System.ArtifactsDirectory)/xml-results/x64-linux.xml" --exclude=$skipList --binarycaching displayName: '** Test Modified Ports **' - task: PowerShell@2 -- cgit v1.2.3