[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/422: gnu: rust: Update to 1.79.
From: |
guix-commits |
Subject: |
02/422: gnu: rust: Update to 1.79. |
Date: |
Wed, 6 Nov 2024 04:01:10 -0500 (EST) |
efraim pushed a commit to branch rust-team
in repository guix.
commit b93ac06de8c31798fd0a59c7a30af19c09fcb03d
Author: Brennan Vincent <brennan@umanwizard.com>
AuthorDate: Mon Aug 26 13:40:55 2024 -0400
gnu: rust: Update to 1.79.
* gnu/packages/rust.scm (rust): Update to 1.79.
[source]: Adjust snippet of removed bundled sources.
Change-Id: Ic43b4c540413a0e1a08d46cca5a092badc221753
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
gnu/packages/rust.scm | 26 ++++++++++++++------------
1 file changed, 14 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/rust.scm b/gnu/packages/rust.scm
index bfc941abb8..c3b06063f7 100644
--- a/gnu/packages/rust.scm
+++ b/gnu/packages/rust.scm
@@ -1037,7 +1037,7 @@ safety and thread safety guarantees.")
;;; 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.78))
+ (let ((base-rust rust-1.79))
(package
(inherit base-rust)
(properties (append
@@ -1051,19 +1051,18 @@ safety and thread safety guarantees.")
'(begin
(for-each delete-file-recursively
'("src/llvm-project"
- "vendor/jemalloc-sys/jemalloc"
- "vendor/openssl-src/openssl"
- "vendor/tikv-jemalloc-sys/jemalloc"
+ "vendor/jemalloc-sys-0.5.4+5.3.0-patched/jemalloc"
+ "vendor/openssl-src-111.28.1+1.1.1w/openssl"
+
"vendor/tikv-jemalloc-sys-0.5.4+5.3.0-patched/jemalloc"
;; These are referenced by the cargo output
;; so we unbundle them.
- "vendor/curl-sys/curl"
- "vendor/libffi-sys/libffi"
- "vendor/libnghttp2-sys/nghttp2"
- "vendor/libz-sys/src/zlib"
- "vendor/libz-sys-1.1.12/src/zlib"))
+ "vendor/curl-sys-0.4.72+curl-8.6.0/curl"
+ "vendor/libffi-sys-2.3.0/libffi"
+ "vendor/libnghttp2-sys-0.1.9+1.58.0/nghttp2"
+ "vendor/libz-sys-1.1.16/src/zlib"))
;; Use the packaged nghttp2
- (delete-file "vendor/libnghttp2-sys/build.rs")
- (with-output-to-file "vendor/libnghttp2-sys/build.rs"
+ (delete-file "vendor/libnghttp2-sys-0.1.9+1.58.0/build.rs")
+ (with-output-to-file "vendor/libnghttp2-sys-0.1.9+1.58.0/build.rs"
(lambda _
(format #t "fn main() {~@
println!(\"cargo:rustc-link-lib=nghttp2\");~@
@@ -1101,7 +1100,10 @@ safety and thread safety guarantees.")
(lambda _
(substitute* "src/tools/cargo/tests/testsuite/git.rs"
,@(make-ignore-test-list
- '("fn fetch_downloads_with_git2_first_")))))
+ '("fn fetch_downloads_with_git2_first_")))
+ (substitute* "src/tools/cargo/tests/testsuite/build.rs"
+ ,@(make-ignore-test-list
+ '("fn
build_with_symlink_to_path_dependency_with_build_script_in_git")))))
(add-after 'unpack 'disable-tests-requiring-mercurial
(lambda _
(with-directory-excursion
"src/tools/cargo/tests/testsuite/cargo_init"
- branch rust-team created (now e195626f6c), guix-commits, 2024/11/06
- 02/422: gnu: rust: Update to 1.79.,
guix-commits <=
- 03/422: gnu: Add rust-1.80., guix-commits, 2024/11/06
- 07/422: gnu: rust-time-macros-0.2: Update to 0.2.18., guix-commits, 2024/11/06
- 09/422: gnu: make-rust-sysroot: Adjust for newer rust version., guix-commits, 2024/11/06
- 13/422: gnu: Add rust-cairo-sys-rs-0.19., guix-commits, 2024/11/06
- 14/422: gnu: Add rust-gdk-pixbuf-0.19., guix-commits, 2024/11/06
- 22/422: gnu: Add rust-pango-0.19., guix-commits, 2024/11/06
- 18/422: gnu: Add rust-glib-0.19., guix-commits, 2024/11/06
- 25/422: gnu: Add rust-pangocairo-sys-0.19., guix-commits, 2024/11/06
- 01/422: gnu: rust: Update to 1.78., guix-commits, 2024/11/06
- 04/422: gnu: rust: Update to 1.80., guix-commits, 2024/11/06