1
0
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:
Yelninei
2025-08-04 12:50:27 +00:00
committed by Andreas Enge
parent 6eb5823e2e
commit 7265256c3c

View File

@@ -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