Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Polish jenkins scripts without MSG.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Sat, 14 Jan 2023 10:22:41 +0000 (11:22 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Sat, 14 Jan 2023 10:25:55 +0000 (11:25 +0100)
sonar-project.properties
tools/jenkins/Flags.sh
tools/jenkins/build.sh

index 29e01ee..4e39656 100644 (file)
@@ -17,7 +17,7 @@ sonar.sources=src,examples,include,teshsuite
 sonar.issue.ignore.multicriteria=c1,c2a,c2b,c3,c5a,c5b,c6a,c6b,c7,c8,c9,c10a,c10b,c10c,cex1a,cex1b,cex2a,cex2b,cex3,cex4,cxx17a,cxx17b,cxx17c,cxx17d,cxx17e,cxx17f,f1,p1,s1,s2,s3,s4,s5
 
 # Pointers should not be cast to integral types
-# But we need that for jMSG, smpi and other places
+# But we need that for smpi and other places
 sonar.issue.ignore.multicriteria.c1.ruleKey=cpp:S1767
 sonar.issue.ignore.multicriteria.c1.resourceKey=**/*.cpp
 
index 157800a..cfebd3a 100755 (executable)
@@ -18,7 +18,7 @@ onoff() {
   fi
 }
 
-[ $# -eq 4 ] || die "Needs 4 arguments : MC SMPI DEBUG"
+[ $# -eq 3 ] || die "Needs 4 arguments : MC SMPI DEBUG"
 
 ### Cleanup previous runs
 
index 2d02d04..904e14d 100755 (executable)
@@ -210,7 +210,6 @@ cmake -G"$GENERATOR" ${INSTALL:+-DCMAKE_INSTALL_PREFIX=$INSTALL} \
   -Denable_ns3=$(onoff test "$have_NS3" = "yes" -a "$build_mode" = "Debug") \
   -DSIMGRID_PYTHON_LIBDIR=${SIMGRID_PYTHON_LIBDIR} \
   -DCMAKE_DISABLE_SOURCE_CHANGES=ON ${MAY_DISABLE_LTO} ${MAY_HINT_AT_NS3} \
-  -Denable_msg=$(onoff test "$build_mode" = "ModelChecker") \
   -DLTO_EXTRA_FLAG="auto" \
   -DCMAKE_CXX_COMPILER_LAUNCHER=ccache \
   "$SRCFOLDER"