Skip to content

Commit

Permalink
update sanitizers18
Browse files Browse the repository at this point in the history
  • Loading branch information
phlptp committed Oct 11, 2024
1 parent 08a335a commit feb585a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sanitizers-18/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ FROM helics/buildenv:clang18-builder

ENV DEBIAN_FRONTEND=noninteractive

# last updated 2024-05-03
# last updated 2024-10-11

# Copy the built libraries from the builder images
COPY --from=builder /root/develop/libcxx_asan /root/develop/libcxx_asan
Expand All @@ -57,4 +57,4 @@ ENV MSAN_CFLAGS="-fsanitize=memory -nostdinc++ -nostdlib++ -L/root/develop/libcx
ENV TSAN_CFLAGS="-fsanitize=thread -nostdinc++ -nostdlib++ -L/root/develop/libcxx_tsan/lib -lc++ -lc++abi -I/root/develop/libcxx_tsan/include -I/root/develop/libcxx_tsan/include/c++/v1 -Wno-unused-command-line-argument -fno-omit-frame-pointer -g -O2 -Wl,-rpath,/root/develop/libcxx_tsan/lib"

LABEL maintainer="[email protected]"
LABEL date="2024-05-03"
LABEL date="2024-10-11"

0 comments on commit feb585a

Please sign in to comment.