[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/25: gnu: rust-1.67: Build with llvm-15.
From: |
guix-commits |
Subject: |
01/25: gnu: rust-1.67: Build with llvm-15. |
Date: |
Wed, 22 Feb 2023 14:05:10 -0500 (EST) |
efraim pushed a commit to branch rust-team
in repository guix.
commit 8cc47c2bee14af6cb8300df1c7050557b891ac74
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 8d10ece50b..2f3df125c8 100644
--- a/gnu/packages/rust.scm
+++ b/gnu/packages/rust.scm
@@ -667,8 +667,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
- branch rust-team updated (ff0c901958 -> a7b87f31bd), guix-commits, 2023/02/22
- 02/25: gnu: Add rust-bindgen-0.63., guix-commits, 2023/02/22
- 04/25: gnu: rust-bzip2-sys-0.1: Update to 0.1.11., guix-commits, 2023/02/22
- 06/25: gnu: Add rust-pager-0.16., guix-commits, 2023/02/22
- 01/25: gnu: rust-1.67: Build with llvm-15.,
guix-commits <=
- 03/25: gnu: rust-bzip2-0.4: Update to 0.4.4., guix-commits, 2023/02/22
- 07/25: gnu: Add rust-zstd-safe-5., guix-commits, 2023/02/22
- 13/25: gnu: Add rust-password-hash-0.4., guix-commits, 2023/02/22
- 05/25: gnu: rust-getrandom-0.2: Update to 0.2.8., guix-commits, 2023/02/22
- 24/25: gnu: Add rust-tokio-util-0.5., guix-commits, 2023/02/22
- 20/25: gnu: Add rust-pbkdf2-0.11., guix-commits, 2023/02/22
- 19/25: gnu: Add rust-ntest-timeout-0.8., guix-commits, 2023/02/22
- 22/25: gnu: rust-proc-macro-crate-1: Update to 1.3.0., guix-commits, 2023/02/22
- 10/25: gnu: Add rust-hyper-rustls-0.23., guix-commits, 2023/02/22
- 12/25: gnu: rust-async-compression-0.3: Update to 0.3.15., guix-commits, 2023/02/22