We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d450dc commit ee51f4aCopy full SHA for ee51f4a
.github/workflows/ci.yml
@@ -85,6 +85,18 @@ jobs:
85
cmake_gen: Ninja
86
cmake_flags: "-DMERVE_USE_SIMDUTF=ON"
87
name_suffix: " (simdutf)"
88
+ # Ubuntu with UBSAN (GCC)
89
+ - os: ubuntu-22.04
90
+ cxx: g++-12
91
+ cmake_gen: Ninja
92
+ cmake_flags: "-DMERVE_SANITIZE_UNDEFINED=ON"
93
+ name_suffix: " (UBSAN)"
94
+ # Ubuntu with UBSAN (Clang)
95
96
+ cxx: clang++-15
97
98
99
100
# Ubuntu with simdutf + ASAN
101
- os: ubuntu-latest
102
cxx: g++-13
0 commit comments