-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
Build kbn packages with bazel build POC #74104
Comments
Pinging @elastic/kibana-operations (Team:Operations) |
At this point I have a base Below I want to list some of the decisions of this process so far:
Problems we are dealing with for now:
|
This means we won't have things like source maps support for local development, would you mind swapping out for the bootstrap script vs the build script if we have to choose one? |
@spalger what I have been doing so far is generating the production targets (usually found under build scripts) but always produce sourcemaps and types (if that is the case). Do you think is that okay? |
Sounds good to me |
At this point in the context of the POC I think we already did a lot on testing to build kbn packages with bazel. More updated and explaining information could be found in the last update on #69706 (comment) |
One of the steps of the POC described on #69706 is to build the
kbn
packages with bazel. That issue will be used to track the progress of that mentioned experimentation.The text was updated successfully, but these errors were encountered: