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

This commit is contained in:
Jakub Konka 2023-02-20 10:37:22 +01:00
parent a7de8dc2dd
commit 87d358024f

View file

@ -58,14 +58,14 @@ const test_targets = blk: {
.link_libc = true,
.backend = .stage2_c,
},
//.{
// .target = .{
// .cpu_arch = .x86_64,
// .os_tag = .linux,
// .abi = .none,
// },
// .backend = .stage2_x86_64,
//},
.{
.target = .{
.cpu_arch = .x86_64,
.os_tag = .linux,
.abi = .none,
},
.backend = .stage2_x86_64,
},
.{
.target = .{
.cpu_arch = .aarch64,