diff options
Diffstat (limited to 'repos/extra/rust/abuild')
| -rw-r--r-- | repos/extra/rust/abuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/repos/extra/rust/abuild b/repos/extra/rust/abuild index af7ba2e3..96dc46a6 100644 --- a/repos/extra/rust/abuild +++ b/repos/extra/rust/abuild @@ -1,9 +1,9 @@ name=rust -version=1.91.1 +version=1.92.0 ##cat src/stage0.txt -export _date=2025-09-18 -export _rustc=1.90.0 +export _date=2025-10-30 +export _rustc=1.91.0 export _cargo=$_rustc ## @@ -43,6 +43,8 @@ build() { sed -i 's/\("files":{\)[^}]*/\1/' vendor/openssl-sys-0.9.92/.cargo-checksum.json cat > config.toml <<EOF +change-id = "ignore" + [llvm] link-shared = true download-ci-llvm = false |