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"
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"

View File

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

View File

@ -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"

View File

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