-
Notifications
You must be signed in to change notification settings - Fork 157
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
Can't install v1.2.1 through Homebrew on linux #64
Comments
Seeing same issue here, while trying to install
|
HI, |
Have you resolved it ? |
The problem is here. You can install in this way:
|
Update on this issue: we are working on CI/CD issue that causes this (still present on v1.3.2) |
Closing as fixed |
Describe the bug
Cannot install krr with homebrew on linux since artifacts have been renamed
To Reproduce
Steps to reproduce the behavior:
==> Upgrading 1 outdated package:
robusta-dev/krr/krr 1.0.0 -> 1.2.1
==> Fetching robusta-dev/krr/krr
Error: krr: Failed to download resource "krr"
Failure while executing;
/usr/bin/env /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/shims/shared/curl --disable --cookie /dev/null --globoff --show-error --user-agent Linuxbrew/4.0.21\ \(Linux\;\ x86_64\ Ubuntu\ 20.04.6\ LTS\)\ curl/7.68.0 --header Accept-Language:\ en --retry 3 --fail --location --silent --head --request GET https://github.com/robusta-dev/krr/releases/download/v1.2.1/krr-linux-latest-v1.2.1.zip
exited with 22. Here's the output:curl: (22) The requested URL returned error: 404
The issue is with the artifact name on linux which is krr-linux-latest-v1.2.1.zip on brew but krr-ubuntu-latest-v1.2.1.zip on release page
Not sure on which side you want it to be fixed (homebrew vs artifact name)
Expected behavior
Krr should install properly
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: