Skip to content

Commit 7d21698

Browse files
author
Steve Lee (POWERSHELL HE/HIM) (from Dev Box)
committed
change to ubuntu and install musl tools
1 parent 292593a commit 7d21698

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.pipelines/DSC-Official.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@ extends:
249249
displayName: Linux-ARM64-gnu
250250
pool:
251251
type: linux
252+
vmImage: ubuntu-latest
252253
hostArchitecture: arm64
253254
steps:
254255
- task: RustInstaller@1
@@ -274,6 +275,7 @@ extends:
274275
displayName: Linux-x64-musl
275276
pool:
276277
type: linux
278+
vmImage: ubuntu-latest
277279
steps:
278280
- task: RustInstaller@1
279281
inputs:
@@ -284,6 +286,7 @@ extends:
284286
env:
285287
ob_restore_phase: true
286288
- pwsh: |
289+
apt-get install musl-tools
287290
./build.ps1 -Release -Architecture x86_64-unknown-linux-musl
288291
./build.ps1 -PackageType tgz -Architecture x86_64-unknown-linux-musl -Release
289292
Copy-Item ./bin/*.tar.gz "$(ob_outputDirectory)"
@@ -298,6 +301,7 @@ extends:
298301
displayName: Linux-ARM64-musl
299302
pool:
300303
type: linux
304+
vmImage: ubuntu-latest
301305
hostArchitecture: arm64
302306
steps:
303307
- task: RustInstaller@1
@@ -309,6 +313,7 @@ extends:
309313
env:
310314
ob_restore_phase: true
311315
- pwsh: |
316+
apt-get install musl-tools
312317
./build.ps1 -Release -Architecture aarch64-unknown-linux-musl
313318
./build.ps1 -PackageType tgz -Architecture aarch64-unknown-linux-musl -Release
314319
Copy-Item ./bin/*.tar.gz "$(ob_outputDirectory)"

0 commit comments

Comments
 (0)