srctree

Robin Linden parent d27ea146 9b9215b1
ci: Make sure asan has a symbolizer path

Without this we get no human*-readable information in our stack traces.

inlinesplit
.github/workflows/ci.yaml added: 3, removed: 3, total 0
@@ -40,8 +40,8 @@ jobs:
os: ubuntu-22.04
compiler: clang
version: 16
bazel: -c dbg --config asan --config ubsan
apt: libclang-rt-16-dev
bazel: -c dbg --config asan --config ubsan --test_env=ASAN_SYMBOLIZER_PATH=/usr/bin/llvm-symbolizer-16
apt: libclang-rt-16-dev llvm-16
 
- name: clang-18
os: ubuntu-22.04