From 2aeca93f55b0c4d466e5d62166cd79227518f890 Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Mon, 7 Oct 2019 14:37:03 -0400 Subject: [PATCH] jjb: coverity: Add python plugin to bt build Signed-off-by: Michael Jeanson --- scripts/common/coverity.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.34.1