| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-02-28 | Skip test `download_ci_llvm` with modified LLVM | Josh Stone | -0/+5 | |
| 2023-01-27 | Revisit fix_is_ci_llvm_available logic; read build triple from toml | Sergey Prytkov | -0/+7 | |
| 2022-11-19 | Set `download-ci-llvm = "if-available"` by default when `channel = "dev"` | Joshua Nelson | -0/+24 | |
| See https://github.com/rust-lang/compiler-team/issues/566. The motivation for changing the default is to avoid downloading and building LLVM when someone runs `x build` before running `x setup`. The motivation for only doing it on `channel = "dev"` is to avoid breaking distros or users installing from source. It works because `dev` is also the default channel. The diff looks larger than it is; most of it is moving the `llvm` branch below the `rust` so `config.channel` is set. | ||||
