ci: Make UBSan errors fatal (halt_on_error=true)

Now that every UBSan diagnostic in the build and test phases is either
fixed or suppressed, flip halt_on_error to true so any new undefined
behavior fails the job instead of being logged and ignored.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Pratik Mankawde
2026-06-11 18:38:36 +01:00
parent 2b57171069
commit fd2355f1a7

View File

@@ -1 +1 @@
halt_on_error=false
halt_on_error=true