Skip to content

Commit

Permalink
ci: Fix alpine build of llvm
Browse files Browse the repository at this point in the history
  • Loading branch information
aboeglin committed Jun 19, 2023
1 parent 5a32fcd commit a65659b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/build-runtime-libs
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ then
cp build/lib64/libssl.a ../../runtime/lib/
cp build/lib64/libcrypto.a ../../runtime/lib/
elif [ "$TARGET" = "LINUX_ARM64" ]
then
cp build/lib/libssl.a ../../runtime/lib/
cp build/lib/libcrypto.a ../../runtime/lib/
fi
Expand Down

0 comments on commit a65659b

Please sign in to comment.