File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ cd "$ZIGDIR"
3030echo " building stage3-debug with zig version $( $OLD_ZIG version) "
3131
3232" $OLD_ZIG " build \
33+ --prefix stage3
3334 --search-prefix " $DEPS_LOCAL " \
3435 --zig-lib-dir lib \
3536 -Denable-stage1 \
@@ -39,14 +40,14 @@ echo "building stage3-debug with zig version $($OLD_ZIG version)"
3940 -Dtarget=" $TARGET "
4041
4142echo " Looking for non-conforming code formatting..."
42- zig-out /bin/zig fmt --check . \
43+ stage3 /bin/zig fmt --check . \
4344 --exclude test/cases/ \
4445 --exclude build
4546
4647# simultaneously test building self-hosted without LLVM and with 32-bit arm
47- zig-out /bin/zig build -Dtarget=arm-linux-musleabihf
48+ stage3 /bin/zig build -Dtarget=arm-linux-musleabihf
4849
49- zig-out /bin/zig build test docs \
50+ stage3 /bin/zig build test docs \
5051 -fqemu \
5152 -fwasmtime \
5253 -Dstatic-llvm \
Original file line number Diff line number Diff line change @@ -60,7 +60,6 @@ make -j2 install
6060
6161" stage3/bin/zig" build \
6262 --prefix stage4 \
63- -Dconfig_h=" build/config.h" \
6463 -Denable-llvm \
6564 -Denable-stage1 \
6665 -Dno-lib \
You can’t perform that action at this time.
0 commit comments