Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-03-03 | CI images: add the JRE to Ubuntu | Eli Schwartz | 2 | -0/+2 | |
This is needed in order to test a pending improvement to the jni dependency in #10048. | |||||
2022-02-27 | modules/wayland: Add unstable_wayland module | Mark Bolhuis | 2 | -2/+2 | |
2022-01-22 | Merge pull request #9742 from ximion/wip/itstool | Jussi Pakkanen | 2 | -0/+2 | |
i18n: Add support for joining XML localization via itstool | |||||
2022-01-10 | update ubuntu bionic to use python 3.7 | Eli Schwartz | 1 | -1/+8 | |
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-18 | ci: Make sure itstool is available on Ubuntu as well | Matthias Klumpp | 2 | -0/+2 | |
All other CI images already seed it explicitly. | |||||
2021-12-06 | ci: install pytest-subtests | Dylan Baker | 1 | -0/+1 | |
Which lets pytest understand unittest.subtest | |||||
2021-12-06 | ci/ubuntu-rolling: remove pkg-config-arm-linux-gnueabihf | Dylan Baker | 1 | -1/+0 | |
This has been removed as an explicit package in impish. It seems that having pkg-config installed and adding arm as an arch will cause it to be generated automatically | |||||
2021-10-06 | ci: Add TTY mode to the image builder mounting meson | Daniel Mensinger | 1 | -1/+30 | |
2021-09-04 | ci: Fix missing MESON_CI_JOBNAME in the image builders | Daniel Mensinger | 6 | -6/+14 | |
2021-07-07 | Annotate framework tests with where they are expected to skip | Jon Turney | 3 | -3/+0 | |
Remove hard-coded framework test skip logic in skippable(), instead annotate test.json with environments in which skip is expected. (Mainly this is done with by testing the value of MESON_CI_JOBNAME now set for linux jobs) | |||||
2021-06-29 | fix: Always explicitly set encoding for text files (fixes #8263) | Daniel Mensinger | 1 | -4/+4 | |
2021-06-11 | ci: Fix CI image builder | Daniel Mensinger | 8 | -18/+48 | |
2021-02-07 | Add Qt6 module | Luca Weiss | 1 | -1/+1 | |
2021-02-06 | mesonlib: Add better errormessage to typelistify | Dylan Baker | 1 | -1/+1 | |
2021-02-06 | ci: Add bindgen to CI images | Dylan Baker | 2 | -1/+2 | |
2021-01-29 | Change the Eoan CI to ubuntu rolling ci | Dylan Baker | 3 | -5/+3 | |
This makes the Ubuntu CI always use the latest release, without us having to manually change it. | |||||
2021-01-29 | CI: arch: get hotdoc from official repos | Eli Schwartz | 1 | -2/+2 | |
It is now officially packaged. | |||||
2021-01-29 | CI: arch: remove duplicate package from list | Eli Schwartz | 1 | -1/+1 | |
2021-01-11 | CI: fix arch linux tests failing to install wxgtk | Eli Schwartz | 1 | -1/+1 | |
There hasn't been any such package since the original addition of a gtk3 version of wxgtk... back in 2017. The "new" wxgtk2 package provided a virtual provides ever since, so people still depending on "wxgtk" would get the old gtk2 version. This virtual provides got dropped today, resulting in the package being uninstallable. Resolve the provides to its canonical name, thus making it installable again. | |||||
2020-10-13 | ci: fix fedora image | Daniel Mensinger | 1 | -4/+4 | |
2020-10-13 | ci: Add an interactive mode (testTTY) for the CI image builder | Daniel Mensinger | 3 | -9/+29 | |
2020-06-17 | coverage: llvm-cov support | Cary Converse | 5 | -6/+8 | |
2020-04-28 | ci: Fix OpenSUSE immage boost_python | Daniel Mensinger | 1 | -1/+1 | |
2020-04-28 | ci: Added bionic image | Daniel Mensinger | 3 | -1/+70 | |
2020-04-23 | ci: Try to fix opensuse image | Dylan Baker | 1 | -1/+1 | |
2020-04-22 | ci: install python3-lxml | Dylan Baker | 4 | -3/+4 | |
This will be used by the junit validation tests. | |||||
2020-04-17 | ci: Add python-jsonschema | Dylan Baker | 1 | -0/+1 | |
Which is used to validate the json schema files in the various test directories in a unit test. | |||||
2020-04-10 | Fix typos | Jens Carl | 1 | -2/+2 | |
2020-04-05 | ci: Added cuda image (Arch Linux based) | Daniel Mensinger | 3 | -1/+28 | |
2020-04-05 | ci: Fix env_vars.sh path in the opensuse image | Daniel Mensinger | 1 | -4/+4 | |
2020-04-02 | ci: Retry if dub fetch failed | Daniel Mensinger | 5 | -8/+50 | |
2020-04-02 | ci: Fix OpenSUSE image | Daniel Mensinger | 1 | -4/+4 | |
2020-04-02 | ci: Use the new CI image builder for eoan | Daniel Mensinger | 3 | -36/+60 | |
2020-04-02 | ci: New CI image builder infrastructure | Daniel Mensinger | 11 | -19/+220 | |
2020-04-02 | ci: Added python-jsonschema to docker images | Daniel Mensinger | 3 | -4/+6 | |
2020-04-01 | ci: Added boost_python to fedora | Daniel Mensinger | 1 | -0/+1 | |
2020-02-20 | boost: Updated tests | Daniel Mensinger | 1 | -1/+1 | |
2020-02-11 | ci: Add Fedora and OpenSUSE images | Daniel Mensinger | 4 | -0/+76 | |
2020-01-29 | ci: Add Arch Linux OS test | Daniel Mensinger | 3 | -0/+88 | |