Skip to content

Commit d0fb740

Browse files
author
Steve Lee (POWERSHELL HE/HIM) (from Dev Box)
committed
install libssl-dev for arm64 musl
1 parent 93405f8 commit d0fb740

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.pipelines/DSC-Official.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,7 @@ extends:
328328
apt -y install llvm
329329
apt -y install musl-tools
330330
apt -y install gcc-multilib
331+
apt -y install libssl-dev
331332
rustup default stable-aarch64-unknown-linux-musl
332333
./build.ps1 -Release -Architecture aarch64-unknown-linux-musl
333334
./build.ps1 -PackageType tgz -Architecture aarch64-unknown-linux-musl -Release

0 commit comments

Comments
 (0)