Skip to content

Commit

Permalink
[Test-macOS] Test fix for macOS GitHub runners
Browse files Browse the repository at this point in the history
  • Loading branch information
rikyoz committed Jun 25, 2024
1 parent 77d3a1d commit 6d7d632
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/test_action/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,10 @@ runs:
shell: ${{ inputs.shell }}
working-directory: ${{ github.workspace }}
# Disabling alloc_dealloc_mismatch for address sanitizer until https://github.com/llvm/llvm-project/issues/52771 is fixed
# Setting DYLD_LIBRARY_PATH for macOS runners to fix https://stackoverflow.com/a/65664181/3497024
env:
ASAN_OPTIONS: alloc_dealloc_mismatch=0
DYLD_LIBRARY_PATH: /usr/lib
run: |
${{ github.workspace }}/bin/${{ inputs.arch }}/bit7z-tests
${{ github.workspace }}/bin/${{ inputs.arch }}/bit7z-tests-public
Expand Down

0 comments on commit 6d7d632

Please sign in to comment.