Skip to content

Commit

Permalink
fixup2
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Sep 3, 2023
1 parent 7c2cd68 commit 8d95a07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _ci-linux-debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@ if [[ "${CW_CONFIG:-}" = *'linux'* ]]; then
extra="${extra} checksec"
if [[ "${CW_CONFIG:-}" = *'musl'* ]]; then
extra="${extra} musl musl-dev musl-tools"
extra="${extra} linux-headers" # for openssl 'secure-memory' feature
extra="${extra} linux-headers-amd64" # for openssl 'secure-memory' feature
fi
if [ "$(uname -m)" = 'aarch64' ]; then
if [[ "${CW_CONFIG:-}" = *'gcc'* ]]; then
extra="${extra} gcc${CW_CCSUFFIX}-x86-64-linux-gnu"
extra="${extra} gcc-13-x86-64-linux-gnu"
else
extra="${extra} libgcc-13-dev-amd64-cross libstdc++-13-dev-amd64-cross"
fi
else
if [[ "${CW_CONFIG:-}" = *'gcc'* ]]; then
extra="${extra} gcc${CW_CCSUFFIX}-aarch64-linux-gnu"
extra="${extra} gcc-13-aarch64-linux-gnu"
else
extra="${extra} libgcc-13-dev-arm64-cross libstdc++-13-dev-arm64-cross"
fi
Expand Down

0 comments on commit 8d95a07

Please sign in to comment.