Skip to content

Commit 623b1fb

Browse files
authored
Merge pull request #549 from SteveL-MSFT/onebranch-update
Do `apt update` in the release pipeline
2 parents 01bc057 + c7147c2 commit 623b1fb

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
@@ -267,6 +267,7 @@ extends:
267267
env:
268268
ob_restore_phase: true
269269
- pwsh: |
270+
apt update
270271
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
@@ -292,6 +293,7 @@ extends:
292293
env:
293294
ob_restore_phase: true
294295
- pwsh: |
296+
apt update
295297
apt -y install musl-tools
296298
./build.ps1 -Release -Architecture x86_64-unknown-linux-musl
297299
./build.ps1 -PackageType tgz -Architecture x86_64-unknown-linux-musl -Release
@@ -320,6 +322,7 @@ extends:
320322
$env:CC_aarch64_unknown_linux_musl='clang'
321323
$env:AR_aarch64_unknown_linux_musl='llvm-ar'
322324
$env:CARGO_TARGET_AARCH64_UNKNOWN_LINUX_MUSL_RUSTFLAGS="-Clink-self-contained=yes -Clinker=rust-lld"
325+
apt update
323326
apt -y install clang
324327
apt -y install llvm
325328
apt -y install musl-tools

0 commit comments

Comments
 (0)