Skip to content

Commit

Permalink
CI (Buildkite): in the experimental asan job, remove the "Test that…
Browse files Browse the repository at this point in the history
… ASAN is enabled" step (but keep the "Build julia-debug with ASAN" step) (#42229)

Co-authored-by: Takafumi Arakaki <[email protected]>

Co-authored-by: Takafumi Arakaki <[email protected]>
  • Loading branch information
DilumAluthge and tkf authored Sep 13, 2021
1 parent d5f041b commit 60fd334
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .buildkite/pipelines/experimental/misc/sanitizers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,10 @@ steps:
# `contrib/check-asan.jl` needs a `julia` binary:
- JuliaCI/julia#v1:
version: 1.6
timeout_in_minutes: 120
# notify:
# - github_commit_status:
# context: "asan"
commands: |
echo "--- Build julia-debug with ASAN"
contrib/asan/build.sh ./tmp/test-asan -j$${JULIA_NUM_CORES} debug
echo "--- Test that ASAN is enabled"
contrib/asan/check.jl ./tmp/test-asan/asan/usr/bin/julia-debug
timeout_in_minutes: 120
# notify: # TODO: uncomment this line
# - github_commit_status: # TODO: uncomment this line
# context: "asan" # TODO: uncomment this line

0 comments on commit 60fd334

Please sign in to comment.