mirror of
https://github.com/ziglang/zig.git
synced 2024-12-02 10:02:32 +00:00
test: remove reference to stage1
This commit is contained in:
parent
687ea31ef9
commit
47a2a526e2
@ -20,15 +20,11 @@ const enable_wasmtime: bool = build_options.enable_wasmtime;
|
||||
const enable_darling: bool = build_options.enable_darling;
|
||||
const enable_rosetta: bool = build_options.enable_rosetta;
|
||||
const glibc_runtimes_dir: ?[]const u8 = build_options.glibc_runtimes_dir;
|
||||
const skip_stage1 = builtin.zig_backend != .stage1 or build_options.skip_stage1;
|
||||
const skip_stage1 = true;
|
||||
|
||||
const hr = "=" ** 80;
|
||||
|
||||
test {
|
||||
if (build_options.have_stage1) {
|
||||
@import("stage1.zig").os_init();
|
||||
}
|
||||
|
||||
const use_gpa = build_options.force_gpa or !builtin.link_libc;
|
||||
const gpa = gpa: {
|
||||
if (use_gpa) {
|
||||
|
Loading…
Reference in New Issue
Block a user