Skip to content

Commit f22d188

Browse files
committed
We only run the tsan job on Julia 1.8 and later
1 parent b92db8b commit f22d188

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ steps:
3939
workspaces:
4040
- "/cache/repos:/cache/repos"
4141
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")
4244
commands: |
4345
echo "--- Build julia-debug runtime with TSAN"
4446
contrib/tsan/build.sh ./tmp/test-tsan -j$${JULIA_CPU_THREADS:?} -C src debug

0 commit comments

Comments
 (0)