| ... | @@ -20,15 +20,11 @@ const enable_wasmtime: bool = build_options.enable_wasmtime; | ... | @@ -20,15 +20,11 @@ const enable_wasmtime: bool = build_options.enable_wasmtime; |
| 20 | const enable_darling: bool = build_options.enable_darling; | 20 | const enable_darling: bool = build_options.enable_darling; |
| 21 | const enable_rosetta: bool = build_options.enable_rosetta; | 21 | const enable_rosetta: bool = build_options.enable_rosetta; |
| 22 | const glibc_runtimes_dir: ?[]const u8 = build_options.glibc_runtimes_dir; | 22 | const glibc_runtimes_dir: ?[]const u8 = build_options.glibc_runtimes_dir; |
| 23 | const skip_stage1 = builtin.zig_backend != .stage1 or build_options.skip_stage1; | 23 | const skip_stage1 = true; |
| 24 | | 24 | |
| 25 | const hr = "=" ** 80; | 25 | const hr = "=" ** 80; |
| 26 | | 26 | |
| 27 | test { | 27 | test { |
| 28 | if (build_options.have_stage1) { | | |
| 29 | @import("stage1.zig").os_init(); | | |
| 30 | } | | |
| 31 | | | |
| 32 | const use_gpa = build_options.force_gpa or !builtin.link_libc; | 28 | const use_gpa = build_options.force_gpa or !builtin.link_libc; |
| 33 | const gpa = gpa: { | 29 | const gpa = gpa: { |
| 34 | if (use_gpa) { | 30 | if (use_gpa) { |