Skip to content

Commit

Permalink
fix CI failure.. again.. again...
Browse files Browse the repository at this point in the history
  • Loading branch information
dipinhora committed Jan 15, 2025
1 parent f16170d commit f1b429c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -502,12 +502,12 @@ jobs:
ASAN_OPTIONS=detect_leaks=0 PATH=build/libs/bin/:$PATH make build config=debug
- name: Test with Debug Runtime (sanitizers)
if: matrix.directives == 'pool_memalign,address_sanitizer,undefined_behavior_sanitizer'
run: ASAN_OPTIONS=detect_leaks=0 PATH=build/libs/bin/:$PATH make test-ci config=debug usedebugger='${{ matrix.debugger }}'
run: ASAN_OPTIONS=detect_leaks=0 PATH=build/libs/bin/:$PATH make test-ci config=debug
- name: Build Release Runtime (sanitizers)
if: matrix.directives == 'pool_memalign,address_sanitizer,undefined_behavior_sanitizer'
run: |
ASAN_OPTIONS=detect_leaks=0 PATH=build/libs/bin/:$PATH make configure arch=x86-64 config=release use=${{ matrix.directives }}
ASAN_OPTIONS=detect_leaks=0 PATH=build/libs/bin/:$PATH make build config=release
- name: Test with Release Runtime (sanitizers)
if: matrix.directives == 'pool_memalign,address_sanitizer,undefined_behavior_sanitizer'
run: ASAN_OPTIONS=detect_leaks=0 PATH=build/libs/bin/:$PATH make test-ci config=release usedebugger='${{ matrix.debugger }}'
run: ASAN_OPTIONS=detect_leaks=0 PATH=build/libs/bin/:$PATH make test-ci config=release

0 comments on commit f1b429c

Please sign in to comment.