Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-11 | install-build-deps.sh has --dont-install and --platform options. | Ryo Nakamura | |
All docker files do not call isntall-build-deps.sh. Instead, cmake passes REQUIREDPKGS to Dockerfiles, which is derived from the output of ./scripts/install-build-deps.sh --dont-install --platform PLATFORM. This change enables caching package installaion during docker build. | |||
2024-02-04 | build deb sources inside a container | Ryo Nakamura | |
A new build target `build-deb` builds mscp deb inside a docker container. All debuild -us -uc outputs are copied to build/debbuild directory. | |||
2024-01-20 | fix install-build-deps.sh to run on FreeBSD | Ryo Nakamura | |
2023-07-20 | drop centos8, add almalinux 8.8, update rocky to 8.8 | Ryo Nakamura | |
And cleanup Docker files | |||
2022-11-24 | update github workflows to fit patched libssh | Ryo Nakamura | |
2022-11-20 | remove `sudo` | Ryo Nakamura | |
2022-11-20 | fix CPACK build dependency | Ryo Nakamura | |
2022-11-13 | add rocky 8.6 support | Ryo Nakamura | |
2022-11-06 | cleanup docker files and build/test procedure | Ryo Nakamura | |