4747 arm-unknown-linux-musleabihf :
4848 TARGET : arm-unknown-linux-musleabihf
4949 # Disabled because currently broken, see:
50- # https://github.com/rust-lang/libc/issues/1591
50+ # https://github.com/rust-lang/libc/issues/1591
5151 # asmjs-unknown-emscripten:
5252 # TARGET: asmjs-unknown-emscripten
5353 i686-linux-android :
7777 sparc64-unknown-linux-gnu :
7878 TARGET : sparc64-unknown-linux-gnu
7979 # Disabled because currently broken, see:
80- # https://github.com/rust-lang/libc/issues/1591
80+ # https://github.com/rust-lang/libc/issues/1591
8181 # wasm32-unknown-emscripten:
8282 # TARGET: wasm32-unknown-emscripten
8383 x86_64-linux-android :
8989
9090 - job : DockerOSX64
9191 pool :
92- vmImage : macos-10.14
92+ vmImage : macos-10.15
9393 steps :
9494 - template : azure-install-rust.yml
9595 - bash : LIBC_CI=1 sh ./ci/run.sh $TARGET
@@ -114,7 +114,7 @@ jobs:
114114 ARCH : x86_64
115115 x86_64-pc-windows-msvc :
116116 TARGET : x86_64-pc-windows-msvc
117- # Disabled because broken:
117+ # Disabled because broken:
118118 # https://github.com/rust-lang/libc/issues/1592
119119 # i686-pc-windows-gnu:
120120 # TARGET: i686-pc-windows-gnu
@@ -125,7 +125,7 @@ jobs:
125125
126126 - job : StyleAndDocs
127127 pool :
128- vmImage : ubuntu-16 .04
128+ vmImage : ubuntu-18 .04
129129 steps :
130130 - template : azure-install-rust.yml
131131 - script : sh ci/style.sh
@@ -141,7 +141,7 @@ jobs:
141141 # dependsOn: BuildChannelsLinux
142142 # continueOnError: true
143143 # pool:
144- # vmImage: ubuntu-16 .04
144+ # vmImage: ubuntu-18 .04
145145 # steps:
146146 # - template: azure-install-rust.yml
147147 # - script: sh ci/semver.sh linux
@@ -151,7 +151,7 @@ jobs:
151151 # dependsOn: BuildChannelsOSX
152152 # continueOnError: true
153153 # pool:
154- # vmImage: macos-10.14
154+ # vmImage: macos-10.15
155155 # steps:
156156 # - template: azure-install-rust.yml
157157 # - script: sh ci/semver.sh osx
@@ -160,7 +160,7 @@ jobs:
160160 - job : BuildChannelsLinux
161161 dependsOn : StyleAndDocs
162162 pool :
163- vmImage : ubuntu-16 .04
163+ vmImage : ubuntu-18 .04
164164 steps :
165165 - template : azure-install-rust.yml
166166 - script : LIBC_CI=1 sh ./ci/build.sh
@@ -189,7 +189,7 @@ jobs:
189189 - job : BuildChannelsOSX
190190 dependsOn : StyleAndDocs
191191 pool :
192- vmImage : macos-10.14
192+ vmImage : macos-10.15
193193 steps :
194194 - template : azure-install-rust.yml
195195 - script : LIBC_CI=1 sh ./ci/build.sh
0 commit comments