summaryrefslogtreecommitdiff
path: root/ci/ciimage/bionic/install.sh
AgeCommit message (Collapse)Author
2023-02-08CI: migrate pypy3 tests from bionic to ArchEli Schwartz
The bionic image is really old and mainly exists to test that Meson itself still works on really old distros (and really old python). Ideally we'd avoid depending too much on it. We can get a very modern pypy3 automatically this way, and potentially use it for more stuff too.
2022-04-11add pypy3 to the bionic imagemattip
2022-03-03CI images: add the JRE to UbuntuEli Schwartz
This is needed in order to test a pending improvement to the jni dependency in #10048.
2022-01-22Merge pull request #9742 from ximion/wip/itstoolJussi Pakkanen
i18n: Add support for joining XML localization via itstool
2022-01-10update ubuntu bionic to use python 3.7Eli Schwartz
The pip package is for python 3.6, but installs pip for all versions of python. Apparently. Including python 3.7. So do all other packages, especially the ones where it doesn't work but pip thinks it is installed anyway. Force a reinstall.
2021-12-18ci: Make sure itstool is available on Ubuntu as wellMatthias Klumpp
All other CI images already seed it explicitly.
2021-06-11ci: Fix CI image builderDaniel Mensinger
2020-06-17coverage: llvm-cov supportCary Converse
2020-04-28ci: Added bionic imageDaniel Mensinger