From 6bc14928179eddcd10a1591506daf636b3a4d0e5 Mon Sep 17 00:00:00 2001 From: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com> Date: Wed, 6 May 2026 14:43:03 +0100 Subject: [PATCH] build sanitizers on gcc-15 Signed-off-by: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com> --- .github/scripts/strategy-matrix/generate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/strategy-matrix/generate.py b/.github/scripts/strategy-matrix/generate.py index d6c325698a..43f0f17247 100755 --- a/.github/scripts/strategy-matrix/generate.py +++ b/.github/scripts/strategy-matrix/generate.py @@ -241,7 +241,7 @@ def generate_strategy_matrix(all: bool, config: Config) -> list: # (see https://github.com/google/sanitizers/issues/856). # Clang doesn't have this issue, so ASAN+UBSAN and TSAN+UBSAN stay combined. compiler_id = f"{os['compiler_name']}-{os['compiler_version']}" - if os["distro_version"] == "bookworm" and compiler_id == "gcc-13": + if os["distro_version"] == "bookworm" and compiler_id == "gcc-15": # Add separate ASAN, TSAN, and UBSAN configurations for GCC. configurations.append( {