mirror of
https://github.com/leanprover/lean4.git
synced 2026-03-17 18:34:06 +00:00
chore: CI: disable problematic fsanitize tests (#11415)
This commit is contained in:
committed by
GitHub
parent
958aa713fa
commit
b19468f81c
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -267,7 +267,8 @@ jobs:
|
||||
"CMAKE_PRESET": "sanitize",
|
||||
// `StackOverflow*` correctly triggers ubsan
|
||||
// `reverse-ffi` fails to link in sanitizers
|
||||
"CTEST_OPTIONS": "-E 'StackOverflow|reverse-ffi'"
|
||||
// `interactive` fails/timeouts nondeterministically, would need to be investigated.
|
||||
"CTEST_OPTIONS": "-E 'StackOverflow|reverse-ffi|interactive'"
|
||||
},
|
||||
{
|
||||
"name": "macOS",
|
||||
|
||||
Reference in New Issue
Block a user