-
Notifications
You must be signed in to change notification settings - Fork 103
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
Cross-compile for Linux #1152
Cross-compile for Linux #1152
Conversation
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.
this looks okay to me, the only thing I noticed was new warning when building
https://github.com/kolide/launcher/actions/runs/4756282010/jobs/8452110679#step:10:13
I think that's this: ziglang/zig#13385 Downgrading didn't help, and 0.11.0 isn't available yet, so I guess I'll try setting |
7a981f6
to
ab73f2d
Compare
ab73f2d
to
fd9712a
Compare
fd9712a
to
da8aec8
Compare
First part of #1149
Without setting
-linkmode external
, we see errors on build forgrpc.ext
includingruntime.gcdata: missing Go type information for global symbol .dynsym: size 72
, which indicates per golang/go#52863 that external linking is required.