We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
rust-mingw
1 parent 7d289ae commit 8754884Copy full SHA for 8754884
src/bootstrap/bootstrap.py
@@ -398,14 +398,6 @@ def support_xz():
398
with output(self.rustc_stamp()) as rust_stamp:
399
rust_stamp.write(self.date)
400
401
- # This is required so that we don't mix incompatible MinGW
402
- # libraries/binaries that are included in rust-std with
403
- # the system MinGW ones.
404
- if "pc-windows-gnu" in self.build:
405
- filename = "rust-mingw-{}-{}{}".format(
406
- rustc_channel, self.build, tarball_suffix)
407
- self._download_stage0_helper(filename, "rust-mingw", tarball_suffix)
408
-
409
if self.cargo().startswith(self.bin_root()) and \
410
(not os.path.exists(self.cargo()) or
411
self.program_out_of_date(self.cargo_stamp())):
0 commit comments