formatting changes

Signed-off-by: Pratik Mankawde <pmankawde@ripple.com>
This commit is contained in:
Pratik Mankawde
2025-11-05 12:26:33 +00:00
parent 21b9f6d1af
commit 3b32210ef4
2 changed files with 2 additions and 2 deletions

View File

@@ -124,7 +124,7 @@ def generate_strategy_matrix(all: bool, config: Config) -> list:
cmake_args = f'{cmake_args} -Dwextra=ON'
if build_type == 'Release':
cmake_args = f'{cmake_args} -Dassert=ON'
# We skip all RHEL on arm64 due to a build failure that needs further
# investigation.
if os['distro_name'] == 'rhel' and architecture['platform'] == 'linux/arm64':