Skip to content

Commit

Permalink
msan: ninja by default human users
Browse files Browse the repository at this point in the history
  • Loading branch information
grooverdan committed Sep 25, 2024
1 parent d1720e2 commit 89ab27f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ci_build_images/msan.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,12 @@ RUN . /etc/os-release \
libsnappy-dev \
&& chmod -R a+x $MSAN_LIBDIR/bin/*

# For convience of human users of msan image
ENV MSAN_OPTIONS=abort_on_error=1:poison_in_dtor=0

# rr installation
RUN apt-get install --no-install-recommends -y libcapnp-0.9.2 \
ENV CMAKE_GENERATOR=Ninja
# rr installation + ninja
RUN apt-get install --no-install-recommends -y libcapnp-0.9.2 ninja-build \
&& apt-get clean

# unknown rr
Expand Down

0 comments on commit 89ab27f

Please sign in to comment.