diff options
author | 2012-03-20 17:04:38 -0600 | |
---|---|---|
committer | 2012-03-21 11:12:30 -0600 | |
commit | 25fb4c65a54e3c34c8084b2d49b888d11685a973 (patch) | |
tree | ce8a7352d2959636928aa2bb0b10c81f3e2c71ba /bootstrap.conf | |
parent | qemu: Avoid dangling migration-out job when client dies (diff) | |
download | libvirt-25fb4c65a54e3c34c8084b2d49b888d11685a973.tar.gz libvirt-25fb4c65a54e3c34c8084b2d49b888d11685a973.tar.bz2 libvirt-25fb4c65a54e3c34c8084b2d49b888d11685a973.zip |
build: drop a painfully long gnulib test
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.
Diffstat (limited to 'bootstrap.conf')
-rw-r--r-- | bootstrap.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap.conf b/bootstrap.conf index 03da267ca..c6f7fd9c7 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -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 |