Skip to content

Commit

Permalink
Try building without sanitizer (maybe it would work this time?)
Browse files Browse the repository at this point in the history
  • Loading branch information
saharNooby committed Jul 5, 2023
1 parent b2f2e54 commit fe3f765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
run: |
mkdir build
cd build
cmake -DRWKV_AVX2=OFF -DRWKV_FMA=OFF -DRWKV_SANITIZE_ADDRESS=ON ..
cmake -DRWKV_AVX2=OFF -DRWKV_FMA=OFF ..
cmake --build . --config Release
- name: Test
Expand Down

0 comments on commit fe3f765

Please sign in to comment.