summaryrefslogtreecommitdiff
path: root/dev-libs/userspace-rcu/files/userspace-rcu-0.13.1-tests-no-benchmark.patch
blob: ecbe3e01e0a82bac6dfb6dd914736e55ada00229 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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 \