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

Support build inside docker container #53

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

chriswue
Copy link

Instead of having to install a lot of stuff on your host, it would be nice to have the build encapsulated inside a docker container. Would probably also make it easier to run in different pipelines.

This PR:

  1. Adds a Makefile to kick-off the build and also to perform the actual build steps inside the container
  2. Add a Dockerfile that will be used to run the build
  3. Updates the README
  4. Improves the Linux clone speed by performing a shallow fetch of the required SHA instead of cloning the entire repo.

No need to clone the entire repo. Just a shallow fetch of the specific sha is sufficient.
dockerize the build
remove custom cert stuff
remove custom cert stuff
fix comment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant