Skip to content

Commit

Permalink
Don't detect and fail on ODR violations (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
marbre authored Aug 26, 2024
1 parent bade2ab commit 46b34c9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci_linux_x64_asan-libshortfin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,9 @@ jobs:
key: ${{ steps.cache-python-deps-restore.outputs.cache-primary-key }}

- name: Build libshortfin
env:
# TODO(#151): Don't ignore ODR violations
ASAN_OPTIONS=detect_odr_violation: 0
run: |
eval "$(pyenv init -)"
mkdir ${{ env.LIBSHORTFIN_DIR }}/build
Expand All @@ -152,6 +155,8 @@ jobs:
pip install -v -e .
- name: Test libshortfin
env:
CTEST_OUTPUT_ON_FAILURE: 1
run: |
eval "$(pyenv init -)"
cd ${{ env.LIBSHORTFIN_DIR }}/build
Expand Down

0 comments on commit 46b34c9

Please sign in to comment.