Skip to content

Commit 765bef0

Browse files
Exclude rustc bootstrap from CI
1 parent c63e7c1 commit 765bef0

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)