Skip to content

Commit 54c52b2

Browse files
Apply suggestions from code review
Co-authored-by: Tshepang Lekhonkhobe <[email protected]>
1 parent 11f533e commit 54c52b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

posts/inside-rust/2020-07-23-rust-ci-is-moving-to-github-actions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ team: the infrastructure team <https://www.rust-lang.org/governance/teams/operat
77

88
The Rust Infrastructure Team is happy to announce that, as part of the
99
[evaluation we started last year][eval], most of Rust’s CI is moving to GitHub
10-
Actions! While we don’t expect the change to have any impact to our users, the
10+
Actions! While we don’t expect the change to have any impact on our users, the
1111
switch will considerably improve the experience for compiler contributors.
1212

1313
One of the major pain points for compiler contributors over the past few years
1414
has been waiting for PRs to be merged. We value having an always-green master
15-
branch, and to ensure that we test and merge just one PR at a time, with the
15+
branch, and to ensure that, we test and merge just one PR at a time, with the
1616
other approved ones [waiting in the queue][homu]. Our CI is extensive too, with
1717
57 machines building and testing the compiler across all the platforms we
18-
support. On our previous system, each of those builders takes between three to
18+
support. On our previous system, each of those builders took between three to
1919
four hours to finish. Combined with testing one PR at a time, this often causes
2020
PRs to wait in the queue for days before being tested.
2121

0 commit comments

Comments
 (0)