File tree 1 file changed +23
-23
lines changed
1 file changed +23
-23
lines changed Original file line number Diff line number Diff line change @@ -316,29 +316,29 @@ const test_targets = blk: {
316
316
.link_libc = true ,
317
317
},
318
318
319
- .{
320
- .target = .{
321
- .cpu_arch = .aarch64_be ,
322
- .os_tag = .linux ,
323
- .abi = .none ,
324
- },
325
- },
326
- .{
327
- .target = .{
328
- .cpu_arch = .aarch64_be ,
329
- .os_tag = .linux ,
330
- .abi = .musl ,
331
- },
332
- .link_libc = true ,
333
- },
334
- .{
335
- .target = .{
336
- .cpu_arch = .aarch64_be ,
337
- .os_tag = .linux ,
338
- .abi = .gnu ,
339
- },
340
- .link_libc = true ,
341
- },
319
+ // .{
320
+ // .target = .{
321
+ // .cpu_arch = .aarch64_be,
322
+ // .os_tag = .linux,
323
+ // .abi = .none,
324
+ // },
325
+ // },
326
+ // .{
327
+ // .target = .{
328
+ // .cpu_arch = .aarch64_be,
329
+ // .os_tag = .linux,
330
+ // .abi = .musl,
331
+ // },
332
+ // .link_libc = true,
333
+ // },
334
+ // .{
335
+ // .target = .{
336
+ // .cpu_arch = .aarch64_be,
337
+ // .os_tag = .linux,
338
+ // .abi = .gnu,
339
+ // },
340
+ // .link_libc = true,
341
+ // },
342
342
343
343
.{
344
344
.target = .{
You can’t perform that action at this time.
0 commit comments