-
Notifications
You must be signed in to change notification settings - Fork 278
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
[BUG] Only send -d
to core components, instead of everything.
#1651
Comments
-d
to specific components, instead of everything.-d
to core components, instead of everything.
That's too bad. Maybe it's easier to just add required |
The previous discussion on this is to not adding I already open PR #1652 to add this functionality, please comment. Thanks. |
Yes, I didn't realize that it was going to be a problem and would require this hack :( |
Is there any reason this hack wont be able to proceed at this point? cc: @bbarani |
That's fine with me. Open a separate issue for that. |
As of now, build workflow will not send
-d
if user does not specify--distribution
.However, if user specify things such as
--distribution rpm
and try to build core+all plugins,-d
will be sent to plugins as well.The plugin build script does not know how to interpret
-d
thus fail.Need to add a condition where if component != OpenSearch/OpenSearch-Dashboards, then
-d
will not be sent even if not None.The text was updated successfully, but these errors were encountered: