We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f22d188 commit 2e36e03Copy full SHA for 2e36e03
.buildkite/pipelines/main/misc/sanitizers.yml
@@ -42,5 +42,6 @@ steps:
42
if: | # We only run the `tsan` job on Julia 1.8 and later.
43
(pipeline.slug != "julia-release-1-dot-6") && (pipeline.slug != "julia-release-1-dot-7")
44
commands: |
45
- echo "--- Build julia-debug runtime with TSAN"
46
- contrib/tsan/build.sh ./tmp/test-tsan -j$${JULIA_CPU_THREADS:?} -C src debug
+ echo "--- Build julia binary with TSAN"
+ cp contrib/tsan/Make.user.tsan Make.user
47
+ make -C src -j$${JULIA_CPU_THREADS:?} debug
contrib/tsan/build.sh
0 commit comments