-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Building beats exposes some warning for legacy OS X versions #24193
Comments
Pinging @elastic/agent (Team:Agent) |
After discussion with @michel-laterman This seems to be required now to upgrade to the latest 1.16 version of golang. |
In my attempts to update to go 1.16.4, the darwin crossbuild is failing with the error message
seen here https://beats-ci.elastic.co/blue/organizations/jenkins/Beats%2Fbeats/detail/PR-25671/6/pipeline/6405/ |
That seems safe to update to 10.13 this is an old version. I think @urso you were right on this update there a few things that is required to do. |
Just to note we are going to use the 10.14 SDK and have increased the min version of MacOS to 10.14. |
SNAPSHOT=true DEV=true PLATFORMS=darwin mage package
(run here inx-pack/elastic-agent
)Running
mage package
outputs a few warnings in the command line. Some seem to be related to older OS X versions, namely 10.10. These are the log entries for heartbeat but it is seen for all Beats built for platform darwin:I did not further investigate this but the reason I'm filing this as I'm worried at one stage this might break because of an old OS X version.
The text was updated successfully, but these errors were encountered: