mirror of
https://github.com/ziglang/zig.git
synced 2026-02-13 04:48:20 +00:00
CI: fix wrong directory paths
This commit is contained in:
parent
9dd1899e43
commit
e1da555148
@ -30,6 +30,7 @@ cd "$ZIGDIR"
|
||||
echo "building stage3-debug with zig version $($OLD_ZIG version)"
|
||||
|
||||
"$OLD_ZIG" build \
|
||||
--prefix stage3
|
||||
--search-prefix "$DEPS_LOCAL" \
|
||||
--zig-lib-dir lib \
|
||||
-Denable-stage1 \
|
||||
@ -39,14 +40,14 @@ echo "building stage3-debug with zig version $($OLD_ZIG version)"
|
||||
-Dtarget="$TARGET"
|
||||
|
||||
echo "Looking for non-conforming code formatting..."
|
||||
zig-out/bin/zig fmt --check . \
|
||||
stage3/bin/zig fmt --check . \
|
||||
--exclude test/cases/ \
|
||||
--exclude build
|
||||
|
||||
# simultaneously test building self-hosted without LLVM and with 32-bit arm
|
||||
zig-out/bin/zig build -Dtarget=arm-linux-musleabihf
|
||||
stage3/bin/zig build -Dtarget=arm-linux-musleabihf
|
||||
|
||||
zig-out/bin/zig build test docs \
|
||||
stage3/bin/zig build test docs \
|
||||
-fqemu \
|
||||
-fwasmtime \
|
||||
-Dstatic-llvm \
|
||||
|
||||
@ -60,7 +60,6 @@ make -j2 install
|
||||
|
||||
"stage3/bin/zig" build \
|
||||
--prefix stage4 \
|
||||
-Dconfig_h="build/config.h" \
|
||||
-Denable-llvm \
|
||||
-Denable-stage1 \
|
||||
-Dno-lib \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user