-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Fix build with ui framework #9463
Conversation
Looks like |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just need to fix the licenses check
Pulled the changes and built it successfully . Kibana starts up successfully . LGTM. |
As far as I can tell, the "Unlicense" license is basically public-domain, so I've added it to the allowed list. I also sent a request to legal for some CYA, we can revert this if necessary. |
Backports PR #9463 **Commit 1:** [uiFramework] include sass deps in production so we can rebuild * Original sha: aae8eec * Authored by spalger <[email protected]> on 2016-12-13T19:08:06Z **Commit 2:** [build] do not copy the doc_site source into the final build * Original sha: fccbe49 * Authored by spalger <[email protected]> on 2016-12-13T19:08:31Z **Commit 3:** [licenses] allow code that uses the `Unlicense` * Original sha: 9406b9e * Authored by spalger <[email protected]> on 2016-12-13T20:46:19Z
Backports PR #9463 **Commit 1:** [uiFramework] include sass deps in production so we can rebuild * Original sha: aae8eec * Authored by spalger <[email protected]> on 2016-12-13T19:08:06Z **Commit 2:** [build] do not copy the doc_site source into the final build * Original sha: fccbe49 * Authored by spalger <[email protected]> on 2016-12-13T19:08:31Z **Commit 3:** [licenses] allow code that uses the `Unlicense` * Original sha: 9406b9e * Authored by spalger <[email protected]> on 2016-12-13T20:46:19Z
We forgot to test building when adding the ui framework 🤓
This fixes the build so that sass is included in production (required to rebuild with plugins) and does not include the doc_site source in the final distributable.