ci: remove extra whitespace

This commit is contained in:
Manlio Perillo 2022-12-30 15:33:42 +01:00 committed by Andrew Kelley
parent 2419061246
commit e2d7b2bf33
4 changed files with 4 additions and 4 deletions

View file

@ -10,7 +10,7 @@ TARGET="$ARCH-linux-musl"
MCPU="baseline" MCPU="baseline"
CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.11.0-dev.971+19056cb68" CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.11.0-dev.971+19056cb68"
PREFIX="$HOME/deps/$CACHE_BASENAME" PREFIX="$HOME/deps/$CACHE_BASENAME"
ZIG="$PREFIX/bin/zig" ZIG="$PREFIX/bin/zig"
export PATH="$HOME/deps/wasmtime-v2.0.2-$ARCH-linux:$PATH" export PATH="$HOME/deps/wasmtime-v2.0.2-$ARCH-linux:$PATH"

View file

@ -4,7 +4,7 @@ set -x
set -e set -e
# Script assumes the presence of the following: # Script assumes the presence of the following:
# s3cmd # s3cmd
ZIGDIR="$(pwd)" ZIGDIR="$(pwd)"
TARGET="$ARCH-macos-none" TARGET="$ARCH-macos-none"

View file

@ -10,7 +10,7 @@ TARGET="$ARCH-linux-musl"
MCPU="baseline" MCPU="baseline"
CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.11.0-dev.971+19056cb68" CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.11.0-dev.971+19056cb68"
PREFIX="$HOME/deps/$CACHE_BASENAME" 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" export PATH="$HOME/deps/wasmtime-v2.0.2-$ARCH-linux:$HOME/deps/qemu-linux-x86_64-6.1.0.1/bin:$PATH"

View file

@ -4,7 +4,7 @@ set -x
set -e set -e
# Script assumes the presence of the following: # Script assumes the presence of the following:
# s3cmd # s3cmd
ZIGDIR="$(pwd)" ZIGDIR="$(pwd)"
TARGET="$ARCH-macos-none" TARGET="$ARCH-macos-none"