Skip to content

Commit f2b96c7

Browse files
DilumAluthgetkf
authored andcommitted
CI (Buildkite): in the experimental asan job, remove the "Test that ASAN is enabled" step (but keep the "Build julia-debug with ASAN" step) (#42229)
Co-authored-by: Takafumi Arakaki <aka.tkf@gmail.com> Co-authored-by: Takafumi Arakaki <aka.tkf@gmail.com> (cherry picked from commit 60fd334)
1 parent 849811c commit f2b96c7

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.buildkite/pipelines/experimental/misc/sanitizers.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,10 @@ steps:
2020
# `contrib/check-asan.jl` needs a `julia` binary:
2121
- JuliaCI/julia#v1:
2222
version: 1.6
23+
timeout_in_minutes: 120
24+
# notify:
25+
# - github_commit_status:
26+
# context: "asan"
2327
commands: |
2428
echo "--- Build julia-debug with ASAN"
2529
contrib/asan/build.sh ./tmp/test-asan -j$${JULIA_NUM_CORES} debug
26-
echo "--- Test that ASAN is enabled"
27-
contrib/asan/check.jl ./tmp/test-asan/asan/usr/bin/julia-debug
28-
timeout_in_minutes: 120
29-
# notify: # TODO: uncomment this line
30-
# - github_commit_status: # TODO: uncomment this line
31-
# context: "asan" # TODO: uncomment this line

0 commit comments

Comments
 (0)