Skip to content
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

Brew install failing for version 2.22.2-alpha.0 #1840

Closed
gcazangi opened this issue Nov 24, 2023 · 2 comments · Fixed by #1841
Closed

Brew install failing for version 2.22.2-alpha.0 #1840

gcazangi opened this issue Nov 24, 2023 · 2 comments · Fixed by #1841

Comments

@gcazangi
Copy link

Environment

sentry-cli 2.22.2-alpha.0
osX 13.6.2

Steps to Reproduce

brew install getsentry/tools/sentry-cli

Expected/Actual Result

Expected: Brew installs the latest sentry-cli version successfully.
Actual: Install fails with TypeError: no implicit conversion of nil into String

Logs

$ brew "install" "getsentry/tools/sentry-cli"
==> Tapping getsentry/tools
Cloning into '/opt/homebrew/Library/Taps/getsentry/homebrew-tools'...
Tapped 2 formulae (16 files, 175.5KB).
==> Fetching getsentry/tools/sentry-cli
==> Downloading https://downloads.sentry-cdn.com/sentry-cli/2.22.2-alpha.0/sentry-cli-Darwin-universal
==> Installing sentry-cli from getsentry/tools
Error: An exception occurred within a child process:
  TypeError: no implicit conversion of nil into String
Can't install formulas:  exit status 1

Seems related to getsentry/craft#391 and similar to #1177

@lforst
Copy link
Member

lforst commented Nov 24, 2023

Oof seems like we are publishing alpha releases as latest versions on brew, lemme shoot one more proper release out to get this fixed.

@lforst
Copy link
Member

lforst commented Nov 24, 2023

Sorry about that. New release is out if you want to try installing it again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants