File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -267,6 +267,7 @@ extends:
267
267
env :
268
268
ob_restore_phase : true
269
269
- pwsh : |
270
+ apt update
270
271
apt -y install gcc-aarch64-linux-gnu
271
272
./build.ps1 -Release -Architecture aarch64-unknown-linux-gnu
272
273
./build.ps1 -PackageType tgz -Architecture aarch64-unknown-linux-gnu -Release
@@ -292,6 +293,7 @@ extends:
292
293
env :
293
294
ob_restore_phase : true
294
295
- pwsh : |
296
+ apt update
295
297
apt -y install musl-tools
296
298
./build.ps1 -Release -Architecture x86_64-unknown-linux-musl
297
299
./build.ps1 -PackageType tgz -Architecture x86_64-unknown-linux-musl -Release
@@ -320,6 +322,7 @@ extends:
320
322
$env:CC_aarch64_unknown_linux_musl='clang'
321
323
$env:AR_aarch64_unknown_linux_musl='llvm-ar'
322
324
$env:CARGO_TARGET_AARCH64_UNKNOWN_LINUX_MUSL_RUSTFLAGS="-Clink-self-contained=yes -Clinker=rust-lld"
325
+ apt update
323
326
apt -y install clang
324
327
apt -y install llvm
325
328
apt -y install musl-tools
You can’t perform that action at this time.
0 commit comments