Skip to content

Commit b38afc9

Browse files
committed
Don't recover
1 parent 27d31f3 commit b38afc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-ubsan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: UBSAN option setup
3737
run: |
3838
echo "UBSAN_OPTIONS=log_path=${GITHUB_WORKSPACE}/ubsan_log" >> "$GITHUB_ENV"
39-
echo "CC=clang" >> "$GITHUB_ENV"
39+
echo "CC=clang -fno-sanitize-recover=all" >> "$GITHUB_ENV"
4040
echo "CXX=clang++" >> "$GITHUB_ENV"
4141
- name: Add ccache to PATH
4242
run: |

0 commit comments

Comments
 (0)