unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
blob 80d72f1b9cebc305ac98d8eefa12efac40a6cf54 2295 bytes (raw)
name: gnu/packages/patches/zig-disable-MIPS-tests.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
 
Upstream issue: https://github.com/ziglang/zig/issues/8155

Zig fails to cross-compile to MIPS architectures with LLVM 12.0.0.  The issue
is fixed in LLVM 12.0.1.

diff --git a/test/tests.zig b/test/tests.zig
index b80c082fb..cd0c24fc9 100644
--- a/test/tests.zig
+++ b/test/tests.zig
@@ -153,22 +153,22 @@ const test_targets = blk: {
         //    .link_libc = true,
         //},
 
-        TestTarget{
-            .target = .{
-                .cpu_arch = .mips,
-                .os_tag = .linux,
-                .abi = .none,
-            },
-        },
-
-        TestTarget{
-            .target = .{
-                .cpu_arch = .mips,
-                .os_tag = .linux,
-                .abi = .musl,
-            },
-            .link_libc = true,
-        },
+        // TestTarget{
+        //     .target = .{
+        //         .cpu_arch = .mips,
+        //         .os_tag = .linux,
+        //         .abi = .none,
+        //     },
+        // },
+
+        // TestTarget{
+        //     .target = .{
+        //         .cpu_arch = .mips,
+        //         .os_tag = .linux,
+        //         .abi = .musl,
+        //     },
+        //     .link_libc = true,
+        // },
 
         // https://github.com/ziglang/zig/issues/4927
         //TestTarget{
@@ -180,22 +180,22 @@ const test_targets = blk: {
         //    .link_libc = true,
         //},
 
-        TestTarget{
-            .target = .{
-                .cpu_arch = .mipsel,
-                .os_tag = .linux,
-                .abi = .none,
-            },
-        },
-
-        TestTarget{
-            .target = .{
-                .cpu_arch = .mipsel,
-                .os_tag = .linux,
-                .abi = .musl,
-            },
-            .link_libc = true,
-        },
+        // TestTarget{
+        //     .target = .{
+        //         .cpu_arch = .mipsel,
+        //         .os_tag = .linux,
+        //         .abi = .none,
+        //     },
+        // },
+
+        // TestTarget{
+        //     .target = .{
+        //         .cpu_arch = .mipsel,
+        //         .os_tag = .linux,
+        //         .abi = .musl,
+        //     },
+        //     .link_libc = true,
+        // },
 
         // https://github.com/ziglang/zig/issues/4927
         //TestTarget{

debug log:

solving 80d72f1b9c ...
found 80d72f1b9c in https://yhetil.org/guix-patches/865yv6mmk2.fsf@mgsn.dev/

applying [1/1] https://yhetil.org/guix-patches/865yv6mmk2.fsf@mgsn.dev/
diff --git a/gnu/packages/patches/zig-disable-MIPS-tests.patch b/gnu/packages/patches/zig-disable-MIPS-tests.patch
new file mode 100644
index 0000000000..80d72f1b9c

1:19: trailing whitespace.
 
1:52: trailing whitespace.
 
1:58: trailing whitespace.
 
1:91: trailing whitespace.
 
Checking patch gnu/packages/patches/zig-disable-MIPS-tests.patch...
Applied patch gnu/packages/patches/zig-disable-MIPS-tests.patch cleanly.
warning: 4 lines add whitespace errors.

index at:
100644 80d72f1b9cebc305ac98d8eefa12efac40a6cf54	gnu/packages/patches/zig-disable-MIPS-tests.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).