chore: CI: ignore compile_bench/channel in Linux Reldebug

This commit is contained in:
Sebastian Ullrich 2026-04-11 13:16:12 +02:00 committed by GitHub
parent 790d294e50
commit 41ab492142
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -305,7 +305,8 @@ jobs:
"test": true,
"CMAKE_PRESET": "reldebug",
// * `elab_bench/big_do` crashes with exit code 134
"CTEST_OPTIONS": "-E 'elab_bench/big_do'",
// * `compile_bench/channel` randomly segfaults
"CTEST_OPTIONS": "-E 'elab_bench/big_do|compile_bench/channel'",
},
{
"name": "Linux fsanitize",