Skip to content

Commit

Permalink
try with all libs 4
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Sep 3, 2023
1 parent 8d7513b commit 478aec8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _ci-linux-debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ if [[ "${CW_CONFIG:-}" = *'linux'* ]]; then
extra="${extra} checksec"
if [[ "${CW_CONFIG:-}" = *'musl'* ]]; then
extra="${extra} musl musl-dev musl-tools"
[[ "${CW_CONFIG:-}" = *'gcc'* ]] && extra="${extra} g++"
# for openssl 'secure-memory' feature
if [ "$(uname -m)" = 'aarch64' ]; then
extra="${extra} linux-headers-arm64"
Expand Down

0 comments on commit 478aec8

Please sign in to comment.