summary refs log tree commit diff
path: root/src/ci/scripts/install-msys2.sh
AgeCommit message (Collapse)AuthorLines
2020-07-26Use preinstalled MSYS2Mateusz Mikuła-14/+3
2020-07-23ci: Stop setting CI_OVERRIDE_SHELL environment variableKristofer Rye-2/+15
This will render the src/ci/exec-with-shell.py script more or less useless, but we're going to replace that by just using the system bash instead. Signed-off-by: Kristofer Rye <kristofer.rye@gmail.com>
2020-05-22Revert MSYS2 CI workaroundMateusz Mikuła-2/+1
2020-05-20Workaround MSYS2/chocolatey issue againMateusz Mikuła-1/+1
2020-05-18Update pacman firstMateusz Mikuła-1/+2
2020-03-24ci: add github actions configurationPietro Albini-0/+3
2019-12-24Use the chocolatey CDN directly to avoid the flaky APIAidan Hobson Sayers-6/+10
2019-12-22temporary retry around msys2 installMark Rousskov-4/+6
2019-11-22ci: add support for GitHub Actions in the CI scriptsPietro Albini-3/+3
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: fix tidyPietro Albini-0/+1
2019-10-25ci: split install-msys2 step into two separate scriptsPietro Albini-14/+0
2019-10-25ci: fix wrong path being set in install-msys2.shPietro Albini-1/+1
2019-10-25ci: extract installing msys2 into a scriptPietro Albini-0/+40