From b04b69f99cba81f07fe8204bb0a86d0713bf7631 Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Thu, 23 Nov 2023 15:11:59 +0100 Subject: zig: disable tests because of the upstream issue --- zig.scm | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/zig.scm b/zig.scm index c2a8714..5ef4db7 100644 --- a/zig.scm +++ b/zig.scm @@ -38,6 +38,9 @@ "/lib/zig")) #:validate-runpath? #f ; TODO: zig binary can't find ld-linux. #:out-of-source? #f ; for tests + ;; Tests fails in: + ;; https://github.com/ziglang/zig/issues/18063 + #:tests? #f #:phases (modify-phases %standard-phases (add-after 'unpack 'set-env-variables @@ -99,7 +102,7 @@ toolchain. Among other features it provides (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "0i4sd6888xxbzz5f45sxnlys9fvhkcir829jzlr3dijkdn6c74fy")) + (base32 "15pi43l1fla89n5kdink05a6a0cxqbf51nl0j2mvgxvcry12ql31")) (patches (search-patches "zig-do-not-link-against-librt.patch")))) (build-system cmake-build-system) (arguments @@ -114,6 +117,9 @@ toolchain. Among other features it provides "/lib/zig")) #:validate-runpath? #f ; TODO: zig binary can't find ld-linux. #:out-of-source? #f ; for tests + ;; Tests fails in: + ;; https://github.com/ziglang/zig/issues/18063 + #:tests? #f #:phases (modify-phases %standard-phases (add-after 'unpack 'set-env-variables -- cgit v1.2.3