Skip to content

Commit 6b211fd

Browse files
committed
_ci-linux-debian.sh: test cross c++ libs
1 parent ad36134 commit 6b211fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_ci-linux-debian.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,11 @@ elif [[ "${CW_CONFIG:-}" = *'linux'* ]]; then
9595
# FIXME: workaround for glibc-llvm-riscv64 builds:
9696
[[ "${CW_CONFIG:-}" != *'gcc'* ]] && [[ "${CW_CONFIG:-}" = *'r64'* ]] && extra+=" gcc${CW_GCCSUFFIX}-riscv64-linux-gnu g++${CW_GCCSUFFIX}-riscv64-linux-gnu"
9797
if [ "$(uname -m)" = 'aarch64' ]; then
98-
extra+=' libc6-dev-amd64-cross'
98+
extra+=' libc6-dev-amd64-cross libstdc++-11-dev-amd64-cross'
9999
else
100-
extra+=' libc6-dev-arm64-cross'
100+
extra+=' libc6-dev-arm64-cross libstdc++-11-dev-arm64-cross'
101101
fi
102-
[[ "${CW_CONFIG:-}" = *'r64'* ]] && extra+=' libc6-dev-riscv64-cross'
102+
[[ "${CW_CONFIG:-}" = *'r64'* ]] && extra+=' libc6-dev-riscv64-cross libstdc++-11-dev-riscv64-cross'
103103
fi
104104
fi
105105

0 commit comments

Comments
 (0)