From fd2355f1a7f326138a90b8a27687ab7b3453b604 Mon Sep 17 00:00:00 2001 From: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com> Date: Thu, 11 Jun 2026 18:38:36 +0100 Subject: [PATCH] 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 --- sanitizers/suppressions/runtime-ubsan-options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sanitizers/suppressions/runtime-ubsan-options.txt b/sanitizers/suppressions/runtime-ubsan-options.txt index fcfccf7bae..4b48efbe08 100644 --- a/sanitizers/suppressions/runtime-ubsan-options.txt +++ b/sanitizers/suppressions/runtime-ubsan-options.txt @@ -1 +1 @@ -halt_on_error=false +halt_on_error=true