| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-29 | Upgrade mingw-w64 on CI | Mateusz Mikuła | -21/+2 | |
| 2020-09-25 | Adds a GitHub Actions CI build for aarch64-pc-windows-msvc via ↵ | Arlo Siemsen | -0/+7 | |
| cross-compilation on an x86_64 host. This promotes aarch64-pc-windows-msvc from a Tier 2 Compilation Target (std) to a Tier 2 Development Platform (std+rustc+cargo+tools). Fixes #72881 | ||||
| 2020-04-10 | Enforce Python 3 as much as possible | Guillaume Gomez | -2/+3 | |
| 2020-03-24 | ci: add github actions configuration | Pietro Albini | -2/+2 | |
| 2019-11-22 | ci: add support for GitHub Actions in the CI scripts | Pietro Albini | -1/+1 | |
| 2019-11-12 | ci: remove the MSYS_BITS env var | Pietro Albini | -11/+21 | |
| 2019-11-12 | ci: remove the MINGW_DIR and MINGW_ARCHIVE env vars | Pietro Albini | -3/+12 | |
| 2019-11-12 | ci: replace MINGW_URL with CUSTOM_MINGW=1 | Pietro Albini | -3/+3 | |
| This commit replaces the mirrors base URL contained in the MINGW_URL with a CUSTOM_MINGW=1 environment variable. The mirrors base URL will be fetched instead through the MIRRORS_BASE environment variable, defined in src/ci/shared.sh. | ||||
| 2019-10-25 | ci: fix installation condition for MinGW | Pietro Albini | -5/+5 | |
| I mistakenly inverted the "variable is not set" check in bash. | ||||
| 2019-10-25 | ci: fix tidy | Pietro Albini | -1/+2 | |
| 2019-10-25 | ci: extract installing mingw into a script | Pietro Albini | -0/+44 | |
