Skip to content

v0.2.53..v0.2.54 changeset sonar install.sh

Garret Voltz edited this page Mar 31, 2020 · 1 revision
diff --git a/scripts/sonar/sonar-install.sh b/scripts/sonar/sonar-install.sh
index 368ff9e..8a83d4f 100755
--- a/scripts/sonar/sonar-install.sh
+++ b/scripts/sonar/sonar-install.sh
@@ -2,7 +2,7 @@
 set -e
 
 # Main sonar scanner
-SONAR_VERSION=4.2.0.1873
+SONAR_VERSION=4.3.0.2102
 SONAR_CLI=sonar-scanner-cli-$SONAR_VERSION-linux
 SONAR_PKG=sonar-scanner-$SONAR_VERSION-linux
 SONAR_ZIP=$SONAR_CLI.zip
@@ -46,6 +46,7 @@ if [ ! -f $SONAR_PATH/bin/$SONAR_BLD_PKG-64 ]; then
     sudo mv $SONAR_BLD_PKG/$SONAR_BLD_PKG-64 $SONAR_PATH/bin/
     sudo mv $SONAR_BLD_PKG/libinterceptor-x86_64.so $SONAR_PATH/bin/
     sudo mv $SONAR_BLD_PKG/libinterceptor-i686.so $SONAR_PATH/bin/
+    sudo mv $SONAR_BLD_PKG/libinterceptor-haswell.so $SONAR_PATH/bin/
     rm -rf $SONAR_BLD_PKG
 fi
 
Clone this wiki locally