gnu: rust: Skip another test on riscv64-linux.
* gnu/packages/rust.scm (rust)[arguments]: When building for riscv64-linux skip another test. Change-Id: I2ec02d2fc441b890a576972e321a576cd13a1c8emaster
parent
c885902f56
commit
4fbfb4ddde
|
@ -1143,7 +1143,10 @@ safety and thread safety guarantees.")
|
|||
(substitute* "cache_lock.rs"
|
||||
,@(make-ignore-test-list
|
||||
'("fn multiple_download"
|
||||
"fn download_then_mutate")))))))
|
||||
"fn download_then_mutate")))
|
||||
(substitute* "global_cache_tracker.rs"
|
||||
,@(make-ignore-test-list
|
||||
'("fn package_cache_lock_during_build")))))))
|
||||
`())
|
||||
(add-after 'unpack 'disable-tests-broken-on-aarch64
|
||||
(lambda _
|
||||
|
|
Reference in New Issue