commit e2d7b2bf339dac811b9ae77638f1d29b2ab32a23 (tree)
parent 2419061246e4a711bb523c7c61b4429a23e409db
Author: Manlio Perillo <manlio.perillo@gmail.com>
Date: Fri, 30 Dec 2022 15:33:42 +0100
ci: remove extra whitespace
Diffstat:
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git 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
@@ -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
@@ -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
@@ -4,7 +4,7 @@ set -x
set -e
# Script assumes the presence of the following:
-# s3cmd
+# s3cmd
ZIGDIR="$(pwd)"
TARGET="$ARCH-macos-none"