Skip to content

Support build inside docker container#53

Open
chriswue wants to merge 5 commits intosipeed:mainfrom
chriswue:main
Open

Support build inside docker container#53
chriswue wants to merge 5 commits intosipeed:mainfrom
chriswue:main

Conversation

@chriswue
Copy link
Copy Markdown

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.

chriswue added 5 commits May 7, 2024 08:16
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