Skip to content

Commit

Permalink
Install libclang-rt-dev if possible
Browse files Browse the repository at this point in the history
Required by clang asan in Debian Bookworm.
  • Loading branch information
lpenz committed Sep 3, 2023
1 parent 7ae0a1f commit d728a4d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ RUN set -e -x; \
file dpkg-dev \
# base system (su)
util-linux; \
# In bookworm we need libclang-rt-dev for asan, etc.
apt-get install -y --no-install-recommends libclang-rt-dev || true; \
# ctest -D ExperimentalMemCheck; may not work in all architectures
apt-get install -y --no-install-recommends valgrind || true; \
# setup su for dep installation
Expand Down

0 comments on commit d728a4d

Please sign in to comment.