Skip to content

Commit 0c4b315

Browse files
Merge pull request #772 from Mark-Simulacrum/fix-ci
Exclude rustc bootstrap from CI
2 parents b8310ba + 765bef0 commit 0c4b315

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
strategy:
3838
matrix:
3939
BENCH_INCLUDE_EXCLUDE_OPTS: [
40-
"--exclude webrender-wrench,style-servo,cargo",
41-
"--include webrender-wrench,style-servo,cargo",
40+
"--exclude webrender-wrench,style-servo,cargo,rustc",
41+
"--include webrender-wrench,style-servo,cargo --exclude rustc",
4242
]
4343
BUILD_KINDS: [
4444
"Check,Doc,Debug",

0 commit comments

Comments
 (0)