summary refs log tree commit diff
path: root/src/ci/github-actions
AgeCommit message (Expand)AuthorLines
2024-06-29Rename Rust for Linux CI job to make its name clearerJakub Beránek-5/+5
2024-06-28Rename x86_64-gnu-integration builder to x86_64-fuchsiaTyler Mandry-7/+7
2024-06-23ci: Add support for dist-loongarch64-muslWANG Rui-0/+3
2024-06-14Remove broken/untested `--enable-profiler` from mingw dist buildsZalathar-2/+0
2024-06-14Don't build a known-broken profiler runtime in `x86_64-mingw`Zalathar-3/+1
2024-06-12Rollup merge of #126039 - dpaoliello:arm64ecbuild, r=davidtwcoGuillaume Gomez-0/+1
2024-06-11Auto merge of #126113 - Kobzol:ci-native-arm-runner, r=jdnobors-1/+1
2024-06-10CI: add Rust for Linux `auto` jobJakub Beránek-0/+5
2024-06-09Remove empty test suite `tests/run-make-fulldeps`Zalathar-2/+2
2024-06-08Use native GitHub ARM64 runner for the `aarch64-gnu` jobJakub Beránek-1/+1
2024-06-06Rollup merge of #126033 - Kobzol:fix-toolstate-history, r=ehussJubilee-0/+1
2024-06-05Promote `arm64ec-pc-windows-msvc` to tier 2Daniel Paoliello-0/+1
2024-06-05Rollup merge of #125648 - lqd:rustsrc, r=pietroalbiniMatthias Krüger-0/+6
2024-06-05Fix publishing of toolstate historyJakub Beránek-0/+1
2024-05-28document DIST_TRY_BUILDRémy Rakic-0/+6
2024-05-26Cleanup custom mingw in CIChris Denton-4/+0
2024-05-20Auto merge of #124985 - dpaoliello:rebalance, r=Mark-Simulacrumbors-23/+23
2024-05-15CI: fix toolstate publishingJakub Beránek-2/+0
2024-05-10Reduce size of builders that take less than an hourDaniel Paoliello-23/+23
2024-05-10Auto merge of #124850 - dpaoliello:clang2022, r=Kobzolbors-15/+7
2024-05-09Upgrade the version of Clang used in the build, move MSVC builds to Server 2022Daniel Paoliello-15/+7
2024-05-05CI: fix auto builds and make sure that we always have at least a single CI jobJakub Beránek-1/+5
2024-05-05Address review commentsJakub Beránek-4/+8
2024-05-05Make the regex more robustJakub Beránek-1/+1
2024-05-05Parse try build CI job name from commit messageJakub Beránek-5/+46
2024-05-05Use sum type for `WorkflowRunType`Jakub Beránek-14/+26
2024-05-04Auto merge of #124562 - dpaoliello:mingwserver2022, r=Mark-Simulacrumbors-8/+16
2024-05-02CI: remove `env-x86_64-apple-tests` YAML anchorJakub Beránek-10/+13
2024-04-30Use Server 2022 in CI for mingw jobsDaniel Paoliello-8/+16
2024-04-29Output `run_type` from the matrix calculation jobJakub Beránek-1/+14
2024-04-29Rename `JobType` to `WorkflowRunType`Jakub Beránek-13/+13
2024-04-29Remove the `expand-yaml-anchors` toolJakub Beránek-2/+0
2024-04-29Replace dynamically generated `ci.yml` file with the original templateJakub Beránek-301/+0
2024-04-29Unify outcome jobsJakub Beránek-19/+18
2024-04-27Add missing checkout stepJakub Beránek-0/+4
2024-04-27Move `TOOLSTATE_REPO` to top-level envJakub Beránek-1/+3
2024-04-25Remove `master` push hookJakub Beránek-1/+0
2024-04-25Remove useless conditionJakub Beránek-1/+0
2024-04-25Inline `base-ci-job` YAML anchor and remove unused anchorsJakub Beránek-179/+97
2024-04-25Remove `master` CI jobJakub Beránek-19/+9
2024-04-24Turn CI_ONLY_WHEN_CHANNEL from an environment variable to a job attributeJakub Beránek-10/+9
2024-04-24Fix documentationJakub Beránek-2/+2
2024-04-24Remove step YAML anchor and `env.SKIP_JOB`Jakub Beránek-30/+2
2024-04-24Remove `should-skip-this.sh`Jakub Beránek-4/+0
2024-04-24Skip jobs based on the active channel in PythonJakub Beránek-0/+12
2024-04-24Use a type alias for a CI jobJakub Beránek-3/+5
2024-04-23Fix empty job matrixJakub Beránek-0/+8
2024-04-23Make separate envs for try and auto buildsJakub Beránek-3/+10
2024-04-23Fix image field in auto jobsJakub Beránek-56/+56
2024-04-23Load GitHub context from environment variablesJakub Beránek-14/+24