mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: rust: Update to 1.77.1.
* gnu/packages/rust.scm (rust-1.77): Update to 1.77.1. [arguments]: Skip another test when building for riscv64-linux. Change-Id: I5a38ed2a809b911be5750646c29c44fcac1f0d02
This commit is contained in:
parent
a7c79e0258
commit
6736533dcb
1 changed files with 4 additions and 3 deletions
|
@ -960,8 +960,8 @@ (define-public rust-1.76
|
|||
(replace "llvm" llvm-17))))))
|
||||
|
||||
(define-public rust-1.77
|
||||
(let ((base-rust (rust-bootstrapped-package rust-1.76 "1.77.0"
|
||||
"11rda8d8qj24a5mkjzj1x6x9pkvaq0zlhkgdp5b39zj5m0gwsv0d")))
|
||||
(let ((base-rust (rust-bootstrapped-package rust-1.76 "1.77.1"
|
||||
"18d4ncdzp0nfimmw029xdf7vv1hgh82v30mjnnixnllzar66w47f")))
|
||||
(package
|
||||
(inherit base-rust)
|
||||
(arguments
|
||||
|
@ -1142,7 +1142,8 @@ (define-public rust
|
|||
'("fn uplift_dwp_of_bin_on_linux")))
|
||||
(substitute* "cache_lock.rs"
|
||||
,@(make-ignore-test-list
|
||||
'("fn multiple_download"
|
||||
'("fn multiple_shared"
|
||||
"fn multiple_download"
|
||||
"fn download_then_mutate")))
|
||||
(substitute* "global_cache_tracker.rs"
|
||||
,@(make-ignore-test-list
|
||||
|
|
Loading…
Reference in a new issue