diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-12-28 01:38:01 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-12-28 01:38:01 +0000 |
| commit | 0c5496f626617c043c8333b3eefca91d5c4cf14f (patch) | |
| tree | 32ecdfccd6ab363dfb14bb1a2809cd54ce962830 /rust/abuild | |
| parent | 524e234c68bb9f40928380e2f59b2540f9eb8f57 (diff) | |
| download | alicelinux-0c5496f626617c043c8333b3eefca91d5c4cf14f.tar.gz alicelinux-0c5496f626617c043c8333b3eefca91d5c4cf14f.zip | |
Woodpecker CI 172ccdedfef7d925685b3d7013183d53ed76114c [SKIP CI]
Diffstat (limited to 'rust/abuild')
| -rw-r--r-- | rust/abuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/rust/abuild b/rust/abuild index af7ba2e3..96dc46a6 100644 --- a/rust/abuild +++ b/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 |