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