File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -249,6 +249,7 @@ extends:
249
249
displayName : Linux-ARM64-gnu
250
250
pool :
251
251
type : linux
252
+ vmImage : ubuntu-latest
252
253
hostArchitecture : arm64
253
254
steps :
254
255
- task : RustInstaller@1
@@ -274,6 +275,7 @@ extends:
274
275
displayName : Linux-x64-musl
275
276
pool :
276
277
type : linux
278
+ vmImage : ubuntu-latest
277
279
steps :
278
280
- task : RustInstaller@1
279
281
inputs :
@@ -284,6 +286,7 @@ extends:
284
286
env :
285
287
ob_restore_phase : true
286
288
- pwsh : |
289
+ apt-get install musl-tools
287
290
./build.ps1 -Release -Architecture x86_64-unknown-linux-musl
288
291
./build.ps1 -PackageType tgz -Architecture x86_64-unknown-linux-musl -Release
289
292
Copy-Item ./bin/*.tar.gz "$(ob_outputDirectory)"
@@ -298,6 +301,7 @@ extends:
298
301
displayName : Linux-ARM64-musl
299
302
pool :
300
303
type : linux
304
+ vmImage : ubuntu-latest
301
305
hostArchitecture : arm64
302
306
steps :
303
307
- task : RustInstaller@1
@@ -309,6 +313,7 @@ extends:
309
313
env :
310
314
ob_restore_phase : true
311
315
- pwsh : |
316
+ apt-get install musl-tools
312
317
./build.ps1 -Release -Architecture aarch64-unknown-linux-musl
313
318
./build.ps1 -PackageType tgz -Architecture aarch64-unknown-linux-musl -Release
314
319
Copy-Item ./bin/*.tar.gz "$(ob_outputDirectory)"
You can’t perform that action at this time.
0 commit comments