-
Notifications
You must be signed in to change notification settings - Fork 61
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
Add MacOS (Darwin) Support #96
Comments
Should we finish this in 1.2 release? |
It's in the roadmap under 1.3 currently, but don't wait on other plugins to add MacOS CI :) |
@dblock I'm assuming plugins are blocked from moving forward on this until core publishes the min mac distribution? |
Plugins should be able to build and CI on MacOS without core. Maven dependencies aren't platform-specific. |
Wouldn't that mean macos development is solved then and all plugin developers should be able to develop on their local macos? Has that been fixed? I know we have a hacky workaround to switch from ARCHIVE to INTEG_TEST for the distribution, but that does not include any of the extra modules which means a lot of plugin functionality is broken. |
Yes, that too. I don't know anything about ARCHIVE vs. INTEG_TEST, point to an issue? We should fix it. |
@dblock is this still planned, or should we close this out? |
This is still valid. |
Is your feature request related to a problem?
Coming from opensearch-project/opensearch-build#38. In order to release a MacOS distribution each plugin needs to work on MacOS.
What solution would you like?
Every component has passing CI on MacOS (
macos-latest
on GHA) and has MacOS-specific documentation, if needed.The text was updated successfully, but these errors were encountered: