We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This change seems to be breaking CI for us. To me, it looks like a circular dependency, though I'm not sure if that's actually causing the failure.
Circular dependency:
brew
abstract_command
homebrew-bundle
Actual error I'm getting:
$ brew "bundle" ==> Tapping homebrew/bundle Cloning into '/opt/homebrew/Library/Taps/homebrew/homebrew-bundle'... Tapped 1 command (109 files, 2.3MB). Error: cannot load such file -- abstract_command /opt/homebrew/Library/Taps/homebrew/homebrew-bundle/cmd/bundle.rb:3:in `require' /opt/homebrew/Library/Taps/homebrew/homebrew-bundle/cmd/bundle.rb:3:in `<top (required)>' /opt/homebrew/Library/Homebrew/extend/kernel.rb:10:in `require' /opt/homebrew/Library/Homebrew/extend/kernel.rb:10:in `require?' /opt/homebrew/Library/Homebrew/commands.rb:78:in `external_ruby_v2_cmd_path' /opt/homebrew/Library/Homebrew/brew.rb:85:in `<main>' Can't install with Brewfile: exit status 1 Can't install with Brewfile: exit status 1
We're using bitrise for CI, and here's the brew-install step that's failing. It hasn't been touched in 10 months.
brew-install
The text was updated successfully, but these errors were encountered:
What does your brew config say?
brew config
Sorry, something went wrong.
#1335 was just merged which will tell you the solution: you need to run brew update.
brew update
No branches or pull requests
This change seems to be breaking CI for us. To me, it looks like a circular dependency, though I'm not sure if that's actually causing the failure.
Circular dependency:
brew
definesabstract_command
brew
loadshomebrew-bundle
homebrew-bundle
attempts to reach back intobrew
forabstract_command
Actual error I'm getting:
We're using bitrise for CI, and here's the
brew-install
step that's failing. It hasn't been touched in 10 months.The text was updated successfully, but these errors were encountered: