From: Michael Jeanson Date: Thu, 11 Jul 2019 18:30:44 +0000 (-0400) Subject: jjb: babeltrace: disable python doc in 'std' build X-Git-Url: https://git.liburcu.org/?a=commitdiff_plain;h=f3b83c62c9dba5dd7906743638e02a410b742040;p=lttng-ci.git jjb: babeltrace: disable python doc in 'std' build Signed-off-by: Michael Jeanson --- diff --git a/scripts/babeltrace/build.sh b/scripts/babeltrace/build.sh index fbf05c4..71ee6c5 100755 --- a/scripts/babeltrace/build.sh +++ b/scripts/babeltrace/build.sh @@ -248,7 +248,7 @@ min) if vergte "$PACKAGE_VERSION" "2.0"; then export PYTHON="python3" export PYTHON_CONFIG="python3-config" - CONF_OPTS="${CONF_OPTS} --enable-python-bindings --enable-python-bindings-doc --enable-python-plugins" + CONF_OPTS="${CONF_OPTS} --enable-python-bindings --enable-python-plugins" fi ;; esac