From: Kienan Stewart Date: Mon, 20 Nov 2023 19:00:33 +0000 (-0500) Subject: jjb: Remove coverity build options related to lttng-scope X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=252f734b792531dc143a7f9423aa60db20afb41f;p=lttng-ci.git jjb: Remove coverity build options related to lttng-scope Change-Id: I9eded456cd58e5ccd55559c01b1060813f01a530 Signed-off-by: Kienan Stewart --- diff --git a/scripts/common/coverity.sh b/scripts/common/coverity.sh index d596599..80abedd 100755 --- a/scripts/common/coverity.sh +++ b/scripts/common/coverity.sh @@ -78,11 +78,6 @@ lttng-ust) BUILD_TYPE="autotools" export CLASSPATH="/usr/share/java/log4j-api.jar:/usr/share/java/log4j-core.jar:/usr/share/java/log4j-1.2.jar" ;; -lttng-scope|ctf-java|libdelorean-java|jabberwocky) - CONF_OPTS=() - BUILD_TYPE="maven" - MVN_BIN="$HOME/tools/hudson.tasks.Maven_MavenInstallation/default/bin/mvn" - ;; *) echo "Generic project, no configure options." CONF_OPTS=()