dfhoughton/jobrog

Unabe to install via homebrew

Opened this issue · 4 comments

Tried installing via steps in README, it failed.
Log

❯ brew install dfhoughton/tap/jobrog
Updating Homebrew...
==> Auto-updated Homebrew!
Updated 1 tap (homebrew/cask).
==> Updated Casks
Updated 1 cask.

==> Installing jobrog from dfhoughton/tap
==> Downloading https://dl.bintray.com/dfhoughton/bottles-tap/jobrog-1.0.0_2.catalina.bottle.tar.gz
#=#=-#  #
curl: (22) The requested URL returned error: 403 Forbidden
Error: Failed to download resource "jobrog"
Download failed: https://dl.bintray.com/dfhoughton/bottles-tap/jobrog-1.0.0_2.catalina.bottle.tar.gz

Not sure if I missed something.

Okay. Cool.

I wanted to try avoid compiling 😅 and installing rust too 😄
Guess I will do either one of those.

The way I see it - it could help if we are able to download binaries from github releases too

  • All in all idea is to get compiled binary
  • But yes managing binaries in brew is easier.

Anyways, just letting you know. Thanks!

Let me know if there is something I could try help with. Cheers 👍🏾

@manuraj17 , the problem was that bintray shut down. I fussed about for a while trying to figure out how to get the bottles put in a useful place but ultimately just removed the bottle section from the homebrew formula as I half jokingly said above. You can install now but of course it will drag in all the Rust infrastructure.

While I was messing with this I fixed a few bugs and uploaded a new version of jobrog, incidentally.

@dfhoughton Oh okay. Can we add a automated release to the repo using GitHub actions then which would build the binary - so that it can be downloaded here itself?