me
/
guix
Archived
1
0
Fork 0

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
master
Efraim Flashner 2024-03-18 11:17:09 +02:00
parent 5ffa759dd6
commit 25421f3719
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 1 deletions

View File

@ -1141,7 +1141,8 @@ safety and thread safety guarantees.")
'("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 _