Compare commits

...

3 Commits

Author SHA1 Message Date
Bart Thomee
3d6cc7dc91 Restore CI env vars 2025-10-20 12:11:03 -04:00
Bart Thomee
3711d40901 Restore CMAKE_UNITY_BUILD_BATCH_SIZE 2025-10-20 11:49:41 -04:00
Bart Thomee
26acbaed64 chore: Set CMake CI variable but reduce its effects 2025-10-20 11:47:59 -04:00
2 changed files with 1 additions and 5 deletions

View File

@@ -181,11 +181,6 @@ if(xrpld)
xrpl.libxrpl
)
exclude_if_included(rippled)
# define a macro for tests that might need to
# be exluded or run differently in CI environment
if(is_ci)
target_compile_definitions(rippled PRIVATE RIPPLED_RUNNING_IN_CI)
endif ()
if(voidstar)
target_compile_options(rippled

View File

@@ -43,6 +43,7 @@ else ()
set (is_linux FALSE)
endif ()
# The CI environment variable is set by GitHub Actions.
if ("$ENV{CI}" STREQUAL "true" OR "$ENV{CONTINUOUS_INTEGRATION}" STREQUAL "true")
set (is_ci TRUE)
else ()