gnu: rust: Skip another test on riscv64-linux.

* gnu/packages/rust.scm (rust)[arguments]: When building for
riscv64-linux skip another test.

Change-Id: I2ec02d2fc441b890a576972e321a576cd13a1c8e
This commit is contained in:
Efraim Flashner 2024-03-28 08:39:55 +02:00
parent c885902f56
commit 4fbfb4ddde
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1143,7 +1143,10 @@ (define-public rust
(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 _