motiejus/zig

fork of https://codeberg.org/ziglang/zig
git clone https://git.jakstys.lt/motiejus/zig.git
Log | Tree | Refs | README | LICENSE

commit 32ce2f91a92c23d46c6836a6dd68ae0f08bb04c5 (tree)
parent 5453ec86eb3e9209f825d27c5b1693f0bc850286
Author: Andrew Kelley <andrew@ziglang.org>
Date:   Tue, 22 Nov 2022 20:54:30 -0700

CI: fix wrong path name in x86_64-linux release script

I verified that the script will pass with this change.

Diffstat:
Mci/linux/build-x86_64-release.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/linux/build-x86_64-release.sh b/ci/linux/build-x86_64-release.sh @@ -68,7 +68,7 @@ stage3-release/bin/zig test ../lib/std/std.zig \ -fno-emit-bin \ --zig-lib-dir "$(pwd)/../lib" -"stage3/bin/zig" build \ +stage3-release/bin/zig build \ --prefix stage4-release \ -Denable-llvm \ -Denable-stage1 \