about summary refs log tree commit diff
path: root/src/ci/scripts/install-msys2-packages.sh
AgeCommit message (Collapse)AuthorLines
2020-06-11Use preinstalled MSYS2Mateusz Mikuła-27/+0
2020-05-22Revert MSYS2 CI workaroundMateusz Mikuła-11/+0
2020-05-20Workaround MSYS2/chocolatey issue againMateusz Mikuła-2/+10
2020-05-18Update pacman firstMateusz Mikuła-0/+3
2020-05-07ci: use the latest python available on windowsPietro 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-10Enforce Python 3 as much as possibleGuillaume Gomez-3/+3
2020-03-18ci: use python from the correct pathPietro 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-30ci: install binutils in msys2Pietro Albini-1/+2
2019-10-30ci: revert msys2 ca-certificates hackPietro 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-25ci: split install-msys2 step into two separate scriptsPietro Albini-0/+25