From: Michael Jeanson Date: Wed, 27 Jan 2016 15:51:18 +0000 (-0500) Subject: Add CONFIG_LTTNG to broken kernels build cmd X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=584d8735f3f31b4511edc674bbcbbdbea1412dd0;p=lttng-ci.git Add CONFIG_LTTNG to broken kernels build cmd Signed-off-by: Michael Jeanson --- diff --git a/scripts/lttng-modules/build.sh b/scripts/lttng-modules/build.sh index 1a1aaaf..0d83cf4 100755 --- a/scripts/lttng-modules/build.sh +++ b/scripts/lttng-modules/build.sh @@ -65,7 +65,7 @@ if { vergte "$KVERSION" "3.10" && verlte "$KVERSION" "3.10.13"; } || \ set +e # Build modules - make -j${NPROC} -C "${LNXBINDIR}" M="$(pwd)" V=1 + make -j${NPROC} -C "${LNXBINDIR}" M="$(pwd)" V=1 CONFIG_LTTNG=m # We expect this build to fail, if it doesn't, fail the job. if [ "$?" -eq 0 ]; then