summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/cmake.scm5
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/packages/cmake.scm b/gnu/packages/cmake.scm
index 95820f013a..608080954f 100644
--- a/gnu/packages/cmake.scm
+++ b/gnu/packages/cmake.scm
@@ -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"