Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2021-12-07 | ci: exherbo: Update to Ruby 3.0 | -4/+2 | ||
2021-12-07 | ci: gentoo: Update to Ruby 2.7 | -2/+2 | ||
2021-09-17 | ci: docker: exherbo: clang: Update to clang 12 | -1/+1 | ||
2021-09-17 | ci: docker: exherbo: Update images to Python 3.9 | -2/+2 | ||
2021-09-17 | ci: docker: exherbo: Add ::net and ::rust | -2/+2 | ||
They are needed because `dev-python/cryptography` depends on rust now | ||||
2021-09-17 | ci: docker: gentoo: Update to ruby 2.6 | -2/+2 | ||
2021-09-17 | ci: docker: gentoo: Remove boost workaround | -5/+1 | ||
2021-09-17 | ci: docker: gentoo: Adjust to image renaming | -1/+1 | ||
2021-09-17 | Revert "ci: Remove Gentoo for now" | -0/+67 | ||
There are up-to-date docker images again This reverts commit f957e62d2c52ef642ba7583a4ff25f572da59e56. | ||||
2021-06-16 | ci: Remove Gentoo for now | -67/+0 | ||
2021-06-16 | ci: exherbo: Update to Ruby 2.7 | -2/+4 | ||
2021-06-16 | ci: exherbo: clang: Update base image to LLVM 11 | -1/+1 | ||
2020-09-28 | ci: exherbo: clang: Update docker base image | -1/+1 | ||
2020-09-28 | ci: gentoo: Update to ruby 2.5 | -1/+1 | ||
2020-09-28 | ci: gentoo: Adjust boost workaround for new version | -2/+2 | ||
2020-03-10 | ci: gentoo: Rename docker directory for consistency | -0/+0 | ||
Makes the gitlab CI config easier | ||||
2020-03-10 | ci: exherbo: Make Python version configurable | -2/+10 | ||
This allows using different Python versions in the stable and testing docker images We need to resolve using `--complete` so we don't break packages with the default Python ABI which aren't in the resolution of `paludis-deps` | ||||
2020-03-10 | ci: exherbo: Allow all required old versions | -2/+2 | ||
If the resolution requires an old version of a package it shouldn't fail since be can't do much about that. Permit "*/*" to make this more reliable | ||||
2020-03-10 | ci: exherbo: Use long-options for `cave resolve` | -4/+14 | ||
2020-03-10 | ci: Remove Python 2.7 from docker images | -94/+2 | ||
2019-10-13 | ci: Remove i686 target option from docker images | -2/+0 | ||
2019-10-13 | ci: docker: Remove obsolete python workaround | -2/+1 | ||
2019-10-13 | ci: exherbo: Restrict build jobs for ghostscript to 1 | -0/+6 | ||
2019-10-13 | ci: gentoo: Workaround boost/cmake problems | -7/+9 | ||
2019-10-13 | ci: gentoo: Update docker file | -2/+2 | ||
2019-08-02 | ci: Add missing Python ABIs | -0/+2 | ||
2019-04-26 | ci: Add Exherbo testing build | -1/+20 | ||
Builds paludis with GCC in an Exherbo environment with all testing/broken packages unmasked, so that we catch problems with future versions of those packages early | ||||
2019-04-19 | ci: Add clang based build for Exherbo | -0/+124 | ||
Allow the tests to fail for now, since all tests involving python fail for some reason when using Clang. I'll hunt this down, but like to have a CI job for this in place before | ||||
2019-04-19 | Improve CI setup | -0/+191 | ||