Skip to content

Commit

Permalink
Merge pull request #5800 from grondo/asan-update
Browse files Browse the repository at this point in the history
github: run asan build on fedora36
  • Loading branch information
mergify[bot] committed Mar 16, 2024
2 parents 6f7b24e + fbc96ce commit 09f809e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/asan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,12 @@ jobs:
- name: docker-run-checks with ASan
timeout-minutes: 40
env:
PRELOAD: /usr/lib64/libasan.so.6
ASAN_OPTIONS: detect_leaks=0,start_deactivated=true,replace_str=true
ASAN_OPTIONS: detect_leaks=0,start_deactivated=true,replace_str=true,verify_asan_link_order=false
FLUX_TEST_TIMEOUT: 300
TAP_DRIVER_QUIET: t
run: >
src/test/docker/docker-run-checks.sh \
--image=fedora34 --unit-test-only -j2 \
--image=fedora36 --unit-test-only -j4 \
-- --with-flux-security --enable-sanitizer=address
- name: after failure
Expand Down

0 comments on commit 09f809e

Please sign in to comment.