diff --git a/ci/aarch64-macos-debug.sh b/ci/aarch64-macos-debug.sh index 4b32093673..b4e52f7b04 100755 --- a/ci/aarch64-macos-debug.sh +++ b/ci/aarch64-macos-debug.sh @@ -3,9 +3,6 @@ set -x set -e -# Script assumes the presence of the following: -# s3cmd - ZIGDIR="$PWD" TARGET="aarch64-macos-none" MCPU="baseline" diff --git a/ci/aarch64-macos-release.sh b/ci/aarch64-macos-release.sh index 1db6d16fa0..1de4d78e01 100755 --- a/ci/aarch64-macos-release.sh +++ b/ci/aarch64-macos-release.sh @@ -3,9 +3,6 @@ set -x set -e -# Script assumes the presence of the following: -# s3cmd - ZIGDIR="$PWD" TARGET="aarch64-macos-none" MCPU="baseline"