From 312d02afe46452c2fdf6c0a321a8dfbe7ae06631 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 18 Jan 2013 07:12:23 +0000 Subject: [PATCH] tests: Don't construct the guests in parallel. In automake 1.13, check_DATA is now built in parallel, resulting in it trying to build 4 or 5 guests in parallel. --- tests/guests/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/guests/Makefile.am b/tests/guests/Makefile.am index a05dceb84..82cb9b81c 100644 --- a/tests/guests/Makefile.am +++ b/tests/guests/Makefile.am @@ -96,3 +96,8 @@ guest-aux/windows-system: guest-aux/windows-system.reg cp guest-aux/minimal-hive $@-t hivexregedit --merge $@-t --prefix 'HKEY_LOCAL_MACHINE\SYSTEM' $< mv $@-t $@ + +# Don't construct the guests in parallel. In automake 1.13, check_DATA +# was changed so it can now run in parallel, but this causes everything +# to fall over on machines with limited memory. +.NOTPARALLEL: