From 2aa9dd44a51aafb4b23987679a86b5b896940dfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Sun, 28 Sep 2025 19:45:16 +0200 Subject: [PATCH] ci: we don't require s3cmd anymore --- ci/aarch64-macos-debug.sh | 3 --- ci/aarch64-macos-release.sh | 3 --- 2 files changed, 6 deletions(-) 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"