Skip to content
Snippets Groups Projects
Commit 663ac721cc3b authored by Nick Wellnhofer's avatar Nick Wellnhofer
Browse files

gitlab-ci: Disable MSan for now

MSan seems broken on Ubuntu 22.04.
parent c4d704adb9ea
Branches
No related tags found
No related merge requests found
......@@ -47,7 +47,8 @@
ASAN_OPTIONS: "detect_leaks=0"
UBSAN_OPTIONS: "print_stacktrace=1"
clang:msan:
# Disabled, MSan seems broken on Ubntu 22.04
.clang:msan:
extends: .test
only:
- schedules
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment