From 81584f24d5795650421b661fa00e74cf2d55b782 Mon Sep 17 00:00:00 2001 From: Adrian Ho Date: Mon, 10 Feb 2025 20:53:51 +0800 Subject: [PATCH] goofys-mac: disable --- Formula/goofys-mac.rb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Formula/goofys-mac.rb b/Formula/goofys-mac.rb index 6b87e14..11e4242 100644 --- a/Formula/goofys-mac.rb +++ b/Formula/goofys-mac.rb @@ -17,7 +17,10 @@ class GoofysMac < Formula sha256 cellar: :any_skip_relocation, mojave: "648d204e47b710662db2b778164346ef2b9fd77a4ec02af210fc8116eee7bb7f" end - depends_on "go@1.14" => :build + # Discussion ref: https://github.com/Homebrew/homebrew-core/pull/122082#issuecomment-1436535501 + disable! date: "2024-02-12", because: :does_not_build + + depends_on "go" => :build depends_on MacfuseRequirement depends_on :macos