run cports in docker.
mirrors to https://github.com/jabuxas/cports-docker
.github/workflows | ||
.gitignore | ||
docker-compose.yml | ||
Dockerfile | ||
generate_config.sh | ||
LICENSE | ||
README.md |
cports-docker
Run cports and build pkgs inside chimera docker image.
how?
- run
generate_config.sh
to set your repo directory correctly - then run:
docker compose run --build --rm cports
- your cports repo will be in /cports, just do setup normally after that
- make sure you have sane
ulimits -n
, docker for some reason is setting it as1073741816
lately, and that makes builds take minutes. - optionally, use the docker image and set it up how you want to