We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 093ef2e commit 0282e05Copy full SHA for 0282e05
.github/workflows/reusable-ubsan.yml
@@ -12,11 +12,7 @@ env:
12
13
jobs:
14
build-ubsan-reusable:
15
-<<<<<<< HEAD
16
name: 'Undefined behavior sanitizer'
17
-=======
18
- name: 'Undefined Behavior sanitizer'
19
->>>>>>> 27d31f33cda (Add UBSan to GHA build)
20
runs-on: ubuntu-24.04
21
timeout-minutes: 60
22
steps:
@@ -40,7 +36,7 @@ jobs:
40
36
- name: UBSAN option setup
41
37
run: |
42
38
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"
44
echo "CXX=clang++" >> "$GITHUB_ENV"
45
- name: Add ccache to PATH
46
0 commit comments