Skip to content

Commit 9b9ff9c

Browse files
author
Steve Lee (POWERSHELL HE/HIM) (from Dev Box)
committed
switch to tdnf
1 parent d9d89e0 commit 9b9ff9c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.pipelines/DSC-Official.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,6 @@ extends:
275275
displayName: Linux-x64-musl
276276
pool:
277277
type: linux
278-
vmImage: ubuntu-latest
279278
steps:
280279
- task: RustInstaller@1
281280
inputs:
@@ -286,7 +285,7 @@ extends:
286285
env:
287286
ob_restore_phase: true
288287
- pwsh: |
289-
apt -y install musl-tools
288+
tdnf install musl-tools
290289
./build.ps1 -Release -Architecture x86_64-unknown-linux-musl
291290
./build.ps1 -PackageType tgz -Architecture x86_64-unknown-linux-musl -Release
292291
Copy-Item ./bin/*.tar.gz "$(ob_outputDirectory)"
@@ -301,7 +300,6 @@ extends:
301300
displayName: Linux-ARM64-musl
302301
pool:
303302
type: linux
304-
vmImage: ubuntu-latest
305303
hostArchitecture: arm64
306304
steps:
307305
- task: RustInstaller@1
@@ -313,7 +311,7 @@ extends:
313311
env:
314312
ob_restore_phase: true
315313
- pwsh: |
316-
apt -y install musl-tools
314+
tdnf install musl-tools
317315
./build.ps1 -Release -Architecture aarch64-unknown-linux-musl
318316
./build.ps1 -PackageType tgz -Architecture aarch64-unknown-linux-musl -Release
319317
Copy-Item ./bin/*.tar.gz "$(ob_outputDirectory)"

0 commit comments

Comments
 (0)