Skip to content

Commit

Permalink
turn off ASAN ... now hanging on build machine :-(
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Smith committed Mar 18, 2024
1 parent e05bbb4 commit 8b4d5fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
- name: configure
run: |
mkdir out && cd out
cmake .. -DENABLE_PYTHON=OFF -DENABLE_ASAN=ON -DENABLE_${{ matrix.avx }}=ON
cmake .. -DENABLE_PYTHON=OFF -DENABLE_${{ matrix.avx }}=ON
- name: build
run: |
cd out
Expand Down

0 comments on commit 8b4d5fa

Please sign in to comment.