Skip to content

Commit

Permalink
Pretty sure asan has false positives now.
Browse files Browse the repository at this point in the history
  • Loading branch information
athas committed Dec 3, 2023
1 parent a9d4b34 commit 68f8d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ jobs:
echo "$HOME/.local/bin" >> $GITHUB_PATH
- run: |
export CFLAGS="-fsanitize=undefined -fsanitize=address -fno-sanitize-recover -O"
export CFLAGS="-fsanitize=undefined -fno-sanitize-recover -O"
nix-shell --run 'futhark test -c --backend=ispc tests --no-tuning'
nix-shell --run 'make -C tests_lib/c FUTHARK_BACKEND=ispc'
Expand Down

0 comments on commit 68f8d5d

Please sign in to comment.