-
-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Homebrew fails when tapping homebrew/core #85
Comments
as a temp workaround we override homebrew_taps like here:
when required we feed explicit taps as vars to a task |
Sorry for the dumb question, where should we put that line? |
Ah sweet, thanks @kalabiyau |
Hi @kalabiyau, are you running this on an apple silicon mac? On an intel mac, this override doesn't work. I've added a debug task to print the value of
|
@nqui we use both and it worked for us on both afaik |
It seems Homebrew has recently switched behavior when user taps the default cask
homebrew/core
(PR|commit). Instead of warning user, it now fails the process, which ultimately causes the stepEnsure configured taps are tapped
(link) to fail sincehomebrew/core
is the default value ofhomebrew_taps
.Ex. output:
The text was updated successfully, but these errors were encountered: