Skip to content
Snippets Groups Projects
Commit f3b04737 authored by Mark H Weaver's avatar Mark H Weaver
Browse files

gnu: gdb: Disable tests.

* gnu/packages/gdb.scm (gdb): Disable tests.
parent c3ae3e7a
No related branches found
No related tags found
No related merge requests found
...@@ -43,7 +43,8 @@ (define-public gdb ...@@ -43,7 +43,8 @@ (define-public gdb
"08vcb97j1b7vxwq6088wb6s3g3bm8iwikd922y0xsgbbxv3d2104")))) "08vcb97j1b7vxwq6088wb6s3g3bm8iwikd922y0xsgbbxv3d2104"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:phases (alist-cons-after '(#:tests? #f ; FIXME "make check" fails on single-processor systems.
#:phases (alist-cons-after
'configure 'post-configure 'configure 'post-configure
(lambda _ (lambda _
(for-each patch-makefile-SHELL (for-each patch-makefile-SHELL
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment