-
Notifications
You must be signed in to change notification settings - Fork 2
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
Cannot upgrade krr to version 1.10.0 #4
Comments
Strange, if you completely uninstall and then reinstall does it succeed? |
Uninstall and reinstall don't help:
Now trying to install
|
Can you try downloading the same release from GitHub using the cli (copy the url from the releases page and download it with It's important that you do NOT download with the browser as the binaries are unsigned and Mac OS quarantines browser downloaded binaries. |
fwiw, seems like the macos builds are only for Apple silicon (arm64). $ ./krr/krr simple
-bash: ./krr/krr: Bad CPU type in executable
$ file ./krr/krr
./krr/krr: Mach-O 64-bit executable arm64 |
related: actions/runner-images#9741 |
Yes, that's right. Is building binaries for Mac OS x86 just a matter of using an older non-ARM image? Is there an image on which we can build a universal binary or does it have to be separate builds? |
I tried to download a binary using
Then I tried to execute the
|
What architecture are you on? I think we are only building ARM binaries right now. |
I have Intel MacBook |
Got it. I've opened a PR to build binaries for x86 starting from the next release. https://github.com/robusta-dev/krr/pull/302/files Until then, are you able to run from source or via the Docker image? |
Is it really that long to build an x86_64 application? ) |
❯ ./krr version :( |
I have similar problem here, in a fresh homebrew install on RHEL 8.9, it needs GLIBC_2.35, yet my os only have glibc_2.28. |
@aantn Hi! Could you please describe, any updates when new release come with support x86_64? Thanks! |
Hey, we should have x86 compatible binaries now. Likewise, we already merged and released the GLIBC changes. @yotles are you able to use the binaries if you download them from the Releases page? (Make sure to use curl - otherwise Mac OS sandboxes the binaries if you download with the browser.) |
@aantn Yep, checked again and it works with krr-macos-13-v1.13.0.zip. Thanks for reply! Your app is pretty cool, looks like it will help with optimizing my resources. |
Wonderful, happy to hear it! |
Hello,
My brew cannot upgrade
krr
from version1.8.3
to the version1.10.0
.As far as I can understand, the error happens here:
Here is the full output:
I tried to reinstall krr but got the same error message.
The text was updated successfully, but these errors were encountered: