authorgravatar for kubkon@jakubkonka.comJakub Konka <kubkon@jakubkonka.com> 2023-02-20 10:37:22+01:00
committergravatar for kubkon@jakubkonka.comJakub Konka <kubkon@jakubkonka.com> 2023-02-20 10:52:34+01:00
log87d358024fe14973f6f5276dd4e29a1fc1cee10d
tree762df4ce7f49acb331a3a4be4f40877ba3634918
parenta7de8dc2ddb5b1fa45d2fcfba4b305fef9f59be4

re-enable x86_64-linux self-hosted behaviour test suite


1 files changed, 8 insertions(+), 8 deletions(-)

test/tests.zig+8-8
......@@ -58,14 +58,14 @@ const test_targets = blk: {
5858 .link_libc = true,
5959 .backend = .stage2_c,
6060 },
61 //.{
62 // .target = .{
63 // .cpu_arch = .x86_64,
64 // .os_tag = .linux,
65 // .abi = .none,
66 // },
67 // .backend = .stage2_x86_64,
68 //},
61 .{
62 .target = .{
63 .cpu_arch = .x86_64,
64 .os_tag = .linux,
65 .abi = .none,
66 },
67 .backend = .stage2_x86_64,
68 },
6969 .{
7070 .target = .{
7171 .cpu_arch = .aarch64,