Skip to content

Commit 2e36e03

Browse files
committed
Simplify TSAN build CI; use in-source build
1 parent f22d188 commit 2e36e03

File tree

2 files changed

+3
-63
lines changed

2 files changed

+3
-63
lines changed

.buildkite/pipelines/main/misc/sanitizers.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,6 @@ steps:
4242
if: | # We only run the `tsan` job on Julia 1.8 and later.
4343
(pipeline.slug != "julia-release-1-dot-6") && (pipeline.slug != "julia-release-1-dot-7")
4444
commands: |
45-
echo "--- Build julia-debug runtime with TSAN"
46-
contrib/tsan/build.sh ./tmp/test-tsan -j$${JULIA_CPU_THREADS:?} -C src debug
45+
echo "--- Build julia binary with TSAN"
46+
cp contrib/tsan/Make.user.tsan Make.user
47+
make -C src -j$${JULIA_CPU_THREADS:?} debug

contrib/tsan/build.sh

Lines changed: 0 additions & 61 deletions
This file was deleted.

0 commit comments

Comments
 (0)