commit:     bffd7b73403b401ed5df4c6ecd0294e4f4543628
Author:     jinqiang zhang <peeweep <AT> 0x0 <DOT> ee>
AuthorDate: Fri Dec  9 17:36:47 2022 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Thu Jan 12 21:44:00 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bffd7b73

sys-cluster/mpich: fix riscv test failed

Closes: https://bugs.gentoo.org/884809
Signed-off-by: jinqiang zhang <peeweep <AT> 0x0.ee>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 sys-cluster/mpich/mpich-3.4.3.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys-cluster/mpich/mpich-3.4.3.ebuild 
b/sys-cluster/mpich/mpich-3.4.3.ebuild
index 285928166e97..9f2aecfc47a9 100644
--- a/sys-cluster/mpich/mpich-3.4.3.ebuild
+++ b/sys-cluster/mpich/mpich-3.4.3.ebuild
@@ -127,6 +127,7 @@ multilib_src_configure() {
 }
 
 multilib_src_test() {
+       export USE_VALGRIND=0 #884809
        emake -j1 check
 }
 

Reply via email to