Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2022-10-10 | ci: Update to Python 3.10 | -2/+2 | ||
2022-10-09 | ci: docker: exherbo: clang: Update to clang 14 | -1/+1 | ||
2022-10-09 | ci: docker: exherbo: Adjust to base image name change | -1/+1 | ||
It now includes the used toolchain in the name | ||||
2022-10-09 | ci: docker: exherbo: Build generic binaries | -0/+12 | ||
Otherwise we cannot use the image on different runners and run into problems like this: ``` CMake Warning at /usr/share/cmake/Modules/FindDoxygen.cmake:460 (message): Unable to determine doxygen version: Illegal instruction Call Stack (most recent call first): /usr/share/cmake/Modules/FindDoxygen.cmake:623 (_Doxygen_find_doxygen) CMakeLists.txt:301 (find_package) -- Found Doxygen: /usr/x86_64-pc-linux-gnu/sbin/doxygen (found version "") found components: doxygen missing components: dot CMake Error at /usr/share/cmake/Modules/FindDoxygen.cmake:702 (message): Unable to generate Doxyfile template: Illegal instruction Call Stack (most recent call first): CMakeLists.txt:301 (find_package) -- Configuring incomplete, errors occurred! ``` | ||||
2022-08-29 | ci: docker: exherbo: clang: Update to clang 13 | -1/+1 | ||
2022-08-18 | ci: docker: exherbo: Update to Ruby 3.1 | -2/+2 | ||
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 | ||