mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-03 16:56:48 +00:00
build sanitizers on gcc-15
Signed-off-by: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com>
This commit is contained in:
2
.github/scripts/strategy-matrix/generate.py
vendored
2
.github/scripts/strategy-matrix/generate.py
vendored
@@ -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(
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user