@@ -47,9 +47,7 @@ stages:
47
47
jobName : Mac_Build_Test_With_CppRestSDK
48
48
useCppRestSDK : true
49
49
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"
53
51
condition : ne(variables.CACHE_RESTORED, 'true')
54
52
displayName : Bootstrap vcpkg
55
53
- bash : " ./submodules/vcpkg/vcpkg install cpprestsdk"
@@ -68,7 +66,7 @@ stages:
68
66
- bash : " ./submodules/vcpkg/vcpkg install cpprestsdk boost-system boost-chrono boost-thread --vcpkg-root ./submodules/vcpkg"
69
67
condition : ne(variables.CACHE_RESTORED, 'true')
70
68
displayName : vcpkg install dependencies
71
- - bash : " sudo apt install valgrind"
69
+ - bash : " sudo apt-get update && sudo apt install valgrind"
72
70
displayName : install valgrind
73
71
74
72
- template : .azure/default-build.yml
@@ -77,7 +75,7 @@ stages:
77
75
jobName : Linux_Build_Test
78
76
useCppRestSDK : false
79
77
beforeBuild :
80
- - bash : " sudo apt install valgrind"
78
+ - bash : " sudo apt-get update && sudo apt install valgrind"
81
79
displayName : install valgrind
82
80
83
81
- template : .azure/default-build.yml
0 commit comments