summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2023-01-13 19:14:46 +0100
committerSebastian Pipping <sebastian@pipping.org>2023-01-13 19:14:46 +0100
commite1a9d0eb4f4f9b88dd4ec52a05c4195a67756a07 (patch)
treefa4074a49a982c0d80613f918ad8a8f8d9110a14
parent48ba3508899103ee01e8a4d986053562e8ba2b1e (diff)
downloadlibexpat-git-e1a9d0eb4f4f9b88dd4ec52a05c4195a67756a07.tar.gz
linux.yml: Make sure that AddressSanitizer files are always available
Symptom was: > /usr/bin/ld: cannot find /usr/lib/llvm-15/lib/clang/15.0.7/lib/linux/libclang_rt.asan_static-x86_64.a: No such file or directory > /usr/bin/ld: cannot find /usr/lib/llvm-15/lib/clang/15.0.7/lib/linux/libclang_rt.asan-x86_64.a: No such file or directory Related: https://github.com/llvm/llvm-project/issues/60008
-rw-r--r--.github/workflows/linux.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index 9687f6f2..4cfd30a6 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -118,7 +118,7 @@ jobs:
sudo apt-get install --yes --no-install-recommends -V \
clang-15 \
clang-format-15 \
- llvm-15
+ libclang-rt-15-dev
- name: Install build dependencies (common)
run: |-
sudo apt-get install --yes --no-install-recommends -V \