mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
df3664f155
commit
8df0a32579
1 changed files with 4 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue