| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-06-22 | ci: aarch64-gnu: Stop skipping `panic_abort_doc_tests` | Martin Nordholts | -2/+1 | |
| The skipped test passes since nightly-2024-11-29. Let's stop skipping it to increase the chance of detecing a regression. | ||||
| 2025-05-26 | ci: move tests from x86_64-gnu-llvm-19 job to aarch64 | MarcoIeni | -0/+58 | |
| 2025-03-14 | Remove `RUN_CHECK_WITH_PARALLEL_QUERIES` | Jakub Beránek | -1/+0 | |
| It is useless after the removal of the parallel compiler configuration. | ||||
| 2025-01-27 | Fix 2/4 tests skipped by opt-dist | Ben Kimock | -0/+1 | |
| 2025-01-13 | ci: Enable opt-dist for dist-aarch64-linux builds | Kajetan Puchalski | -1/+4 | |
| Enable optimised AArch64 dist builds with the opt-dist pipeline. For the time being, disable bolt on aarch64 due to upstream bolt bugs. | ||||
| 2025-01-11 | ci: Organise shared helper scripts | Kajetan Puchalski | -148/+8 | |
| Move shared helper scripts used by Docker builds under docker/scripts. | ||||
| 2025-01-10 | ci: Move dist-aarch64-linux to an aarch64 runner | Kajetan Puchalski | -0/+240 | |
| Move the dist-aarch64-linux CI job to an aarch64 runner instead of cross-compiling it from an x86 one. This will make it possible to perform optimisations such as LTO, PGO and BOLT later on. | ||||
| 2024-12-21 | Revert "Auto merge of #133902 - Kobzol:ci-dist-arm-runner, r=MarcoIeni" | Jakub Beránek | -56/+0 | |
| This reverts commit b597d2a099a1b5b79acef05175a9ac847047f8a1, reversing changes made to ff7906bfe1ed264bf9c4d3abe1940e357b7e61dd. | ||||
| 2024-12-20 | Revert "Auto merge of #133809 - mrkajetanp:ci-aarch64-dist, r=Kobzol" | Jakub Beránek | -99/+0 | |
| This reverts commit 023521e6825edfa6df01e392520d7cb120eab158, reversing changes made to c434b4b4b6cd20560c5b32e80b2b22618a4da3dd. | ||||
| 2024-12-18 | ci: Organise shared helper scripts | Kajetan Puchalski | -147/+6 | |
| Move shared helper scripts used by Docker builds under docker/scripts. | ||||
| 2024-12-18 | ci: Move dist-aarch64-linux to an aarch64 runner | Kajetan Puchalski | -0/+240 | |
| Move the dist-aarch64-linux CI job to an aarch64 runner instead of cross-compiling it from an x86 one. This will make it possible to perform optimisations such as LTO, PGO and BOLT later on. | ||||
| 2024-12-06 | CI: move `dist-arm-linux` to an ARM runner | Jakub Beránek | -0/+56 | |
| 2024-11-12 | ci: liberate `aarch64-gnu-debug` from the shackles of `--test-args=clang` | Jieyou Xu | -1/+1 | |
| And run all eligible run-make tests. | ||||
| 2024-10-24 | ci: add aarch64-gnu-debug job | David Wood | -0/+58 | |
| Adds a new CI job which checks that the compiler builds with `--enable-debug` and tests that `needs-force-clang-based-tests` pass (where cross-language LTO is tested). | ||||
| 2024-04-14 | Fix ENV quotes in aarch64-gnu/Dockerfile | Josh Stone | -1/+1 | |
| Co-authored-by: Eric Huss <eric@huss.org> | ||||
| 2024-04-11 | ci: test cargo on `aarch64-gnu` | Josh Stone | -1/+3 | |
| 2023-07-21 | ci: Update aarch64-gnu to ubuntu:22.04 | Josh Stone | -5/+3 | |
| 2023-07-16 | CI: build CMake 3.20 to support LLVM 17 | Jakub Beránek | -0/+3 | |
| 2022-12-02 | reduce docker image sizes by cleaning cache/squashing steps | klensy | -1/+2 | |
| 2020-08-26 | Install ninja on CI builders | Josh Triplett | -0/+1 | |
| Windows CI builds already install ninja. Install it in all the Docker-based builds as well. | ||||
| 2020-07-27 | Use --stage 2 explicitly in CI | Joshua Nelson | -1/+1 | |
| - expand yaml anchors - don't use --stage 2 for dist; that's already the default | ||||
| 2020-07-03 | ci: add native aarch64-gnu docker builder | Pietro Albini | -0/+26 | |
