authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2022-11-22 01:20:22-08:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2023-01-09 14:37:43-07:00
loge1da5551489c9508c1da24a9c404f8a22f7fc9ca
tree09aed520188364f39d863c89458c52b22a191a4f
parent9dd1899e43a58057d63ac04241d7ca3eed2cd26b

CI: fix wrong directory paths


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

ci/linux/build-x86_64-debug.sh+4-3
...@@ -30,6 +30,7 @@ cd "$ZIGDIR"...@@ -30,6 +30,7 @@ cd "$ZIGDIR"
30echo "building stage3-debug with zig version $($OLD_ZIG version)"30echo "building stage3-debug with zig version $($OLD_ZIG version)"
3131
32"$OLD_ZIG" build \32"$OLD_ZIG" build \
33 --prefix stage3
33 --search-prefix "$DEPS_LOCAL" \34 --search-prefix "$DEPS_LOCAL" \
34 --zig-lib-dir lib \35 --zig-lib-dir lib \
35 -Denable-stage1 \36 -Denable-stage1 \
...@@ -39,14 +40,14 @@ echo "building stage3-debug with zig version $($OLD_ZIG version)"...@@ -39,14 +40,14 @@ echo "building stage3-debug with zig version $($OLD_ZIG version)"
39 -Dtarget="$TARGET"40 -Dtarget="$TARGET"
4041
41echo "Looking for non-conforming code formatting..."42echo "Looking for non-conforming code formatting..."
42zig-out/bin/zig fmt --check . \43stage3/bin/zig fmt --check . \
43 --exclude test/cases/ \44 --exclude test/cases/ \
44 --exclude build45 --exclude build
4546
46# simultaneously test building self-hosted without LLVM and with 32-bit arm47# simultaneously test building self-hosted without LLVM and with 32-bit arm
47zig-out/bin/zig build -Dtarget=arm-linux-musleabihf48stage3/bin/zig build -Dtarget=arm-linux-musleabihf
4849
49zig-out/bin/zig build test docs \50stage3/bin/zig build test docs \
50 -fqemu \51 -fqemu \
51 -fwasmtime \52 -fwasmtime \
52 -Dstatic-llvm \53 -Dstatic-llvm \
ci/linux/build-x86_64-release.sh-1
...@@ -60,7 +60,6 @@ make -j2 install...@@ -60,7 +60,6 @@ make -j2 install
6060
61"stage3/bin/zig" build \61"stage3/bin/zig" build \
62 --prefix stage4 \62 --prefix stage4 \
63 -Dconfig_h="build/config.h" \
64 -Denable-llvm \63 -Denable-llvm \
65 -Denable-stage1 \64 -Denable-stage1 \
66 -Dno-lib \65 -Dno-lib \