Skip to content

Commit 9beaa96

Browse files
committed
Update tsan container file.
1 parent 1da68e2 commit 9beaa96

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,6 @@ thread-sanitizer:
7777
- export OPDI_DIR=$(pwd)/include
7878
- cd tests
7979
- export CXX=g++
80-
- export CXXFLAGS="-g"
80+
- export CXXFLAGS="$CXXFLAGS -g"
8181
- export OMP_NUM_THREADS=$(expr $(nproc --all) / 2)
8282
- make all

containers/Dockerfile.opdi.tsan

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,3 @@ ENV CFLAGS="-I/gcc_install/include/c++/15.2.0 -I/gcc_install/include/c++/15.2.0/
2323
ENV LDFLAGS="-L/gcc_install/lib64 -fsanitize=thread"
2424
ENV PATH=/gcc_install/bin:$PATH
2525
ENV TSAN_OPTIONS="history_size=7 halt_on_error=1"
26-
27-
ENTRYPOINT ["/bin/bash"]

0 commit comments

Comments
 (0)