Skip to content

Commit

Permalink
Update sonarcloud.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgensd authored Aug 9, 2024
1 parent bbe3ec9 commit 4227312
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
if: (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository)
container: ghcr.io/fenics/dolfinx/dev-env:current-mpich
env:
SONAR_SCANNER_VERSION: 5.0.1.3006 # Find the latest version in at: https://github.com/SonarSource/sonar-scanner-cli/tags
SONAR_SCANNER_VERSION: 6.1.0.4477 # Find the latest version in at: https://github.com/SonarSource/sonar-scanner-cli/tags
SONAR_SERVER_URL: "https://sonarcloud.io"
BUILD_WRAPPER_OUT_DIR: build_wrapper_output_directory # Directory where build-wrapper output will be placed
PETSC_ARCH: linux-gnu-real64-32
Expand All @@ -34,7 +34,7 @@ jobs:
apt-get install unzip
- name: Update pip
run: |
python3 -m pip install --break-system-packages --upgrade pip setuptools
python3 -m pip install --upgrade pip setuptools
- name: Set up JDK 17
uses: actions/setup-java@v4
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
cmake --install build-dir
- name: Install DOLFINx-MPC (Python)
run: python3 -m pip -v install --break-system-packages --config-settings=cmake.build-type="Release" --no-build-isolation ./python
run: python3 -m pip -v install --config-settings=cmake.build-type="Release" --no-build-isolation ./python

- name: Run sonar-scanner
env:
Expand Down

0 comments on commit 4227312

Please sign in to comment.