Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
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-22 | ci/configure: Introduce option for python version to use | -0/+2 | ||
2019-10-13 | ci: Pass correct CMAKE_FIND_ROOT_PATH | -0/+1 | ||
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/+285 | ||