From da7de59e4a2de0b4872bdafdfa1e2b9904f28d10 Mon Sep 17 00:00:00 2001 From: "Roscoe A. Bartlett" Date: Thu, 25 Jan 2024 06:52:50 -0700 Subject: [PATCH] Set Trilinos_SHOW_GIT_COMMIT_PARENTS=ON for all GenConfig PR builds (TriBITSPub/TriBITS#597) This is needed to know the versions of the target and topic branches for PR builds submitted to CDash. This is needed to be able to detect random test failures. --- packages/framework/ini-files/config-specs.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/framework/ini-files/config-specs.ini b/packages/framework/ini-files/config-specs.ini index 1486a4cf0682..3d3895658d20 100644 --- a/packages/framework/ini-files/config-specs.ini +++ b/packages/framework/ini-files/config-specs.ini @@ -301,6 +301,8 @@ opt-set-cmake-var CMAKE_GENERATOR STRING : Ninja opt-set-cmake-var Trilinos_PARALLEL_LINK_JOBS_LIMIT STRING : 8 +opt-set-cmake-var Trilinos_SHOW_GIT_COMMIT_PARENTS BOOL : ON + # Misc options typically added by CI testing mode in TriBITS opt-set-cmake-var Trilinos_ENABLE_ALL_OPTIONAL_PACKAGES BOOL : ON opt-set-cmake-var Trilinos_ALLOW_NO_PACKAGES BOOL : ON