mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-07 06:14:33 +00:00
re-enable x86_64-linux self-hosted behaviour test suite
This commit is contained in:
parent
a7de8dc2dd
commit
87d358024f
1 changed files with 8 additions and 8 deletions
|
|
@ -58,14 +58,14 @@ const test_targets = blk: {
|
||||||
.link_libc = true,
|
.link_libc = true,
|
||||||
.backend = .stage2_c,
|
.backend = .stage2_c,
|
||||||
},
|
},
|
||||||
//.{
|
.{
|
||||||
// .target = .{
|
.target = .{
|
||||||
// .cpu_arch = .x86_64,
|
.cpu_arch = .x86_64,
|
||||||
// .os_tag = .linux,
|
.os_tag = .linux,
|
||||||
// .abi = .none,
|
.abi = .none,
|
||||||
// },
|
},
|
||||||
// .backend = .stage2_x86_64,
|
.backend = .stage2_x86_64,
|
||||||
//},
|
},
|
||||||
.{
|
.{
|
||||||
.target = .{
|
.target = .{
|
||||||
.cpu_arch = .aarch64,
|
.cpu_arch = .aarch64,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue