We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46248b0 commit d085b96Copy full SHA for d085b96
_ci-linux-debian.sh
@@ -33,7 +33,7 @@ if [[ "${CW_CONFIG:-}" = *'win'* ]]; then
33
elif [[ "${CW_CONFIG:-}" = *'linux'* ]]; then
34
[ -n "${CW_GCCSUFFIX:-}" ] || CW_GCCSUFFIX='-14'
35
extra+=' checksec qemu-user-static'
36
- if [[ "${CW_CONFIG:-}" != *'gcc'* ]] || [[ "${CW_CONFIG:-}" = *'musl'* ]]; then
+ if [[ "${CW_CONFIG:-}" != *'gcc'* ]] || [[ "${CW_CONFIG:-}" = *'musl'* ]] || [[ "${CW_CONFIG:-}" = *'boringssl'* ]] || [[ "${CW_CONFIG:-}" = *'awslc'* ]]; then
37
if [ "$(uname -m)" = 'aarch64' ]; then
38
dpkg --add-architecture amd64
39
else
0 commit comments