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.
asan
1 parent 849811c commit f2b96c7Copy full SHA for f2b96c7
.buildkite/pipelines/experimental/misc/sanitizers.yml
@@ -20,12 +20,10 @@ steps:
20
# `contrib/check-asan.jl` needs a `julia` binary:
21
- JuliaCI/julia#v1:
22
version: 1.6
23
+ timeout_in_minutes: 120
24
+ # notify:
25
+ # - github_commit_status:
26
+ # context: "asan"
27
commands: |
28
echo "--- Build julia-debug with ASAN"
29
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
30
- # - github_commit_status: # TODO: uncomment this line
31
- # context: "asan" # TODO: uncomment this line
0 commit comments