Skip to content

Commit

Permalink
Try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-PLACET committed Sep 4, 2024
1 parent f521446 commit e405ba1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
# halt_on_error is set to 0 to avoid crashing the program after printing the first error report.
# handle_abort is set to 0 to deactivate calls are handled as crashes by ASAN.
# exitcode is set to 0 to avoid reporting the build as failed if ASAN detects an error.
ASAN_OPTIONS: log_path=${{github.workspace}}/asan.log:alloc_dealloc_mismatch=0:halt_on_error=0:handle_abort=0:exitcode=0
ASAN_OPTIONS: log_path=${{github.workspace}}/asan_log_:alloc_dealloc_mismatch=0:halt_on_error=0:handle_abort=0:exitcode=0

- name: Upload test results
uses: actions/upload-artifact@v4
Expand All @@ -97,4 +97,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: asan-log-${{ matrix.sys.compiler }}-${{ matrix.sys.version }}-${{ matrix.config.name }}-${{ matrix.sys.date-polyfill }}
path: ${{github.workspace}}/asan.log
path: ${{github.workspace}}/asan_log_*

0 comments on commit e405ba1

Please sign in to comment.