commit 2aa9dd44a51aafb4b23987679a86b5b896940dfb (tree)
parent 781cc731ed81be33a13d5f1c85c7dc6bc8ec5218
Author: Alex Rønne Petersen <alex@alexrp.com>
Date: Sun, 28 Sep 2025 19:45:16 +0200
ci: we don't require s3cmd anymore
Diffstat:
2 files changed, 0 insertions(+), 6 deletions(-)
diff --git 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
@@ -3,9 +3,6 @@
set -x
set -e
-# Script assumes the presence of the following:
-# s3cmd
-
ZIGDIR="$PWD"
TARGET="aarch64-macos-none"
MCPU="baseline"