Skip to content

Commit

Permalink
Revert "_ci-linux-debian.sh: test cross c++ libs"
Browse files Browse the repository at this point in the history
This reverts commit 0366fdc.
  • Loading branch information
vszakats committed Nov 7, 2024
1 parent 0366fdc commit ee0dbe1
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 @@ -95,11 +95,11 @@ elif [[ "${CW_CONFIG:-}" = *'linux'* ]]; then
# FIXME: workaround for glibc-llvm-riscv64 builds:
[[ "${CW_CONFIG:-}" != *'gcc'* ]] && [[ "${CW_CONFIG:-}" = *'r64'* ]] && extra+=" gcc${CW_GCCSUFFIX}-riscv64-linux-gnu g++${CW_GCCSUFFIX}-riscv64-linux-gnu"
if [ "$(uname -m)" = 'aarch64' ]; then
extra+=' libc6-dev-amd64-cross libstdc++-11-dev-amd64-cross'
extra+=' libc6-dev-amd64-cross'
else
extra+=' libc6-dev-arm64-cross libstdc++-11-dev-arm64-cross'
extra+=' libc6-dev-arm64-cross'
fi
[[ "${CW_CONFIG:-}" = *'r64'* ]] && extra+=' libc6-dev-riscv64-cross libstdc++-11-dev-riscv64-cross'
[[ "${CW_CONFIG:-}" = *'r64'* ]] && extra+=' libc6-dev-riscv64-cross'
fi
fi

Expand Down

0 comments on commit ee0dbe1

Please sign in to comment.