From 6685f2f314c402034dbc1482bef4859093eb6882 Mon Sep 17 00:00:00 2001 From: Issy Long Date: Fri, 18 Feb 2022 16:37:17 +0000 Subject: [PATCH] dev-cmd/dispatch-build-bottle: Stop replacing `linuxbrew-core` - The cores are now merged (:tada:), so the Linux core tap is `homebrew-core` not `linuxbrew-core`, everything core should have switched over, this should be safe to remove. --- Library/Homebrew/dev-cmd/dispatch-build-bottle.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Library/Homebrew/dev-cmd/dispatch-build-bottle.rb b/Library/Homebrew/dev-cmd/dispatch-build-bottle.rb index 8ef5c43ad4..f54ed792f5 100644 --- a/Library/Homebrew/dev-cmd/dispatch-build-bottle.rb +++ b/Library/Homebrew/dev-cmd/dispatch-build-bottle.rb @@ -47,10 +47,6 @@ module Homebrew ref = "master" workflow = args.workflow || "dispatch-build-bottle.yml" - # Ensure we dispatch the bottle in homebrew/homebrew-core - # TODO: remove when core taps are merged - repo.gsub!("linux", "home") unless args.tap - runners = if (macos = args.macos&.compact_blank) && macos.present? macos.map do |element| # We accept runner name syntax (11-arm64) or bottle syntax (arm64_big_sur)