-
Notifications
You must be signed in to change notification settings - Fork 253
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
Makefile cleanups / improvements #1600
Conversation
Depending on the upstream Cilium packages you import, you may transitively pull in the agent, which does not build on 32-bit OSes due to the following error, which also breaks the Hubble build: vendor/github.com/cilium/cilium/pkg/mountinfo/mountinfo_linux.go:56:27: invalid operation: fst.Type == mntType (mismatched types int32 and int64) Signed-off-by: Chance Zibolski <[email protected]>
Signed-off-by: Chance Zibolski <[email protected]> Signed-off-by: Michi Mutsuzaki <[email protected]>
It looks like this error was fixed in cilium/cilium@6f629af wasn't it? It's a bit unfortunate to drop support for 32-bit arm (I guess 386 is not so much used nowadays). |
yeah the particular issue mentioned in the commit message has already been fixed i think. i can go either way regarding 32-bit binaries. fwiw we stopped releasing 32-bit binaries for cilium-cli a while back 💭 cilium/cilium-cli#2136 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fair enough, let's uniformize then. I guess if some users really rely on 32-bit binaries, they'll complain about the removal.
2 commits: