From: Arnaud Giersch Date: Tue, 29 Sep 2020 09:16:20 +0000 (+0200) Subject: Revert "Enable ns3 for coverage build and hope that it will be analyzed by sonar." X-Git-Tag: v3.26~420 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/6ee20543e671559f66624769e56a08ba4c229cd2?hp=13ad11bcafc2a83c76b64438fe41794dcd47c6e6 Revert "Enable ns3 for coverage build and hope that it will be analyzed by sonar." This reverts commit 13ad11bcafc2a83c76b64438fe41794dcd47c6e6. Reason: 00:00:21.524 CMake Error at CMakeLists.txt:427 (message): 00:00:21.524 Cannot activate both model-checking and ns-3 bindings: ns-3 pulls too much 00:00:21.524 dependencies for the MC to work --- diff --git a/tools/jenkins/Coverage.sh b/tools/jenkins/Coverage.sh index 0c89c723b3..efbc457535 100755 --- a/tools/jenkins/Coverage.sh +++ b/tools/jenkins/Coverage.sh @@ -57,7 +57,6 @@ ctest -D ExperimentalStart || true cmake -Denable_documentation=OFF -Denable_lua=ON \ -Denable_compile_optimizations=OFF -Denable_compile_warnings=ON \ -Denable_jedule=ON -Denable_mallocators=ON \ - -Denable_ns3=ON \ -Denable_smpi=ON -Denable_smpi_MPICH3_testsuite=ON -Denable_model-checking=ON \ -Denable_smpi_papi=ON \ -Denable_memcheck=OFF -Denable_memcheck_xml=OFF -Denable_smpi_ISP_testsuite=ON \