We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1da68e2 commit 9beaa96Copy full SHA for 9beaa96
2 files changed
.gitlab-ci.yml
@@ -77,6 +77,6 @@ thread-sanitizer:
77
- export OPDI_DIR=$(pwd)/include
78
- cd tests
79
- export CXX=g++
80
- - export CXXFLAGS="-g"
+ - export CXXFLAGS="$CXXFLAGS -g"
81
- export OMP_NUM_THREADS=$(expr $(nproc --all) / 2)
82
- make all
containers/Dockerfile.opdi.tsan
@@ -23,5 +23,3 @@ ENV CFLAGS="-I/gcc_install/include/c++/15.2.0 -I/gcc_install/include/c++/15.2.0/
23
ENV LDFLAGS="-L/gcc_install/lib64 -fsanitize=thread"
24
ENV PATH=/gcc_install/bin:$PATH
25
ENV TSAN_OPTIONS="history_size=7 halt_on_error=1"
26
-
27
-ENTRYPOINT ["/bin/bash"]
0 commit comments