-
Notifications
You must be signed in to change notification settings - Fork 34
go1.11.1 darwin build error #6
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
@andrewkroh Thoughts on how to proceed? Should we package the SDK ourselves? |
is there an update on this? |
I should have a pull request up shortly. |
The new images are live. I did a quick test of building Filebeat under 1.11.1 for darwin and it worked. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Darwin builds on the new go1.11 images fail with:
Docker has already been through this here: docker/golang-cross#11 - go1.11+ requires macOS 10.10+ now. An update to just
OSX_VERSION_MIN=10.10
reveals that the SDK used here doesn't include the headers needed to build crypto/x509. This patch resolves that issue:Though it uses the dockerproject packaged SDK.
Note that part 3 of their issues does not affect golang-crossbuild users currently (apm-server and beats).
The text was updated successfully, but these errors were encountered: