]> xenbits.xensource.com Git - libvirt.git/commitdiff
build: drop a painfully long gnulib test
authorEric Blake <eblake@redhat.com>
Tue, 20 Mar 2012 23:04:38 +0000 (17:04 -0600)
committerEric Blake <eblake@redhat.com>
Wed, 21 Mar 2012 17:12:30 +0000 (11:12 -0600)
On machines with massive amounts of CPUs, the gnulib 'test-lock'
could take minutes, or even appear to deadlock, because of poor
scaling of timing interactions between multiple cores.

See https://bugzilla.redhat.com/show_bug.cgi?id=797284.
For precedence, note that iwhd has done the same:
https://lists.gnu.org/archive/html/bug-gnulib/2012-01/msg00311.html

We can re-enable things if gnulib ever analyzes and improves the
situation.

* bootstrap.conf (gnulib_tool_option_extras): Avoid lock-tests.

bootstrap.conf

index 03da267cad07c1cdedc2076ba7cffd28038201ba..c6f7fd9c7a65204b9ed14f7128ccb90c587b6b7e 100644 (file)
@@ -174,6 +174,7 @@ gnulib_tool_option_extras="\
  --with-tests\
  --makefile-name=gnulib.mk\
  --avoid=pt_chown\
+ --avoid=lock-tests\
 "
 local_gl_dir=gnulib/local