diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-12-12 21:46:42 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-12-12 21:46:42 +0800 |
| commit | c820f504dc7b2905817dc8e29d3d45f194dbf070 (patch) | |
| tree | dd277977f930f7b85cb78d220a2ddace46da365a /repos/extra/rust/abuild | |
| parent | 7c76df2c5bc12100bab8b14612758c16f5a9ed5e (diff) | |
| download | alicelinux-c820f504dc7b2905817dc8e29d3d45f194dbf070.tar.gz alicelinux-c820f504dc7b2905817dc8e29d3d45f194dbf070.zip | |
rust: updated to 1.83.0
Diffstat (limited to 'repos/extra/rust/abuild')
| -rwxr-xr-x | repos/extra/rust/abuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/repos/extra/rust/abuild b/repos/extra/rust/abuild index 3b463b3d..d87d671f 100755 --- a/repos/extra/rust/abuild +++ b/repos/extra/rust/abuild @@ -1,9 +1,9 @@ name=rust -version=1.82.0 +version=1.83.0 ##cat src/stage0.txt -export _date=2024-09-05 -export _rustc=1.81.0 +export _date=2024-10-17 +export _rustc=1.82.0 export _cargo=$_rustc ## @@ -30,7 +30,8 @@ build() { cat > config.toml <<EOF [llvm] -link-shared = true +link-shared = true +download-ci-llvm = false [build] build = "$_tuplet" |