rust: fix bootstrap remotes

This commit is contained in:
Owen Rafferty 2023-10-23 18:04:39 -05:00
parent 832a8c6460
commit 7fd42bd1eb
No known key found for this signature in database
3 changed files with 7 additions and 7 deletions

View File

@ -63,7 +63,7 @@ EOF
# This mimics the download process of rust's 'x.py'
# bootstrap library to allow for the removal of the internet
# connection requirement per build.
mkdir -p "${cache_dir:=build/cache/2023-09-19}"
mkdir -p "${cache_dir:=build/cache/2023-08-24}"
for tarball in *.tar.xz\?no-extract; do
mv -f "$tarball" "$cache_dir/${tarball%%\?no-extract}"

View File

@ -1,5 +1,5 @@
daaef31bb2b4847b4f3d29ddb172568a3449d8c5ce7fdce25d0635560590677c41
538e7b32b2cf2bc291c6922e65fd0e671222c22ed6c54d9eafe26d42d386385e96
3c7c5d6022f6ce7a92ee793e503f2eae7a04e54540f1291b3503b7ed1e0d8e282c
1c5f88fb12c49c8330f255b9519b52134dab13f6efb1b9ed41f732516e607ce628
2ce5854565df2db9207c4b7a40db586cda3a639b0499baf55dd8a9dc1997f6aeb2
dc41c2bed1367bbbd200cb151d68db032894721de7ad5e02198efcf6f2203b0ada
7c52067a7a1671a8b4ef8a647856b472db532dab2e7dc722e72018e954271cd33d
97086f892efe0679b6429e507aa65138ff21d1c776f583e593f5c1911e83bf1e7a

View File

@ -1,5 +1,5 @@
https://static.rust-lang.org/dist/rustc-1.73.0-src.tar.xz
https://static.rust-lang.org/dist/2023-09-19/rust-std-1.72.1-x86_64-unknown-linux-musl.tar.xz?no-extract
https://static.rust-lang.org/dist/2023-09-19/rustc-1.72.1-x86_64-unknown-linux-musl.tar.xz?no-extract
https://static.rust-lang.org/dist/2023-09-19/cargo-1.72.1-x86_64-unknown-linux-musl.tar.xz?no-extract
https://static.rust-lang.org/dist/2023-08-24/rust-std-1.72.0-x86_64-unknown-linux-musl.tar.xz?no-extract
https://static.rust-lang.org/dist/2023-08-24/rustc-1.72.0-x86_64-unknown-linux-musl.tar.xz?no-extract
https://static.rust-lang.org/dist/2023-08-24/cargo-1.72.0-x86_64-unknown-linux-musl.tar.xz?no-extract
patches/fix-curl.patch