* [bug#57236] [PATCH] gnu: rust: Use rust-1.63.0
@ 2022-08-16 2:30 kiasoc5 via Guix-patches via
2022-11-15 16:17 ` bug#57236: " Efraim Flashner
0 siblings, 1 reply; 2+ messages in thread
From: kiasoc5 via Guix-patches via @ 2022-08-16 2:30 UTC (permalink / raw)
To: 57236; +Cc: kiasoc5
Everything except the final rust builds. Skipping versions doesn't work
but I forgot the build logs. The final rust hangs on the same tests as
https://issues.guix.gnu.org/54439#18
* gnu/packages/rust.scm (rust-1.61, rust-1.62, rust-1.63, rust):
Add rust-1.61, rust-1.62, and rust-1.63, and update rust to
be based on rust-1.63 instead of rust-1.60.
---
gnu/packages/rust.scm | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/rust.scm b/gnu/packages/rust.scm
index 9d70232cff..740ca7f264 100644
--- a/gnu/packages/rust.scm
+++ b/gnu/packages/rust.scm
@@ -579,6 +579,18 @@ (define rust-1.60
;; * error: unknown codegen option: `symbol-mangling-version`
rust-1.59 "1.60.0" "1drqr0a26x1rb2w3kj0i6abhgbs3jx5qqkrcwbwdlx7n3inq5ji0"))
+(define rust-1.61
+ (rust-bootstrapped-package
+ rust-1.60 "1.61.0" "1vfs05hkf9ilk19b2vahqn8l6k17pl9nc1ky9kgspaascx8l62xd"))
+
+(define rust-1.62
+ (rust-bootstrapped-package
+ rust-1.61 "1.62.1" "0gqkg34ic77dcvsz69qbdng6g3zfhl6hnhx7ha1mjkyrzipvxb3j"))
+
+(define rust-1.63
+ (rust-bootstrapped-package
+ rust-1.62 "1.63.0" "1l4rrbzhxv88pnfq94nbyb9m6lfnjwixma3mwjkmvvs2aqlq158z"))
+
;;; Note: Only the latest versions of Rust are supported and tested. The
;;; intermediate rusts are built for bootstrapping purposes and should not
;;; be relied upon. This is to ease maintenance and reduce the time
@@ -587,7 +599,7 @@ (define rust-1.60
;;; Here we take the latest included Rust, make it public, and re-enable tests
;;; and extra components such as rustfmt.
(define-public rust
- (let ((base-rust rust-1.60))
+ (let ((base-rust rust-1.63))
(package
(inherit base-rust)
(outputs (cons "rustfmt" (package-outputs base-rust)))
base-commit: 213c60f332a8531f6bbafc02365f9dd6d8e01e98
--
2.37.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#57236: [PATCH] gnu: rust: Use rust-1.63.0
2022-08-16 2:30 [bug#57236] [PATCH] gnu: rust: Use rust-1.63.0 kiasoc5 via Guix-patches via
@ 2022-11-15 16:17 ` Efraim Flashner
0 siblings, 0 replies; 2+ messages in thread
From: Efraim Flashner @ 2022-11-15 16:17 UTC (permalink / raw)
To: kiasoc5; +Cc: 57236-done
[-- Attachment #1: Type: text/plain, Size: 311 bytes --]
I divided the new packages into separate patches before pushing them.
Thanks. Patches pushed!
--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-11-15 16:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-16 2:30 [bug#57236] [PATCH] gnu: rust: Use rust-1.63.0 kiasoc5 via Guix-patches via
2022-11-15 16:17 ` bug#57236: " Efraim Flashner
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).