X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=do_build;h=4421322813d1d60d78ec553714216b1cdd820df5;hb=c2989fcd4f25864291707b28bdf240bc3db4794e;hp=6909065762d81ffeb5c75702327fb5043936170d;hpb=e765f9b724731226d7647cc60262851b8f21afd7;p=next-scripts diff --git a/do_build b/do_build index 6909065..4421322 100755 --- a/do_build +++ b/do_build @@ -26,7 +26,7 @@ ssh root@"$build_host" unshare -n su $(id -u -n) <<-EOF log_x86=\$d.log e=\$d.except echo CONFIG_BUILD_DOCSRC=n >\$e || exit 1 - KCONFIG_ALLCONFIG=\$e cross -n -N -a x86_64 -c $gcc_version O=\$d allyesconfig || exit 1 + KCONFIG_ALLCONFIG=\$e cross -n -N -a x86_64 -c $gcc_version O=\$d allmodconfig || exit 1 echo "Forking x86 build ..." /usr/bin/time cross -n -N -a x86_64 -c $gcc_version O=\$d -j$j_factor -s > \$log_x86 2>&1 &