]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #107700 - jyn514:tools-builder, r=Mark-Simulacrum
authorMatthias Krüger <matthias.krueger@famsik.de>
Tue, 7 Feb 2023 16:57:16 +0000 (17:57 +0100)
committerGitHub <noreply@github.com>
Tue, 7 Feb 2023 16:57:16 +0000 (17:57 +0100)
commitb2284b9fd1c363b02d52cbd6e1a4d76a3190e7c6
treeab6d596a8dae55fdf08fe9e8738abb4002a22c08
parent4b859c3f2f023c95b5aff6d330e2eabe71253b39
parent9dfec5d35b4f52d0b9653edf8e656c9a3c04f492
Rollup merge of #107700 - jyn514:tools-builder, r=Mark-Simulacrum

Run the tools builder on all PRs

Previously, it would only run on changes to subtrees, submodules, or select directories. That made it so that changes to the compiler that broke tools would only be detected on a full bors merge. This makes it so the tools builder runs by default, making it easier to catch breaking changes to clippy (which was the most affected).

r? ``@Mark-Simulacrum`` cc ``@pietroalbini`` ``@flip1995`` ``@m-ou-se``