buck icon indicating copy to clipboard operation
buck copied to clipboard

Erroneous homebrew bottle name

Open moshiba opened this issue 4 years ago • 0 comments

Homebrew expects the release URL and the bottle asset name to match,

the homebrew bottle in https://github.com/facebook/buck/releases/tag/v2021.01.12.01 somehow decompresses to buck/2021.01.12.01_1, and with that revision postfix it does not match the release version.

I've opened a PR (https://github.com/facebook/homebrew-fb/pull/51) to fix the revision tag, so that hombrew can finally download the bottle. But as the bottle decompresses to a wrong name, the package still can't be installed properly, leaving users to build from source every time.

Changing the release tag probably isn't an option, I suggest fixing the release asset: https://github.com/facebook/buck/releases/download/v2021.01.12.01/buck-2021.01.12.01.yosemite.bottle.tar.gz so that it decompresses to buck/2021.01.12.01

moshiba avatar Jan 21 '21 19:01 moshiba