Skip to content

Commit

Permalink
try libc++-static on alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Sep 2, 2023
1 parent 65a2301 commit d377cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _ci-linux-alpine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ extra=''

if [[ "${CW_CONFIG:-}" = *'linux'* ]]; then
apk add --no-cache checksec-rs --repository=https://dl-cdn.alpinelinux.org/alpine/edge/testing/
extra="${extra} compiler-rt libc++" # or libc++-static
extra="${extra} compiler-rt libc++-static" # or libc++-static
extra="${extra} linux-headers" # for openssl 'secure-memory' feature
fi

Expand Down

0 comments on commit d377cd1

Please sign in to comment.