neilcsmith-net commented on PR #6494: URL: https://github.com/apache/netbeans/pull/6494#issuecomment-1737001348
@sroeper the NetBeans IDE needs to be buildable on any OS, and the convenience binaries that ASF distributes are all based on the main binary zip built in a Linux CI build. Last time I checked, ASF didn't have macOS CI at all anyway. So, all native binaries need to be released separately then consumed in the build. It's one of the added complexities that has led to these not being updated much in the past - eg. see problems updating in #2700 There is a GitHub CI workflow here already for building the profiler binaries https://github.com/apache/netbeans/blob/master/.github/workflows/native-binary-build-lib.profiler.yml We should probably extract to make releasing easier. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
