From e1a9d0eb4f4f9b88dd4ec52a05c4195a67756a07 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Fri, 13 Jan 2023 19:14:46 +0100 Subject: [PATCH] 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 --- .github/workflows/linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \