Skip to content
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

Buildkit #1720

Closed
wants to merge 4 commits into from
Closed

Buildkit #1720

wants to merge 4 commits into from

Conversation

aslakhellesoy
Copy link
Contributor

Summary

Speed up the build with buildkit

Details

This leverages docker layers to cache build results. If nothing has changed, nothing is run.

Motivation and Context

Building the entire monorepo locally as well as in CI is slow (~50 min in CI, more on a laptop).

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue).
  • New feature (non-breaking change which adds functionality).
  • Breaking change (fix or feature that would cause existing functionality to not work as expected).

Checklist:

  • The change has been ported to Java.
  • The change has been ported to Ruby.
  • The change has been ported to JavaScript.
  • The change has been ported to Go.
  • The change has been ported to .NET.
  • I've added tests for my code.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have updated the CHANGELOG accordingly.

@aslakhellesoy aslakhellesoy added the 🔧 build Related to build / release process label Sep 1, 2021
@aslakhellesoy
Copy link
Contributor Author

This is obsoleted by #1724

@mattwynne mattwynne deleted the buildkit branch April 1, 2022 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔧 build Related to build / release process
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants