diff options
author | Sam James <sam@gentoo.org> | 2023-04-06 06:23:40 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-05 14:02:38 +0000 |
commit | 5da286555726a0937c3d55260438f7e4f7133ce9 (patch) | |
tree | 7459942e240bcb8eb53db8d96c7d10ebb97cf8f2 /app-benchmarks/stress-ng/metadata.xml | |
parent | sys-fs/ecryptfs-utils: unkeyword 111_p20170609-r1 for ~ppc (diff) | |
download | gentoo-5da286555726a0937c3d55260438f7e4f7133ce9.tar.gz gentoo-5da286555726a0937c3d55260438f7e4f7133ce9.tar.bz2 gentoo-5da286555726a0937c3d55260438f7e4f7133ce9.zip |
app-benchmarks/stress-ng: make keyutils optional
keyutils fails tests on several niche arches.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-benchmarks/stress-ng/metadata.xml')
-rw-r--r-- | app-benchmarks/stress-ng/metadata.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app-benchmarks/stress-ng/metadata.xml b/app-benchmarks/stress-ng/metadata.xml index cf330e398b38..8a4dc8829191 100644 --- a/app-benchmarks/stress-ng/metadata.xml +++ b/app-benchmarks/stress-ng/metadata.xml @@ -13,6 +13,9 @@ that exercise floating point, integer, bit manipulation and control flow and over 20 virtual memory stress tests. </longdescription> + <use> + <flag name="keyutils">Stress test the kernel's key generation facilities via <pkg>sys-apps/keyutils</pkg></flag> + </use> <upstream> <bugs-to>https://github.com/ColinIanKing/stress-ng/issues</bugs-to> <remote-id type="github">ColinIanKing/stress-ng</remote-id> |