gnu: ccache: Update to 3.4.3.

* gnu/packages/ccache.scm (ccache): Update to 3.4.3.
[arguments]: Remove obsolete 'munge-failing-test' phase.
master
Tobias Geerinckx-Rice 2018-09-06 02:21:26 +02:00
parent d83477adf9
commit 79b283e433
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 9 deletions

View File

@ -30,7 +30,7 @@
(define-public ccache (define-public ccache
(package (package
(name "ccache") (name "ccache")
(version "3.4.2") (version "3.4.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -38,7 +38,7 @@
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1qpy6k9f06kpr6bxy26ncdxcszqv1skcncvczcvksgfncx1v3a0q")))) "0jjzq5340qw3jm5gkajjkkb5wd0yqqy1dyjw3mf3jy15cakmazi9"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs `(("perl" ,perl) ; for test.sh (native-inputs `(("perl" ,perl) ; for test.sh
("which" ,(@ (gnu packages base) which)))) ("which" ,(@ (gnu packages base) which))))
@ -49,13 +49,6 @@
(lambda _ (lambda _
(substitute* '("unittest/test_hashutil.c" "test/suites/base.bash") (substitute* '("unittest/test_hashutil.c" "test/suites/base.bash")
(("#!/bin/sh") (string-append "#!" (which "sh")))) (("#!/bin/sh") (string-append "#!" (which "sh"))))
#t))
(add-before 'check 'munge-failing-test
(lambda _
;; XXX The new Multiple -fdebug-prefix-map test added in
;; 3.3.5 fails (why?). Force it to report success instead.
(substitute* "test/suites/debug_prefix_map.bash"
(("grep \"name\"") "true"))
#t))))) #t)))))
(home-page "https://ccache.samba.org/") (home-page "https://ccache.samba.org/")
(synopsis "Compiler cache") (synopsis "Compiler cache")