From c7f509d72b7a1c0b651d68fcbf629a8e545d09c0 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sat, 9 Nov 2024 02:37:02 +0100 Subject: [PATCH] try installing libstdc++ 3 --- _ci-linux-debian.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_ci-linux-debian.sh b/_ci-linux-debian.sh index f7fec9fad..22e63f915 100755 --- a/_ci-linux-debian.sh +++ b/_ci-linux-debian.sh @@ -33,7 +33,7 @@ if [[ "${CW_CONFIG:-}" = *'win'* ]]; then elif [[ "${CW_CONFIG:-}" = *'linux'* ]]; then [ -n "${CW_GCCSUFFIX:-}" ] || CW_GCCSUFFIX='-14' extra+=' checksec qemu-user-static' - if [[ "${CW_CONFIG:-}" != *'gcc'* ]] || [[ "${CW_CONFIG:-}" = *'musl'* ]]; then + if [[ "${CW_CONFIG:-}" != *'gcc'* ]] || [[ "${CW_CONFIG:-}" = *'musl'* ]] || [[ "${CW_CONFIG:-}" = *'boringssl'* ]] || [[ "${CW_CONFIG:-}" = *'awslc'* ]]; then if [ "$(uname -m)" = 'aarch64' ]; then dpkg --add-architecture amd64 else