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.
tsan
1 parent b92db8b commit f22d188Copy full SHA for f22d188
.buildkite/pipelines/main/misc/sanitizers.yml
@@ -39,6 +39,8 @@ steps:
39
workspaces:
40
- "/cache/repos:/cache/repos"
41
timeout_in_minutes: 120
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
0 commit comments