mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
Added flow for the sanitizers build
Signed-off-by: Pratik Mankawde <pmankawde@ripple.com>
This commit is contained in:
3
.github/scripts/strategy-matrix/linux.json
vendored
3
.github/scripts/strategy-matrix/linux.json
vendored
@@ -180,5 +180,6 @@
|
||||
}
|
||||
],
|
||||
"build_type": ["Debug", "Release"],
|
||||
"cmake_args": ["-Dunity=OFF", "-Dunity=ON"]
|
||||
"cmake_args": ["-Dunity=OFF", "-Dunity=ON"],
|
||||
"sanitizers": ["None", "Address", "Thread"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user