[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
131/469: gnu: rust-1.67: Build with llvm-15.
From: |
guix-commits |
Subject: |
131/469: gnu: rust-1.67: Build with llvm-15. |
Date: |
Tue, 25 Apr 2023 15:02:48 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit 9d5115b1cdf4ecc0109714161c8aaaf87fe80480
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Feb 22 19:27:56 2023 +0200
gnu: rust-1.67: Build with llvm-15.
* gnu/packages/rust.scm (rust-1.67)[inputs]: Replace llvm with llvm-15.
---
gnu/packages/rust.scm | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/rust.scm b/gnu/packages/rust.scm
index 9a94530cbd..612c5d5f09 100644
--- a/gnu/packages/rust.scm
+++ b/gnu/packages/rust.scm
@@ -659,8 +659,13 @@ safety and thread safety guarantees.")
rust-1.65 "1.66.1" "1fjr94gsicsxd2ypz4zm8aad1zdbiccr7qjfbmq8f8f7jhx96g2v"))
(define rust-1.67
- (rust-bootstrapped-package
- rust-1.66 "1.67.1" "0vpzv6rm3w1wbni17ryvcw83k5klhghklylfdza3nnp8blz3sj26"))
+ (let ((base-rust
+ (rust-bootstrapped-package
+ rust-1.66 "1.67.1"
"0vpzv6rm3w1wbni17ryvcw83k5klhghklylfdza3nnp8blz3sj26")))
+ (package
+ (inherit base-rust)
+ (inputs (modify-inputs (package-inputs base-rust)
+ (replace "llvm" llvm-15))))))
;;; Note: Only the latest versions of Rust are supported and tested. The
;;; intermediate rusts are built for bootstrapping purposes and should not
- 109/469: gnu: Add rust-crc-catalog-1., (continued)
- 109/469: gnu: Add rust-crc-catalog-1., guix-commits, 2023/04/25
- 110/469: gnu: Add rust-botan-0.8., guix-commits, 2023/04/25
- 111/469: gnu: Add rust-base64-0.20., guix-commits, 2023/04/25
- 114/469: gnu: rust-hex-literal-0.2: Update to 0.2.2., guix-commits, 2023/04/25
- 113/469: gnu: rust-curl-0.4: Update to 0.4.44., guix-commits, 2023/04/25
- 118/469: gnu: rust-hyper-0.14: Update to 0.14.24., guix-commits, 2023/04/25
- 121/469: gnu: rust-toml-0.5: Update to 0.5.11., guix-commits, 2023/04/25
- 123/469: gnu: rust-windows-aarch64-gnullvm-0.42: Update to 0.42.1., guix-commits, 2023/04/25
- 125/469: gnu: rust-windows-i686-gnu-0.42: Update to 0.42.1., guix-commits, 2023/04/25
- 126/469: gnu: rust-windows-i686-msvc-0.42: Update to 0.42.1., guix-commits, 2023/04/25
- 131/469: gnu: rust-1.67: Build with llvm-15.,
guix-commits <=
- 132/469: gnu: Add rust-bindgen-0.63., guix-commits, 2023/04/25
- 133/469: gnu: rust-bzip2-0.4: Update to 0.4.4., guix-commits, 2023/04/25
- 137/469: gnu: Add rust-zstd-safe-5., guix-commits, 2023/04/25
- 138/469: gnu: Add rust-zstd-sys-2., guix-commits, 2023/04/25
- 139/469: gnu: tealdeer: Update to 1.6.1., guix-commits, 2023/04/25
- 140/469: gnu: Add rust-hyper-rustls-0.23., guix-commits, 2023/04/25
- 141/469: gnu: Add rust-zstd-0.11., guix-commits, 2023/04/25
- 142/469: gnu: rust-async-compression-0.3: Update to 0.3.15., guix-commits, 2023/04/25
- 145/469: gnu: rust-trust-dns-resolver-0.22: Don't skip build., guix-commits, 2023/04/25
- 147/469: gnu: Add rust-ntest-0.8., guix-commits, 2023/04/25