Skip to content

Commit

Permalink
Iterate
Browse files Browse the repository at this point in the history
  • Loading branch information
stellaraccident committed Sep 3, 2024
1 parent 0d00062 commit 4e7f089
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci_linux_x64_asan-libshortfin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,15 @@ env:
CACHE_DEPS_VER: 1
IREE_SOURCE_DIR: ${{ github.workspace }}/iree
LIBSHORTFIN_DIR: ${{ github.workspace }}/libshortfin/
# TODO(#151): Don't ignore ODR violations
ASAN_OPTIONS: detect_odr_violation=0

jobs:
setup-python-asan:
name: Setup Python ASan
runs-on: ubuntu-24.04
env:
# The Python build process leaks. Here we just disable leak checking vs
# being more precise.
ASAN_OPTIONS: detect_leaks=0

steps:
- name: Cache Python ASan
Expand Down Expand Up @@ -73,6 +75,9 @@ jobs:
name: Build and test libshortfin
needs: [setup-python-asan]
runs-on: ubuntu-24.04
env:
# TODO(#151): Don't ignore ODR violations
ASAN_OPTIONS: detect_odr_violation=0
steps:
- name: Install dependencies
run: |
Expand Down

0 comments on commit 4e7f089

Please sign in to comment.