From d5ae324fb6bb5c96333236f2f27ca56eec8d4f9f Mon Sep 17 00:00:00 2001 From: Benjamin Elder Date: Fri, 10 Oct 2025 14:12:28 -0700 Subject: [PATCH] don't require build tools to clean removing the output already only uses docker opportunistically cleanup after docker builds, the rest of cleanup should not require any of these previously on a clean mac install you can install docker + `bash` and building like `make WHAT=cmd/kubectl` will work but `make clean` will fail due to lack of gnu-tar --- build/make-clean.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/build/make-clean.sh b/build/make-clean.sh index b3f567490a6..24c6e38b68d 100755 --- a/build/make-clean.sh +++ b/build/make-clean.sh @@ -22,5 +22,4 @@ set -o pipefail KUBE_ROOT=$(dirname "${BASH_SOURCE[0]}")/.. source "${KUBE_ROOT}/build/common.sh" -kube::build::verify_prereqs false kube::build::clean