Skip to content

Commit ee11eb4

Browse files
committed
Use build target julia-src-debug
1 parent f22d188 commit ee11eb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ steps:
4343
(pipeline.slug != "julia-release-1-dot-6") && (pipeline.slug != "julia-release-1-dot-7")
4444
commands: |
4545
echo "--- Build julia-debug runtime with TSAN"
46-
contrib/tsan/build.sh ./tmp/test-tsan -j$${JULIA_CPU_THREADS:?} -C src debug
46+
contrib/tsan/build.sh ./tmp/test-tsan -j$${JULIA_CPU_THREADS:?} julia-src-debug

0 commit comments

Comments
 (0)