diff --git a/ci/aarch64-linux-release.sh b/ci/aarch64-linux-release.sh index 5ce29c0da41621dcb82c1f86045155a79de4061c..e3dc4530a8a91861026f3882d4dd621c4fc3f203 100644 --- a/ci/aarch64-linux-release.sh +++ b/ci/aarch64-linux-release.sh @@ -10,7 +10,7 @@ TARGET="$ARCH-linux-musl" MCPU="baseline" CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.11.0-dev.971+19056cb68" PREFIX="$HOME/deps/$CACHE_BASENAME" -ZIG="$PREFIX/bin/zig" +ZIG="$PREFIX/bin/zig" export PATH="$HOME/deps/wasmtime-v2.0.2-$ARCH-linux:$PATH" diff --git a/ci/aarch64-macos.sh b/ci/aarch64-macos.sh index 2fe38f21a4342f63ab3a3eb3dfe03ca3900a2d64..b4533e149f2758faa53b94042e05d15362c6ee1f 100755 --- a/ci/aarch64-macos.sh +++ b/ci/aarch64-macos.sh @@ -4,7 +4,7 @@ set -x set -e # Script assumes the presence of the following: -# s3cmd +# s3cmd ZIGDIR="$(pwd)" TARGET="$ARCH-macos-none" diff --git a/ci/x86_64-linux-release.sh b/ci/x86_64-linux-release.sh index 899693ea02cf8f06bf4abfcdd8008c69c68f7a33..cec08fae84a23ebcb69facd2ee857d59e2dca184 100755 --- a/ci/x86_64-linux-release.sh +++ b/ci/x86_64-linux-release.sh @@ -10,7 +10,7 @@ TARGET="$ARCH-linux-musl" MCPU="baseline" CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.11.0-dev.971+19056cb68" PREFIX="$HOME/deps/$CACHE_BASENAME" -ZIG="$PREFIX/bin/zig" +ZIG="$PREFIX/bin/zig" export PATH="$HOME/deps/wasmtime-v2.0.2-$ARCH-linux:$HOME/deps/qemu-linux-x86_64-6.1.0.1/bin:$PATH" diff --git a/ci/x86_64-macos.sh b/ci/x86_64-macos.sh index 9d9cdb9d6f76c9a3c9788f89947cc88c1649457b..4ea62bf1e0a64ff4f8f55b38d68524bbb59b4bb0 100755 --- a/ci/x86_64-macos.sh +++ b/ci/x86_64-macos.sh @@ -4,7 +4,7 @@ set -x set -e # Script assumes the presence of the following: -# s3cmd +# s3cmd ZIGDIR="$(pwd)" TARGET="$ARCH-macos-none"