| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-06-11 | Use preinstalled MSYS2 | Mateusz Mikuła | -27/+0 | |
| 2020-05-22 | Revert MSYS2 CI workaround | Mateusz Mikuła | -11/+0 | |
| 2020-05-20 | Workaround MSYS2/chocolatey issue again | Mateusz Mikuła | -2/+10 | |
| 2020-05-18 | Update pacman first | Mateusz Mikuła | -0/+3 | |
| 2020-05-07 | ci: use the latest python available on windows | Pietro Albini | -2/+10 | |
| This commit changes our Windows CI to always use the latest Python interpreter available in the GHA tool cache instead of hardcoding Python 3.7.6. This is needed because occasionally GitHub bumps the installed version, deleting the previous one. | ||||
| 2020-04-10 | Enforce Python 3 as much as possible | Guillaume Gomez | -3/+3 | |
| 2020-03-18 | ci: use python from the correct path | Pietro Albini | -2/+3 | |
| Apparently the old path we were using for Python 2 on Windows was not documented, and eventually got removed. This switches our CI to use the correct path. | ||||
| 2019-12-30 | ci: install binutils in msys2 | Pietro Albini | -1/+2 | |
| 2019-10-30 | ci: revert msys2 ca-certificates hack | Pietro Albini | -8/+0 | |
| The hack was added because upstream msys2 broke the ca-certificates package, but since then it has been fixed. This reverts CI to use the upstream package. | ||||
| 2019-10-25 | ci: split install-msys2 step into two separate scripts | Pietro Albini | -0/+25 | |
