From: Michael Jeanson Date: Mon, 7 Oct 2019 18:37:03 +0000 (-0400) Subject: jjb: coverity: Add python plugin to bt build X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=2aeca93f55b0c4d466e5d62166cd79227518f890;p=lttng-ci.git jjb: coverity: Add python plugin to bt build Signed-off-by: Michael Jeanson --- diff --git a/scripts/common/coverity.sh b/scripts/common/coverity.sh index a88a2c7..80fc649 100755 --- a/scripts/common/coverity.sh +++ b/scripts/common/coverity.sh @@ -51,7 +51,7 @@ export TMPDIR case "$COVERITY_SCAN_PROJECT_NAME" in babeltrace) - CONF_OPTS="--enable-python-bindings --enable-python-bindings-doc" + CONF_OPTS="--enable-python-bindings --enable-python-bindings-doc --enable-python-plugins" BUILD_TYPE="autotools" ;; liburcu)