about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorJoshua Nelson <jyn514@gmail.com>2021-04-30 14:19:26 +0000
committerJoshua Nelson <jyn514@gmail.com>2021-04-30 14:19:26 +0000
commit69f3ead6b0fde6e52f9b0207548c83fdc6b206cb (patch)
treef8b87a322165000ab3da9e8253800b3b2e664e6c /compiler/rustc_codegen_llvm/src
parent814a560072c305d274affc78219e4a7e0558252f (diff)
downloadrust-69f3ead6b0fde6e52f9b0207548c83fdc6b206cb.tar.gz
rust-69f3ead6b0fde6e52f9b0207548c83fdc6b206cb.zip
Don't download cargo twice when download-rustc is set
Previously, this caused a bug on NixOS:

1. bootstrap.py would download and patch stage0/cargo
2. bootstrap.py would download nightly cargo, but extract it to
   stage0/cargo instead of ci-rustc/cargo.
3. bootstrap.py would fail to build rustbuild because stage0/cargo
   wasn't patched.

The "proper" fix is to extract nightly cargo to ci-rustc instead, but it
doesn't seem to be necessary at all, so this just skips downloading it
instead.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions