Skip to content

Commit 55d485d

Browse files
committed
install libclang-rt-19-dev manually
necessary for debian-testing, not necessary for bookworm https://github.com/curl/curl-for-win/actions/runs/11470272182/job/31919128418
1 parent f0692a1 commit 55d485d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_ci-linux-debian.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dl=''
1515

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

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

0 commit comments

Comments
 (0)