The same thing which worked since months today stopped working with this mystical message I have no idea what it means. Can somebody help? it seems this “bundle” is actually done by Travis, I haven’t requested to tap anything like that. So it does not recognize its own command? Unfortunately I have no experience on MacOS, I just tried to work out a solution to build project for MacOS (I even haven’t got a Mac).
Installing Homebrew Packages
7.40s$ rvm $brew_ruby do brew bundle --verbose --global
/usr/local/bin/brew tap homebrew/bundle
==> Tapping homebrew/bundle
Cloning into '/usr/local/Homebrew/Library/Taps/homebrew/homebrew-bundle'...
Tapped (192 files, 262.7KB).
Error: Unknown command: bundle
Confirmed on https://github.com/godotengine/godot, all macOS builds have been failing for the past 5 hours with the same “bundle” issue. Builds older than 6 hours ago were working fine.
By the way, I put brew update and then brew install ... commands into my .travis.yml now. It did the trick as a kind of workaround, it seems, however now it’s about four minutes longer to finish … I guess this is not the optimal solution after all, and also hides the problem why it does not work anymore since some hours which worked before …
Short web search told me that homebrew bundle has been announced as deprecated – it seems to have vanished now. I do not use macOS personally, but offering support for it would be quite nice. Thanks in advance!
broke the installation of that tap. In order to provide external commands (like brew bundle) Homebrew expects a file brew-bundle.rb, which has been deleted from the repo (or renamed bundle.rb
I opened a macOS Packer Templates PR to add Homebrew Bundle to the macOS images and avoid mismatches between the installed (stale) version of Homebrew and latest version of Homebrew Bundle.
@BanzaiMan Can we expect an updated macOS image in coming days to solve this? Having Homebrew updated to a current functional version directly in the image should reduce build times for all of us who currently had to resort to forcing update: true in our builds.