@@ -47,9 +47,7 @@ stages:
4747 jobName : Mac_Build_Test_With_CppRestSDK
4848 useCppRestSDK : true
4949 beforeBuild :
50- - script : brew install gcc
51- displayName : Install gcc
52- - bash : " ./submodules/vcpkg/bootstrap-vcpkg.sh"
50+ - bash : " ./submodules/vcpkg/bootstrap-vcpkg.sh --allowAppleClang"
5351 condition : ne(variables.CACHE_RESTORED, 'true')
5452 displayName : Bootstrap vcpkg
5553 - bash : " ./submodules/vcpkg/vcpkg install cpprestsdk"
@@ -68,7 +66,7 @@ stages:
6866 - bash : " ./submodules/vcpkg/vcpkg install cpprestsdk boost-system boost-chrono boost-thread --vcpkg-root ./submodules/vcpkg"
6967 condition : ne(variables.CACHE_RESTORED, 'true')
7068 displayName : vcpkg install dependencies
71- - bash : " sudo apt install valgrind"
69+ - bash : " sudo apt-get update && sudo apt install valgrind"
7270 displayName : install valgrind
7371
7472 - template : .azure/default-build.yml
@@ -77,7 +75,7 @@ stages:
7775 jobName : Linux_Build_Test
7876 useCppRestSDK : false
7977 beforeBuild :
80- - bash : " sudo apt install valgrind"
78+ - bash : " sudo apt-get update && sudo apt install valgrind"
8179 displayName : install valgrind
8280
8381 - template : .azure/default-build.yml
0 commit comments