authorgravatar for manlio.perillo@gmail.comManlio Perillo <manlio.perillo@gmail.com> 2022-12-30 15:33:42+01:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2022-12-30 15:01:54-05:00
loge2d7b2bf339dac811b9ae77638f1d29b2ab32a23
tree4a1e03d83c5ffc9db3c2e729c30f9fef73d90a9e
parent2419061246e4a711bb523c7c61b4429a23e409db

ci: remove extra whitespace


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"
10MCPU="baseline"10MCPU="baseline"
11CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.11.0-dev.971+19056cb68"11CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.11.0-dev.971+19056cb68"
12PREFIX="$HOME/deps/$CACHE_BASENAME"12PREFIX="$HOME/deps/$CACHE_BASENAME"
13ZIG="$PREFIX/bin/zig" 13ZIG="$PREFIX/bin/zig"
1414
15export PATH="$HOME/deps/wasmtime-v2.0.2-$ARCH-linux:$PATH"15export PATH="$HOME/deps/wasmtime-v2.0.2-$ARCH-linux:$PATH"
1616
ci/aarch64-macos.sh+1-1
...@@ -4,7 +4,7 @@ set -x...@@ -4,7 +4,7 @@ set -x
4set -e4set -e
55
6# Script assumes the presence of the following:6# Script assumes the presence of the following:
7# s3cmd 7# s3cmd
88
9ZIGDIR="$(pwd)"9ZIGDIR="$(pwd)"
10TARGET="$ARCH-macos-none"10TARGET="$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"
10MCPU="baseline"10MCPU="baseline"
11CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.11.0-dev.971+19056cb68"11CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.11.0-dev.971+19056cb68"
12PREFIX="$HOME/deps/$CACHE_BASENAME"12PREFIX="$HOME/deps/$CACHE_BASENAME"
13ZIG="$PREFIX/bin/zig" 13ZIG="$PREFIX/bin/zig"
1414
15export PATH="$HOME/deps/wasmtime-v2.0.2-$ARCH-linux:$HOME/deps/qemu-linux-x86_64-6.1.0.1/bin:$PATH"15export PATH="$HOME/deps/wasmtime-v2.0.2-$ARCH-linux:$HOME/deps/qemu-linux-x86_64-6.1.0.1/bin:$PATH"
1616
ci/x86_64-macos.sh+1-1
...@@ -4,7 +4,7 @@ set -x...@@ -4,7 +4,7 @@ set -x
4set -e4set -e
55
6# Script assumes the presence of the following:6# Script assumes the presence of the following:
7# s3cmd 7# s3cmd
88
9ZIGDIR="$(pwd)"9ZIGDIR="$(pwd)"
10TARGET="$ARCH-macos-none"10TARGET="$ARCH-macos-none"