Add kernel 3.18.y only for vm testing.
[lttng-ci.git] / scripts / system-tests / check-build-needs.sh
index 6ad7a8c10cd8a315bd19f7b39c75badd24962786..cf51ab2ace0df6a14443ad910c5a4fd642bea679 100644 (file)
@@ -64,8 +64,7 @@ if [ $NEED_MODULES_BUILD -eq 1 ] || [ $NEED_KERNEL_BUILD -eq 1 ] ; then
     make --directory="$LINUX_PATH" kvmconfig
   fi
 
-  # Embed everything
-  make --directory="$LINUX_PATH" localyesconfig
+  make --directory="$LINUX_PATH" modules_prepare
 fi
 
 #We create files to specify what needs to be built for the subsequent build steps
This page took 0.02283 seconds and 4 git commands to generate.