gnu: rust: Skip another test on riscv64-linux.
* gnu/packages/rust.scm (rust)[arguments]: When building for riscv64-linux skip another test. Change-Id: I29654d0c2f7a62a8a0e5beeea3bc899510cedc71master
parent
5ffa759dd6
commit
25421f3719
|
@ -1141,7 +1141,8 @@ safety and thread safety guarantees.")
|
||||||
'("fn uplift_dwp_of_bin_on_linux")))
|
'("fn uplift_dwp_of_bin_on_linux")))
|
||||||
(substitute* "cache_lock.rs"
|
(substitute* "cache_lock.rs"
|
||||||
,@(make-ignore-test-list
|
,@(make-ignore-test-list
|
||||||
'("fn multiple_download")))))))
|
'("fn multiple_download"
|
||||||
|
"fn download_then_mutate")))))))
|
||||||
`())
|
`())
|
||||||
(add-after 'unpack 'disable-tests-broken-on-aarch64
|
(add-after 'unpack 'disable-tests-broken-on-aarch64
|
||||||
(lambda _
|
(lambda _
|
||||||
|
|
Reference in New Issue