|
13 | 13 | the latest beta is downloaded. If building stable 1.57.0, stage0 is stable
|
14 | 14 | 1.56.1.
|
15 | 15 | 2. Stage 0 libstd is built. This is different than the libstd downloaded above.
|
16 |
| -3. Stage 1 rustc is built with rustc from (1) and libstd from (2) |
| 16 | +3. Stage 1 rustc is built with rustc from (1)c and libstd from (2) |
17 | 17 | 2. Stage 1 libstd is built with stage 1 rustc. Later artifacts built with
|
18 | 18 | stage 1 rustc are built with stage 1 libstd.
|
19 | 19 |
|
@@ -760,6 +760,17 @@ def main():
|
760 | 760 | GitCherryPick(RUST_SRC_DIR, 'https://github.com/rust-lang/rust.git',
|
761 | 761 | '81cd7c5b11766ed1e3214a2233371fb6d72ed89c')
|
762 | 762 |
|
| 763 | + # TODO: Remove once |
| 764 | + # https://github.com/rust-lang/rust/pull/118610 has been merged. |
| 765 | + GitCherryPick(RUST_SRC_DIR, 'https://github.com/rust-lang/rust.git', |
| 766 | + '0899efe363292f786e67c978ec77439c437d0e74') |
| 767 | + GitCherryPick(RUST_SRC_DIR, 'https://github.com/rust-lang/rust.git', |
| 768 | + '43baf5dc1fa6758c0268e30530d821d8b36fee07') |
| 769 | + GitCherryPick(RUST_SRC_DIR, 'https://github.com/rust-lang/rust.git', |
| 770 | + '4ac32747ba280faa5cea05ad3f54a31c03257171') |
| 771 | + GitCherryPick(RUST_SRC_DIR, 'https://github.com/rust-lang/rust.git', |
| 772 | + '01046205f3970e7ce111c9a0d63ed512c5a354d5') |
| 773 | + |
763 | 774 | path = FetchBetaPackage('cargo', checkout_revision)
|
764 | 775 | if sys.platform == 'win32':
|
765 | 776 | cargo_bin = os.path.join(path, 'cargo', 'bin', 'cargo.exe')
|
|
0 commit comments