Skip to content

Commit

Permalink
CI (Buildkite): TEMPORARILY allow the asan job to fail (#42541)
Browse files Browse the repository at this point in the history
(cherry picked from commit d633726)
  • Loading branch information
DilumAluthge authored and KristofferC committed Oct 19, 2021
1 parent 2e838e6 commit ba5fcf8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .buildkite/pipelines/main/misc/sanitizers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ steps:
timeout_in_minutes: 120
if: | # We only run the `asan` job on Julia 1.8 and later.
(pipeline.slug != "julia-release-1-dot-6") && (pipeline.slug != "julia-release-1-dot-7")
soft_fail: true # TODO: delete this line (and thus disallow failures) once JuliaLang/julia#42540 is fixed
commands: |
echo "--- Build julia-debug with ASAN"
contrib/asan/build.sh ./tmp/test-asan -j$${JULIA_CPU_THREADS:?} debug

0 comments on commit ba5fcf8

Please sign in to comment.