| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-04-29 | ci: use bash when executing the "bors build finished" jobs | Pietro Albini | -0/+2 | |
| We don't clone the repository in those builders, so the default shell (src/ci/exec-with-shell.py) is not present there. | ||||
| 2020-04-22 | ci: remove duplicated job names on GHA | Pietro Albini | -65/+0 | |
| 2020-04-22 | ci: set a default shell on GHA | Pietro Albini | -37/+37 | |
| 2020-04-14 | Update the minimum external LLVM to 8 | Josh Stone | -4/+4 | |
| LLVM 8 was released on March 20, 2019, over a year ago. | ||||
| 2020-03-31 | ci: disable cancel-outdated-builds for the try branch | Pietro Albini | -0/+1 | |
| While for auto, try and PR builds we only want the latest commit to be tested, that's not true for try builds: each commit pushed to the branch is a different PR being tested, and we want multiple PRs to be tested in parallel if there is enough demand. Fixes #70569 | ||||
| 2020-03-24 | ci: run the "bors build finished" jobs only during try and auto runs | Pietro Albini | -2/+4 | |
| 2020-03-24 | ci: run gha workflows for try, auto and master on the fork | Pietro Albini | -3/+3 | |
| 2020-03-24 | ci: add github actions configuration | Pietro Albini | -0/+707 | |
