aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/rust/abuild
diff options
context:
space:
mode:
authoremmett1 <emmett1.2miligrams@protonmail.com>2025-01-29 01:06:17 +0800
committeremmett1 <emmett1.2miligrams@protonmail.com>2025-01-29 01:06:17 +0800
commitacc780df9e37c05c358900bba4976a41cf3c4950 (patch)
treed1636bd92232886ead1d64aa673ca38c6f035108 /repos/extra/rust/abuild
parent1519b14dd3e07eb690068237e9573fddcbd005e9 (diff)
downloadalicelinux-acc780df9e37c05c358900bba4976a41cf3c4950.tar.gz
alicelinux-acc780df9e37c05c358900bba4976a41cf3c4950.zip
rust: updated to 1.84.0
Diffstat (limited to 'repos/extra/rust/abuild')
-rwxr-xr-xrepos/extra/rust/abuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/repos/extra/rust/abuild b/repos/extra/rust/abuild
index d87d671f..35acd41b 100755
--- a/repos/extra/rust/abuild
+++ b/repos/extra/rust/abuild
@@ -1,9 +1,9 @@
name=rust
-version=1.83.0
+version=1.84.0
##cat src/stage0.txt
-export _date=2024-10-17
-export _rustc=1.82.0
+export _date=2024-11-28
+export _rustc=1.83.0
export _cargo=$_rustc
##
@@ -11,7 +11,8 @@ release=1
source="https://static.rust-lang.org/dist/${name}c-$version-src.tar.xz
https://static.rust-lang.org/dist/$_date/rust-std-$_rustc-x86_64-unknown-linux-musl.tar.xz::noextract
https://static.rust-lang.org/dist/$_date/rustc-$_rustc-x86_64-unknown-linux-musl.tar.xz::noextract
- https://static.rust-lang.org/dist/$_date/cargo-$_cargo-x86_64-unknown-linux-musl.tar.xz::noextract"
+ https://static.rust-lang.org/dist/$_date/cargo-$_cargo-x86_64-unknown-linux-musl.tar.xz::noextract
+ fix-bootstrap.patch"
#fix-curl.patch"
build_dir=${name}c-$version-src
keep_static=1