[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
26/61: gnu: rust: Skip another test on riscv64-linux.
From: |
guix-commits |
Subject: |
26/61: gnu: rust: Skip another test on riscv64-linux. |
Date: |
Thu, 28 Mar 2024 12:01:01 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit 158f7b2e61a25e83387d40e0d00164d68643db4d
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Mar 28 08:39:55 2024 +0200
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
---
gnu/packages/rust.scm | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/rust.scm b/gnu/packages/rust.scm
index fe0b3ccea5..5319f1a33d 100644
--- a/gnu/packages/rust.scm
+++ b/gnu/packages/rust.scm
@@ -1111,7 +1111,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 _
- branch rust-team updated (2d35e53d6a -> ab76434ee6), guix-commits, 2024/03/28
- 03/61: gnu: Add rust-sd-notify-0.3., guix-commits, 2024/03/28
- 05/61: gnu: Add rust-temp-env-0.3., guix-commits, 2024/03/28
- 18/61: gnu: rust-windows-x86-64-gnu-0.48: Update to 0.48.5., guix-commits, 2024/03/28
- 17/61: gnu: rust-windows-targets-0.48: Update to 0.48.5., guix-commits, 2024/03/28
- 27/61: gnu: rust-zstd-sys-2: Update to 2.0.10., guix-commits, 2024/03/28
- 22/61: gnu: rust-cargo-credential-0.4: Update to 0.4.4., guix-commits, 2024/03/28
- 15/61: gnu: rust-windows-i686-gnu-0.48: Update to 0.48.5., guix-commits, 2024/03/28
- 26/61: gnu: rust: Skip another test on riscv64-linux.,
guix-commits <=
- 38/61: gnu: Add rust-tectonic-engine-spx2html-0.3., guix-commits, 2024/03/28
- 42/61: gnu: Add rust-watchexec-2., guix-commits, 2024/03/28
- 02/61: gnu: rust-nix-0.21: Update to 0.21.2., guix-commits, 2024/03/28
- 04/61: gnu: rust-slog-async-2: Update to 2.8.0., guix-commits, 2024/03/28
- 06/61: gnu: Add nsncd., guix-commits, 2024/03/28
- 14/61: gnu: rust-windows-aarch64-msvc-0.48: Update to 0.48.5., guix-commits, 2024/03/28
- 29/61: gnu: rust-nix-0.22: Run the tests., guix-commits, 2024/03/28
- 28/61: gnu: rust-zstd-sys-2: Unbundle zstd., guix-commits, 2024/03/28
- 30/61: gnu: Add rust-clearscreen-2., guix-commits, 2024/03/28
- 24/61: gnu: rust-cargo-credential-wincred-0.4: Update to 0.4.3., guix-commits, 2024/03/28