| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-07-03 | ci: move all x86_64 runners to the host-x86_64 directory | Pietro Albini | -31/+0 | |
| We need to add runners designed for an aarch64 host system, and it'd be nice to return an error message if someone tries to run an image designed for an host architecture in another one. To start the work on this, this commit moves all the existing builders in the host-x86_64 directory, and changes the run.sh script to look up the image in the correct directory based on the host architecture. | ||||
| 2020-04-28 | Ensure that `./x.py doc --stage 0 src/libstd` works via CI | Dylan MacKenzie | -0/+1 | |
| 2020-04-10 | Enforce Python 3 as much as possible | Guillaume Gomez | -6/+6 | |
| 2020-03-24 | ci: add github actions configuration | Pietro Albini | -1/+2 | |
| 2020-03-05 | Move tidy check to mingw-check | Yuki Okushi | -0/+1 | |
| 2019-11-12 | ci: move validate-toolstate.sh in the mingw-check image | Pietro Albini | -1/+4 | |
| The task was already run just there, so this cleans things up. | ||||
| 2018-12-20 | Move compiletest test run to mingw-check builder | Philipp Hansch | -1/+2 | |
| This way, checktools.sh continues to be used only for tools that are published later on. | ||||
| 2018-12-10 | Build manifest tool on mingw-check builder | Mark Rousskov | -1/+2 | |
| This builder is not really the correct place to put this, but it definitely has the time budget and checking this tool builds on just one platform is more than sufficient. | ||||
| 2018-05-04 | Check that rustc can be built successfully with parallel queries for PRs. | Michael Woerister | -0/+1 | |
| 2018-04-12 | Add check builder for Windows to Travis | Mark Simulacrum | -0/+22 | |
