Merge pull request #12895 from issyl0/cores-are-merged-now

dev-cmd/dispatch-build-bottle: Stop replacing `linuxbrew-core`
This commit is contained in:
Mike McQuaid 2022-02-21 08:58:38 +00:00 committed by GitHub
commit 88b80062ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,10 +47,6 @@ module Homebrew
ref = "master" ref = "master"
workflow = args.workflow || "dispatch-build-bottle.yml" 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? runners = if (macos = args.macos&.compact_blank) && macos.present?
macos.map do |element| macos.map do |element|
# We accept runner name syntax (11-arm64) or bottle syntax (arm64_big_sur) # We accept runner name syntax (11-arm64) or bottle syntax (arm64_big_sur)