gnu: cmake-bootstrap: Fix build with gcc-14.

Apparently cmake-minimal cannot be updated because of the introducion of a
circular cppdap dependency.

* gnu/packages/cmake.scm (%common-disabled-tests): Add failing "LoadCommand"
and "LoadedCommandOneConfig" tests.

Change-Id: Ic71aa92c327f7853248748d6eab4db9309c90408
This commit is contained in:
Janneke Nieuwenhuizen 2024-12-08 13:09:32 +01:00 committed by Andreas Enge
parent df3664f155
commit 8df0a32579
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -146,7 +146,10 @@ using the CMake build system.")
;; This test requires 'ldconfig' which is not available in Guix.
"RunCMake.install"
;; This test fails for unknown reason.
"RunCMake.file-GET_RUNTIME_DEPENDENCIES"))
"RunCMake.file-GET_RUNTIME_DEPENDENCIES"
;; These tests fail with gcc-14.
"LoadCommand"
"LoadedCommandOneConfig"))
(define %common-disabled-tests/hurd
'("CTestTestTimeout"