Skip to content

Commit 0282e05

Browse files
encukouwebknjaz
authored andcommitted
Don't recover
1 parent 093ef2e commit 0282e05

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/reusable-ubsan.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,7 @@ env:
1212

1313
jobs:
1414
build-ubsan-reusable:
15-
<<<<<<< HEAD
1615
name: 'Undefined behavior sanitizer'
17-
=======
18-
name: 'Undefined Behavior sanitizer'
19-
>>>>>>> 27d31f33cda (Add UBSan to GHA build)
2016
runs-on: ubuntu-24.04
2117
timeout-minutes: 60
2218
steps:
@@ -40,7 +36,7 @@ jobs:
4036
- name: UBSAN option setup
4137
run: |
4238
echo "UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1" >> "$GITHUB_ENV"
43-
echo "CC=clang" >> "$GITHUB_ENV"
39+
echo "CC=clang -fno-sanitize-recover=all" >> "$GITHUB_ENV"
4440
echo "CXX=clang++" >> "$GITHUB_ENV"
4541
- name: Add ccache to PATH
4642
run: |

0 commit comments

Comments
 (0)