mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: cmake: Skip another test on the Hurd.
This is fixed in Cmake v4.0.0, see https://gitlab.kitware.com/cmake/cmake/-/merge_requests/10078 * gnu/packages/cmake.scm (%common-disabled-tests/hurd): Add RunCMake.RuntimePath. Change-Id: I188370e98dbb77d1d6771342c46c575b3825b15e Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
@@ -164,7 +164,9 @@ using the CMake build system.")
|
||||
"RunCMake.CTestTimeout"
|
||||
"RunCMake.CTestTimeoutAfterMatch"
|
||||
"RunCMake.CommandLine"
|
||||
"RunCMake.CTestCommandLine"))
|
||||
"RunCMake.CTestCommandLine"
|
||||
;; Fixed in v4.0.0
|
||||
"RunCMake.RuntimePath"))
|
||||
|
||||
(define %preserved-third-party-files
|
||||
'(;; 'Source/cm_getdate.c' includes archive_getdate.c wholesale, so it must
|
||||
|
||||
Reference in New Issue
Block a user