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 4b32093673ab265d4a3bb1ede0f71c3df0218620..b4e52f7b04c0e6453574798d7f5ac3993601aa00 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 1db6d16fa01373590596825e0846d5f33f012cc8..1de4d78e01f7ced832d3eb60adfadfb64b0efe77 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" -- 2.54.0