diff options
author | Sam James <sam@gentoo.org> | 2021-10-29 05:30:39 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-29 05:30:39 +0100 |
commit | 568bd3c0ff75ee07f690ae285b50326a9fcf5227 (patch) | |
tree | 8710cfec77fea2acecb1837a3e73cdb6ae45c281 /dev-libs/starpu | |
parent | dev-libs/starpu: crank up test timeouts (diff) | |
download | gentoo-568bd3c0ff75ee07f690ae285b50326a9fcf5227.tar.gz gentoo-568bd3c0ff75ee07f690ae285b50326a9fcf5227.tar.bz2 gentoo-568bd3c0ff75ee07f690ae285b50326a9fcf5227.zip |
dev-libs/starpu: add note about tests (possibly could change to smaller suite)
Bug: https://bugs.gentoo.org/803158
Bug: https://bugs.gentoo.org/802621
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/starpu')
-rw-r--r-- | dev-libs/starpu/starpu-1.3.8.ebuild | 2 | ||||
-rw-r--r-- | dev-libs/starpu/starpu-1.3.9.ebuild | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/dev-libs/starpu/starpu-1.3.8.ebuild b/dev-libs/starpu/starpu-1.3.8.ebuild index b3391281c6f7..33fa716eb10b 100644 --- a/dev-libs/starpu/starpu-1.3.8.ebuild +++ b/dev-libs/starpu/starpu-1.3.8.ebuild @@ -88,6 +88,8 @@ src_test() { export STARPU_TIMEOUT_ENV=3600 export MPIEXEC_TIMEOUT=3600 + # Could switch(?) to quick check if timeouts end up being a real problem, but let's not + # do it for now. https://gitub.u-bordeaux.fr/starpu/starpu/-/blob/master/contrib/ci.inria.fr/job-1-check.sh#L85 MAKEOPTS='-j1' default } diff --git a/dev-libs/starpu/starpu-1.3.9.ebuild b/dev-libs/starpu/starpu-1.3.9.ebuild index b3391281c6f7..33fa716eb10b 100644 --- a/dev-libs/starpu/starpu-1.3.9.ebuild +++ b/dev-libs/starpu/starpu-1.3.9.ebuild @@ -88,6 +88,8 @@ src_test() { export STARPU_TIMEOUT_ENV=3600 export MPIEXEC_TIMEOUT=3600 + # Could switch(?) to quick check if timeouts end up being a real problem, but let's not + # do it for now. https://gitub.u-bordeaux.fr/starpu/starpu/-/blob/master/contrib/ci.inria.fr/job-1-check.sh#L85 MAKEOPTS='-j1' default } |