| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-05-26 | Cleanup custom mingw in CI | Chris Denton | -27/+0 | |
| 2024-05-26 | Do less reinstalling in mingw CI | Chris Denton | -36/+2 | |
| 2024-03-11 | mv instead of rm tools off path for msys2 install | Matt Harding | -10/+13 | |
| 2024-03-07 | Revert back to Git-for-Windows for MinGW CI builds | Matt Harding | -6/+8 | |
| In https://github.com/rust-lang/rust/pull/121182 the mingw build was changed to use MSYS2's version of Git. This commit reverts that, as it was considered too slow. | ||||
| 2024-02-16 | Changes to CI related to mingw and MSYS | Matt Harding | -7/+31 | |
| 2021-02-04 | ci: only copy python.exe to python3.exe if the latter does not exist | Pietro Albini | -1/+3 | |
| We're copying the binary to make sure we can call python3.exe around, but it seems like the base image of GitHub Actions changed, copying the file before we do so. This commit changes the CI script to only copy the file if it doesn't already exist. | ||||
| 2020-07-17 | ci: Stop setting CI_OVERRIDE_SHELL environment variable | Kristofer Rye | -3/+0 | |
| 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-06-11 | Use preinstalled MSYS2 | Mateusz Mikuła | -15/+20 | |
| 2020-05-22 | Revert MSYS2 CI workaround | Mateusz Mikuła | -2/+1 | |
| 2020-05-20 | Workaround MSYS2/chocolatey issue again | Mateusz Mikuła | -1/+1 | |
| 2020-05-18 | Update pacman first | Mateusz Mikuła | -1/+2 | |
| 2020-03-24 | ci: add github actions configuration | Pietro Albini | -0/+3 | |
| 2019-12-24 | Use the chocolatey CDN directly to avoid the flaky API | Aidan Hobson Sayers | -6/+10 | |
| 2019-12-22 | temporary retry around msys2 install | Mark Rousskov | -4/+6 | |
| 2019-11-22 | ci: add support for GitHub Actions in the CI scripts | Pietro Albini | -3/+3 | |
| 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: fix tidy | Pietro Albini | -0/+1 | |
| 2019-10-25 | ci: split install-msys2 step into two separate scripts | Pietro Albini | -14/+0 | |
| 2019-10-25 | ci: fix wrong path being set in install-msys2.sh | Pietro Albini | -1/+1 | |
| 2019-10-25 | ci: extract installing msys2 into a script | Pietro Albini | -0/+40 | |
