elastic / ml-cpp

Machine learning C++ code
Other
7 stars 62 forks source link

[ML] Fix macos cross compilation build for 7.17 #2523

Closed edsavage closed 1 year ago

edsavage commented 1 year ago

The macos cross compilation build on the 7.17 branch is inadvertently being built with full debugging symbols. This change corrects that.

edsavage commented 1 year ago

Merging even though the Jenkins CI job failed as this change is entirely related to BuildKite and the BuildKite CI jobs passed.