From 6ee20543e671559f66624769e56a08ba4c229cd2 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Tue, 29 Sep 2020 11:16:20 +0200 Subject: [PATCH 1/1] 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 --- tools/jenkins/Coverage.sh | 1 - 1 file changed, 1 deletion(-) 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 \ -- 2.20.1