diff options
author | Sam James <sam@gentoo.org> | 2022-01-06 21:11:31 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-01-06 21:14:29 +0000 |
commit | d46502e794948afa85e33f86d575456c62ff8859 (patch) | |
tree | 355f27dab4a58a770f063100aa9c72d43679688f /dev-libs/userspace-rcu/files | |
parent | dev-util/byacc: add 20220101 (diff) | |
download | gentoo-d46502e794948afa85e33f86d575456c62ff8859.tar.gz gentoo-d46502e794948afa85e33f86d575456c62ff8859.tar.bz2 gentoo-d46502e794948afa85e33f86d575456c62ff8859.zip |
dev-libs/userspace-rcu: add 0.13.1
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/userspace-rcu/files')
-rw-r--r-- | dev-libs/userspace-rcu/files/userspace-rcu-0.13.1-tests-no-benchmark.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-libs/userspace-rcu/files/userspace-rcu-0.13.1-tests-no-benchmark.patch b/dev-libs/userspace-rcu/files/userspace-rcu-0.13.1-tests-no-benchmark.patch new file mode 100644 index 000000000000..ecbe3e01e0a8 --- /dev/null +++ b/dev-libs/userspace-rcu/files/userspace-rcu-0.13.1-tests-no-benchmark.patch @@ -0,0 +1,13 @@ +Fedora: https://src.fedoraproject.org/rpms/userspace-rcu/raw/rawhide/f/regtest-without-bench.patch + +"Remove the benchmarks from the regtest target, they timeout on the buildds." +--- a/tests/Makefile.am ++++ b/tests/Makefile.am +@@ -8,7 +8,6 @@ + cd benchmark && $(MAKE) $(AM_MAKEFLAGS) long_bench + regtest: + cd regression && $(MAKE) $(AM_MAKEFLAGS) regtest +- cd benchmark && $(MAKE) $(AM_MAKEFLAGS) regtest + + check-loop: + while [ 0 ]; do \ |