authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2022-07-20 17:10:51-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2022-07-20 23:28:30-07:00
loge0548774666cfe5b7396417e1c9bcdea1e37e135
treeb2db55f954621951da90cd5304c3fa52880d256e
parentca3adb83b7aa0e5045b1e7e193a0db2a5a31b16b

CI: stage3 covers test-universal-libc and builds stage1


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

ci/zinc/linux_test.sh+2-2
......@@ -55,11 +55,11 @@ stage3/bin/zig build -Dtarget=arm-linux-musleabihf # test building self-hosted f
5555stage3/bin/zig build test-compiler-rt -fqemu -fwasmtime -Denable-llvm
5656stage3/bin/zig build test-behavior -fqemu -fwasmtime -Denable-llvm
5757stage3/bin/zig build test-std -fqemu -fwasmtime -Denable-llvm
58stage3/bin/zig build test-universal-libc -fqemu -fwasmtime -Denable-llvm
5859stage3/bin/zig build test-compare-output -fqemu -fwasmtime -Denable-llvm
5960stage3/bin/zig build test-asm-link -fqemu -fwasmtime -Denable-llvm
6061stage3/bin/zig build test-fmt -fqemu -fwasmtime -Denable-llvm
6162
62$STAGE1_ZIG build test-universal-libc -fqemu -fwasmtime
6363$STAGE1_ZIG build test-standalone -fqemu -fwasmtime
6464$STAGE1_ZIG build test-stack-traces -fqemu -fwasmtime
6565$STAGE1_ZIG build test-cli -fqemu -fwasmtime
......@@ -79,7 +79,7 @@ $STAGE1_ZIG test lib/std/std.zig \
7979tidy --drop-empty-elements no -qe zig-cache/langref.html
8080
8181# Build release zig.
82$STAGE1_ZIG build \
82stage3/bin/zig build \
8383 --prefix "$RELEASE_STAGING" \
8484 --search-prefix "$DEPS_LOCAL" \
8585 -Dstatic-llvm \