mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-30 16:12:58 -05:00
gnu: rust: Skip another test on riscv64-linux.
* gnu/packages/rust.scm (rust)[arguments]: When building for riscv64-linux skip another test. Change-Id: I29654d0c2f7a62a8a0e5beeea3bc899510cedc71
This commit is contained in:
parent
5ffa759dd6
commit
25421f3719
1 changed files with 2 additions and 1 deletions
|
@ -1141,7 +1141,8 @@ (define-public rust
|
|||
'("fn uplift_dwp_of_bin_on_linux")))
|
||||
(substitute* "cache_lock.rs"
|
||||
,@(make-ignore-test-list
|
||||
'("fn multiple_download")))))))
|
||||
'("fn multiple_download"
|
||||
"fn download_then_mutate")))))))
|
||||
`())
|
||||
(add-after 'unpack 'disable-tests-broken-on-aarch64
|
||||
(lambda _
|
||||
|
|
Loading…
Reference in a new issue