dev-cmd/dispatch-build-bottle: Stop replacing linuxbrew-core

- The cores are now merged (🎉), so the Linux core tap is
  `homebrew-core` not `linuxbrew-core`, everything core should have
  switched over, this should be safe to remove.
This commit is contained in:
Issy Long 2022-02-18 16:37:17 +00:00
parent 283c0e5105
commit 6685f2f314
No known key found for this signature in database
GPG Key ID: 8247C390DADC67D4

View File

@ -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)