-
Notifications
You must be signed in to change notification settings - Fork 1.4k
arm64: master branch build broken (445fa6f40c89) #8237
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
Comments
The bits error is confusing since the last change to the package at https://github.com/google/gvisor/tree/master/pkg/bits has been in 2021. I'm wondering if gvisor is even supported on arm64 at all? |
The master branch has never been buildable directly with Go get, because we use bazel. The synthetic Go branch is maintained as a convenience for this: https://github.com/google/gvisor#using-go-get |
I just had quite a fight with this. I tried all variants of go get-ting gvisor with I finally resolved it by forcing the version via a replace. This is now in my go.mod:
The only downside is, that |
Might that cause problems, as Could you do something like:
When
|
Thanks for the idea! It seems to work so far.
I am not sure why this worked now. I did not try to Okay, so I now did a couple Okay, now just doing Welp. Anyway, I hope this will help others in case this happens again. |
My understanding is that v0.0.0-20240118213851-4eebcff36ffd is a pseduo-version, so you can't actually I'm not sure about |
Description
After upgrading to master due to #8149, builds is broken on MacOS arm64:
Build:
Steps to reproduce
Run build
runsc version
No response
docker version (if using docker)
No response
uname
Darwin SkyNetM1.fritz.box 22.1.0 Darwin Kernel Version 22.1.0: Sun Oct 9 20:14:30 PDT 2022; root:xnu-8792.41.9~2/RELEASE_ARM64_T8103 arm64
kubectl (if using Kubernetes)
No response
repo state (if built from source)
No response
runsc debug logs (if available)
No response
The text was updated successfully, but these errors were encountered: