Skip to content

Commit 09ac379

Browse files
author
Steve Lee (POWERSHELL HE/HIM) (from Dev Box)
committed
explicitly install aarch64 gcc and set ubuntu image
1 parent a027c10 commit 09ac379

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.pipelines/DSC-Official.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@ extends:
268268
env:
269269
ob_restore_phase: true
270270
- pwsh: |
271+
apt -y install gcc-aarch64-linux-gnu
271272
./build.ps1 -Release -Architecture aarch64-unknown-linux-gnu
272273
./build.ps1 -PackageType tgz -Architecture aarch64-unknown-linux-gnu -Release
273274
Copy-Item ./bin/*.tar.gz "$(ob_outputDirectory)"
@@ -283,6 +284,7 @@ extends:
283284
displayName: Linux-x64-musl
284285
pool:
285286
type: linux
287+
vmImage: ubuntu-latest
286288
steps:
287289
- task: RustInstaller@1
288290
inputs:
@@ -309,6 +311,7 @@ extends:
309311
displayName: Linux-ARM64-musl
310312
pool:
311313
type: linux
314+
vmImage: ubuntu-latest
312315
hostArchitecture: arm64
313316
steps:
314317
- task: RustInstaller@1

0 commit comments

Comments
 (0)