Re: Error: Failed to fetch rust: The requested URL returned error: 404

2022-12-30 Thread mcalhoun
Thank you for the explanation. Perhaps this is a question better suited to the development mailing list, but why doesn’t the `universal` variant (which exists) achieve the same goal as the `mirror_i386` variant? -Marcus > On Dec 29, 2022, at 7:43 PM, Joshua Root wrote: > > On 2022-12-30 04:58

Re: Error: Failed to fetch rust: The requested URL returned error: 404

2022-12-30 Thread Joshua Root
Mirroring is done for each variant and each platform, but not every combination of variants or of variants and platforms, due to the combinatorial explosion that would entail. Only the files needed by +universal on the machine doing the mirroring are mirrored. - Josh On 2022-12-31 02:47 , mca