From ae70c6052d10ba49fc7153cc00508c79722e32fa Mon Sep 17 00:00:00 2001 From: fedor Date: Tue, 26 Nov 2024 10:18:40 -0500 Subject: [PATCH] Ignore curl failure --- templates/base.pkr.hcl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/base.pkr.hcl b/templates/base.pkr.hcl index ad4f4fd..1ac7df9 100644 --- a/templates/base.pkr.hcl +++ b/templates/base.pkr.hcl @@ -59,7 +59,8 @@ build { "source ~/.zprofile", "brew --version", "brew update", - "brew install curl wget unzip zip ca-certificates cmake gcc git-lfs jq yq gh gitlab-runner", + "brew install wget unzip zip ca-certificates cmake gcc git-lfs jq yq gh gitlab-runner", + "brew install curl || true", // doesn't work on Monterey "brew install --cask git-credential-manager", "git lfs install", "sudo softwareupdate --install-rosetta --agree-to-license"