| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-08-25 | Wait for DPkg frontend lock when trying to remove packages | Jieyou Xu | -3/+6 | |
| 2025-08-21 | ci: don't cleanup windows disk | MarcoIeni | -238/+0 | |
| 2025-08-18 | ci: add timeout to windows disk cleanup wait | MarcoIeni | -3/+18 | |
| 2025-08-14 | ci: clean windows disk space in background | MarcoIeni | -1/+179 | |
| 2025-07-31 | Rollup merge of #144053 - Kobzol:ci-remove-install-rust, r=marcoieni | Samuel Tardieu | -15/+0 | |
| Remove install Rust script from CI Windows ARM images should contain Rust now (https://github.com/actions/partner-runner-images/issues/77#issuecomment-3082613685). CC dpaoliello try-job: `*aarch64-msvc*` | ||||
| 2025-07-30 | Auto merge of #144305 - ChrisDenton:win-free-disk-space, r=marcoieni | bors | -262/+306 | |
| Free disk space on Windows 2025 runners I've managed to reduce the time deletion takes by: - Using powershell, which is generally faster for filesystem operations than msys2 - Performing deletions concurrently then waiting for them all to complete It still takes 2-10 mins but that's not too bad. | ||||
| 2025-07-30 | Free disk space on Windows 2025 runners | Chris Denton | -262/+306 | |
| 2025-07-19 | Initialize mingw for the runner's user | Chris Denton | -0/+5 | |
| 2025-07-17 | Remove install Rust script from CI | Jakub Beránek | -15/+0 | |
| Windows ARM images should contain Rust now. | ||||
| 2025-06-13 | DRAFT: Add an aarch64-msvc build running on ARM64 Windows | Daniel Paoliello | -3/+28 | |
| 2025-06-09 | Do not checkout GCC submodule for the tidy job | Jakub Beránek | -0/+4 | |
| 2025-06-02 | Fix `create-docs-artifacts.sh` with new bors | Jakub Beránek | -1/+2 | |
| 2025-05-20 | Auto merge of #140757 - dpaoliello:llvm20, r=Kobzol | bors | -2/+2 | |
| [win][ci] Update LLVM toolchain used to build LLVM to 20 While trying to get the aarch64-msvc build working correctly (#140136), I needed to update the version of LLVM used to build LLVM in Windows CI runners to 20 (as this has improved support for Arm64 and Arm64EC on Windows). This catches Windows up to Linux which was updated to 20 by #137189 try-job: `x86_64-apple-*` try-job: `aarch64-apple` try-job: `x86_64-msvc-*` try-job: `i686-msvc-*` try-job: `x86_64-mingw-*` | ||||
| 2025-05-15 | [win][CI] Convert paths to Windows format before adding to PATH | Daniel Paoliello | -3/+3 | |
| 2025-05-07 | [win] Update LLVM toolchain used to build LLVM to 20 | Daniel Paoliello | -2/+2 | |
| 2025-04-27 | ci: clean more disk space in codebuild | MarcoIeni | -49/+74 | |
| 2025-04-25 | Rollup merge of #140148 - marcoieni:ci-aws-codebuild, r=Kobzol | Matthias Krüger | -9/+34 | |
| CI: use aws codebuild for job dist-arm-linux try-job: dist-arm-linux | ||||
| 2025-04-23 | CI: use aws codebuild for job dist-arm-linux | MarcoIeni | -9/+34 | |
| 2025-04-20 | Remove `setup-upstream-remote.sh` and upstream handling. | Jakub Beránek | -24/+0 | |
| It shouldn't be needed anymore. | ||||
| 2025-03-12 | Update sccache to 0.10.0 | Jakub Beránek | -2/+4 | |
| This time, does it also for Windows and macOS. | ||||
| 2025-03-05 | Remove Python metric upload script and package.json | Jakub Beránek | -86/+0 | |
| 2025-02-19 | Rollup merge of #136815 - ChrisDenton:fix-mingw-ci, r=Kobzol | Matthias Krüger | -0/+6 | |
| CI: Stop /msys64/bin from being prepended to PATH in msys2 shell We used to do this along time ago but we stopped doing it when we started installing msys2 manually. https://github.com/rust-lang/rust/blob/4fd3cf96a1db7771ef4f332b9eb1ad17fa0fd091/src/ci/scripts/install-msys2.sh#L11-L13 Fixes #136795 try-job: dist-i686-mingw | ||||
| 2025-02-15 | Rollup merge of #137070 - Kobzol:ci-summary-invalid-link, r=marcoieni | Matthias Krüger | -5/+10 | |
| Do not generate invalid links in job summaries Avoid [this](https://github.com/rust-lang-ci/rust/actions/runs/13341911341#summary-37267605606). It has bugged me for quite some time :) When a directory is empty, the `*.xz` bash glob "expands" to a file called `*.xz`. r? `@marcoieni` | ||||
| 2025-02-15 | Do not generate invalid links in job summaries | Jakub Beránek | -5/+10 | |
| 2025-02-14 | Don't error if stopping mysql fails in CI | Chris Denton | -5/+0 | |
| 2025-02-11 | ci: remove more unused files and directories in free runners | MarcoIeni | -21/+63 | |
| 2025-02-10 | Prevent /msys64/bin from being prepended to PATH | Chris Denton | -0/+6 | |
| 2025-02-03 | ci: stop mysql before removing it | MarcoIeni | -0/+3 | |
| 2025-01-30 | ci: refactor how directories are removed in free-disk-space disk | MarcoIeni | -30/+64 | |
| 2025-01-21 | CI: free disk with in-tree script instead of GitHub Action | MarcoIeni | -0/+142 | |
| Co-authored-by: whiteio <chriswhiteiodev@gmail.com> | ||||
| 2024-12-31 | Reformat Python file | Jakub Beránek | -2/+12 | |
| 2024-12-30 | chore: fix typos | Horu | -1/+1 | |
| 2024-12-16 | [CI] Use a lockfile for installing the `datadog` package | Jakub Beránek | -8/+6 | |
| Without a lockfile, it could fail to compile when the dependencies have changed. | ||||
| 2024-12-04 | Reformat Python code with `ruff` | Jakub Beránek | -12/+9 | |
| 2024-10-12 | add new CI step: "setup upstream remote" | onur-ozkan | -0/+24 | |
| Signed-off-by: onur-ozkan <work@onurozkan.dev> | ||||
| 2024-10-02 | Auto merge of #125771 - Kobzol:ci-datadog-metrics, r=jdno | bors | -0/+81 | |
| [CI] Upload average CPU utilization of CI jobs to DataDog This PR adds a new CI step that uploads the average CPU utilization of the current GH job to Datadog. I want to add more metrics in follow-up PRs. r? `@jdno` try-job: dist-i686-msvc try-job: aarch64-apple try-job: x86_64-gnu-llvm-18 | ||||
| 2024-09-27 | Partially revert "ci: Use mv instead of cp in upload step" | Jubilee Young | -3/+3 | |
| This partially reverts commit fe7c97c2e732de8dfc93ef21ee84ccfbc04c7d0c. I kept a mv, not a cp, for the one that shuffles major artifacts around, because the size of those artifacts are big enough to matter, sometimes. I don't think the diagnostic info will be that heavy, by comparison. | ||||
| 2024-09-27 | Revert "ci: Try to remove unused Xcode dirs" | Jubilee Young | -17/+0 | |
| This reverts commit 06f49f6d5326440192b8d31d69fa490dbfe01cfe. | ||||
| 2024-09-27 | Upload average CPU consumption of CI jobs to DataDog | Jakub Beránek | -1/+82 | |
| 2024-09-01 | Upgrade CI's mingw-w64 toolchain | Mateusz Mikuła | -2/+2 | |
| 2024-08-30 | ci: Take tail instead of head to avoid broken pipes | Jubilee Young | -3/+1 | |
| 2024-08-30 | ci: Avoid legacy backticks in upload-artifacts.sh | Jubilee Young | -1/+1 | |
| 2024-08-30 | ci: Use mv instead of cp in upload step | Jubilee Young | -4/+4 | |
| 2024-08-30 | ci: Try to remove unused Xcode dirs | Jubilee Young | -0/+17 | |
| 2024-07-07 | use "bootstrap" instead of "rustbuild" in comments and docs | onur-ozkan | -1/+1 | |
| Signed-off-by: onur-ozkan <work@onurozkan.dev> | ||||
| 2024-05-28 | Rollup merge of #125590 - ChrisDenton:mingw-ci-3, r=Kobzol | Matthias Krüger | -42/+5 | |
| Add a "Setup Python" action for github-hosted runners and remove unnecessary `CUSTOM_MINGW` environment variable The Setup Python action isn't strictly necessary ([even on Windows](https://github.com/rust-lang/rust/pull/125584)) but it is [recommend by GitHub](https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python#specifying-a-python-version). The `CUSTOM_MINGW` environment variable is redundant now as it's always set for mingw and always unset otherwise. try-job: x86_64-mingw try-job: x86_64-mingw try-job: dist-x86_64-msvc try-job: dist-x86_64-mingw | ||||
| 2024-05-27 | Use grep to implement verify-line-endings | Chris Denton | -11/+11 | |
| 2024-05-27 | Update description of install-mingw | Chris Denton | -2/+1 | |
| 2024-05-26 | Cleanup custom mingw in CI | Chris Denton | -40/+4 | |
| 2024-05-26 | Do less reinstalling in mingw CI | Chris Denton | -41/+4 | |
