-
Notifications
You must be signed in to change notification settings - Fork 13.8k
Commit a4b6181
authored
Rollup merge of #137882 - onur-ozkan:remove-extra-compiler-stage, r=Kobzol
do not build additional stage on compiler paths
When calling `x build compiler (or rustc) --stage N` bootstrap builds stage N+1 compiler, which is clearly not what we requested. This doesn't happen when running `x build --stage N` without explicitly targeting the compiler.
The changes applied fix this issue.
r? ghostFile tree
2 files changed
+44
-9
lines changed- src/bootstrap/src/core
- build_steps
- builder
2 files changed
+44
-9
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
994 | 994 |
| |
995 | 995 |
| |
996 | 996 |
| |
997 | - | ||
997 | + | ||
998 | + | ||
999 | + | ||
998 | 1000 |
| |
999 | 1001 |
| |
1000 | 1002 |
| |
| |||
1911 | 1913 |
| |
1912 | 1914 |
| |
1913 | 1915 |
| |
1914 | - | ||
1916 | + | ||
1915 | 1917 |
| |
1916 | 1918 |
| |
1917 | 1919 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
653 | 653 |
| |
654 | 654 |
| |
655 | 655 |
| |
656 | + | ||
657 | + | ||
658 | + | ||
659 | + | ||
660 | + | ||
661 | + | ||
662 | + | ||
663 | + | ||
664 | + | ||
665 | + | ||
666 | + | ||
667 | + | ||
668 | + | ||
669 | + | ||
656 | 670 |
| |
657 | 671 |
| |
658 | 672 |
| |
| |||
664 | 678 |
| |
665 | 679 |
| |
666 | 680 |
| |
667 | - | ||
681 | + | ||
668 | 682 |
| |
669 | - | ||
683 | + | ||
670 | 684 |
| |
671 | - | ||
672 | - | ||
673 | - | ||
674 | - | ||
675 | - | ||
685 | + | ||
686 | + | ||
687 | + | ||
688 | + | ||
689 | + | ||
690 | + | ||
691 | + | ||
692 | + | ||
693 | + | ||
694 | + | ||
695 | + | ||
696 | + | ||
697 | + | ||
698 | + | ||
699 | + | ||
700 | + | ||
701 | + | ||
702 | + | ||
703 | + | ||
704 | + | ||
705 | + | ||
706 | + | ||
707 | + | ||
708 | + | ||
676 | 709 |
| |
677 | 710 |
| |
678 | 711 |
| |
|
0 commit comments