| author | |
| committer | |
| log | e2d7b2bf339dac811b9ae77638f1d29b2ab32a23 |
| tree | 4a1e03d83c5ffc9db3c2e729c30f9fef73d90a9e |
| parent | 2419061246e4a711bb523c7c61b4429a23e409db |
4 files changed, 4 insertions(+), 4 deletions(-)
ci/aarch64-linux-release.sh+1-1| ... | @@ -10,7 +10,7 @@ TARGET="$ARCH-linux-musl" | ... | @@ -10,7 +10,7 @@ TARGET="$ARCH-linux-musl" |
| 10 | MCPU="baseline" | 10 | MCPU="baseline" |
| 11 | CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.11.0-dev.971+19056cb68" | 11 | CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.11.0-dev.971+19056cb68" |
| 12 | PREFIX="$HOME/deps/$CACHE_BASENAME" | 12 | PREFIX="$HOME/deps/$CACHE_BASENAME" |
| 13 | ZIG="$PREFIX/bin/zig" | 13 | ZIG="$PREFIX/bin/zig" |
| 14 | 14 | ||
| 15 | export PATH="$HOME/deps/wasmtime-v2.0.2-$ARCH-linux:$PATH" | 15 | export PATH="$HOME/deps/wasmtime-v2.0.2-$ARCH-linux:$PATH" |
| 16 | 16 |
ci/aarch64-macos.sh+1-1| ... | @@ -4,7 +4,7 @@ set -x | ... | @@ -4,7 +4,7 @@ set -x |
| 4 | set -e | 4 | set -e |
| 5 | 5 | ||
| 6 | # Script assumes the presence of the following: | 6 | # Script assumes the presence of the following: |
| 7 | # s3cmd | 7 | # s3cmd |
| 8 | 8 | ||
| 9 | ZIGDIR="$(pwd)" | 9 | ZIGDIR="$(pwd)" |
| 10 | TARGET="$ARCH-macos-none" | 10 | TARGET="$ARCH-macos-none" |
ci/x86_64-linux-release.sh+1-1| ... | @@ -10,7 +10,7 @@ TARGET="$ARCH-linux-musl" | ... | @@ -10,7 +10,7 @@ TARGET="$ARCH-linux-musl" |
| 10 | MCPU="baseline" | 10 | MCPU="baseline" |
| 11 | CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.11.0-dev.971+19056cb68" | 11 | CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.11.0-dev.971+19056cb68" |
| 12 | PREFIX="$HOME/deps/$CACHE_BASENAME" | 12 | PREFIX="$HOME/deps/$CACHE_BASENAME" |
| 13 | ZIG="$PREFIX/bin/zig" | 13 | ZIG="$PREFIX/bin/zig" |
| 14 | 14 | ||
| 15 | export PATH="$HOME/deps/wasmtime-v2.0.2-$ARCH-linux:$HOME/deps/qemu-linux-x86_64-6.1.0.1/bin:$PATH" | 15 | export PATH="$HOME/deps/wasmtime-v2.0.2-$ARCH-linux:$HOME/deps/qemu-linux-x86_64-6.1.0.1/bin:$PATH" |
| 16 | 16 |
ci/x86_64-macos.sh+1-1| ... | @@ -4,7 +4,7 @@ set -x | ... | @@ -4,7 +4,7 @@ set -x |
| 4 | set -e | 4 | set -e |
| 5 | 5 | ||
| 6 | # Script assumes the presence of the following: | 6 | # Script assumes the presence of the following: |
| 7 | # s3cmd | 7 | # s3cmd |
| 8 | 8 | ||
| 9 | ZIGDIR="$(pwd)" | 9 | ZIGDIR="$(pwd)" |
| 10 | TARGET="$ARCH-macos-none" | 10 | TARGET="$ARCH-macos-none" |