-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Closed
Labels
C-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.E-mediumCall for participation: Medium difficulty. Experience needed to fix: Intermediate.Call for participation: Medium difficulty. Experience needed to fix: Intermediate.P-lowLow priorityLow priority
Description
As mentioned in this PR, some distros appear to be bootstrapping not by using the --enable-local-rust
flag to find the bootstrap compiler but by using rustbuild's cached stage0 compiler. To do this though they have to patch the build system so that it doesn't hit the network - rustbuild isn't designed for this use case. There is probably a simple solution we can come up with for this but so far haven't found the motivation to do so. I tried to summarize the situation here.
Metadata
Metadata
Assignees
Labels
C-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.E-mediumCall for participation: Medium difficulty. Experience needed to fix: Intermediate.Call for participation: Medium difficulty. Experience needed to fix: Intermediate.P-lowLow priorityLow priority