Skip to content

Commit

Permalink
install libclang-rt-19-dev manually
Browse files Browse the repository at this point in the history
necessary for debian-testing, not necessary for bookworm

https://github.com/curl/curl-for-win/actions/runs/11470272182/job/31919128418
  • Loading branch information
vszakats committed Oct 22, 2024
1 parent f0692a1 commit 55d485d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _ci-linux-debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dl=''

if [[ "${CW_CONFIG:-}" != *'gcc'* ]]; then
[ -n "${CW_CCSUFFIX:-}" ] || export CW_CCSUFFIX='-19'
extra+=" llvm${CW_CCSUFFIX} clang${CW_CCSUFFIX} lld${CW_CCSUFFIX}"
extra+=" llvm${CW_CCSUFFIX} clang${CW_CCSUFFIX} lld${CW_CCSUFFIX} libclang-rt${CW_CCSUFFIX}-dev"
fi

[[ "${CW_CONFIG:-}" = *'boringssl'* ]] && extra+=' golang'
Expand Down Expand Up @@ -49,7 +49,7 @@ elif [[ "${CW_CONFIG:-}" = *'linux'* ]]; then
[[ "${CW_CONFIG:-}" = *'r64'* ]] && extra+=" gcc${CW_GCCSUFFIX}-riscv64-linux-gnu g++${CW_GCCSUFFIX}-riscv64-linux-gnu"
else
# These packages do not install due to dependency requirements.
# We download unpack them manually as a workaround.
# We download and unpack them manually as a workaround.
if [ "${CW_CCSUFFIX}" = '-15' ]; then
# ./my-pkg/usr/lib/clang/15/lib
# ./my-pkg/usr/lib/llvm-15/lib/clang/15.0.6/lib/linux/libclang_rt.builtins-aarch64.a
Expand Down

0 comments on commit 55d485d

Please sign in to comment.