File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,6 @@ ctest -VV
4444make gcov
4545
4646# Scan project
47- /opt/sonar-scanner-4. 6.2.2472 -linux/bin/sonar-scanner -Dsonar.host.url=https://sonarcloud.io -Dproject.settings=" $REPO_ROOT " /sonar-project.properties -Dsonar.projectBaseDir=" $REPO_ROOT " -Dsonar.cfamily.gcov.reportsPath=" $BUILD_DIR "
47+ /opt/sonar-scanner-6.2.1.4610 -linux-x64 /bin/sonar-scanner -Dsonar.host.url=https://sonarcloud.io -Dproject.settings=" $REPO_ROOT " /sonar-project.properties -Dsonar.projectBaseDir=" $REPO_ROOT " -Dsonar.cfamily.gcov.reportsPath=" $BUILD_DIR "
4848
4949
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ RUN apt update && apt install -y wget unzip git python3-jinja2
99RUN wget http://sonarcloud.io/static/cpp/build-wrapper-linux-x86.zip
1010RUN unzip build-wrapper-linux-x86.zip -d /opt
1111
12- RUN wget https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-4. 6.2.2472 -linux.zip
13- RUN unzip sonar-scanner-cli-4. 6.2.2472 -linux.zip -d /opt
12+ RUN wget https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-6.2.1.4610 -linux-x64 .zip
13+ RUN unzip sonar-scanner-cli-6.2.1.4610 -linux-x64 .zip -d /opt
1414
1515RUN wget https://github.com/google/or-tools/releases/download/v9.10/or-tools_amd64_ubuntu-24.04_cpp_v9.10.4067.tar.gz
1616RUN tar -C /opt --strip-components=1 -xvf or-tools_amd64_ubuntu-24.04_cpp_v9.10.4067.tar.gz
You can’t perform that action at this time.
0 commit comments