mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 11:05:54 +00:00
special case only for gcc
Signed-off-by: Pratik Mankawde <pmankawde@ripple.com>
This commit is contained in:
3
.github/scripts/strategy-matrix/generate.py
vendored
3
.github/scripts/strategy-matrix/generate.py
vendored
@@ -187,7 +187,8 @@ def generate_strategy_matrix(all: bool, config: Config) -> list:
|
||||
'build_only': build_only,
|
||||
'build_type': build_type,
|
||||
'os': os,
|
||||
'architecture': architecture
|
||||
'architecture': architecture,
|
||||
'sanitizers': ""
|
||||
})
|
||||
|
||||
return configurations
|
||||
|
||||
Reference in New Issue
Block a user