Skip to content

Commit 7254ac7

Browse files
committed
Update which container the sonar job runs on
Signed-off-by: Larry Gritz <[email protected]>
1 parent 75952d9 commit 7254ac7

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/analysis.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,21 +55,20 @@ jobs:
5555
fail-fast: false
5656
matrix:
5757
include:
58-
- desc: sonar gcc9/C++14 llvm13 py3.9 exr3.1 oiio2.3 avx2
58+
- desc: sonar gcc11/C++17 llvm18 py3.11 exr3.2 oiio3.0 avx2
5959
nametag: static-analysis-sonar
6060
os: ubuntu-latest
61-
vfxyear: 2022
62-
vfxsuffix: -clang13
63-
cxx_std: 14
61+
vfxyear: 2025
62+
vfxsuffix: -clang18
63+
cxx_std: 17
6464
openimageio_ver: master
65-
python_ver: 3.9
66-
pybind11_ver: v2.9.0
65+
python_ver: "3.11"
6766
simd: avx2,f16c
6867
batched: b8_AVX2,b16_AVX512
6968
coverage: 1
7069
# skip_tests: 1
7170
sonar: 1
72-
setenvs: export SONAR_SCANNER_VERSION=4.7.0.2747
71+
setenvs: export xSONAR_SCANNER_VERSION=4.7.0.2747
7372
SONAR_SERVER_URL="https://sonarcloud.io"
7473
BUILD_WRAPPER_OUT_DIR=bw_output
7574
OSL_CMAKE_BUILD_WRAPPER="build-wrapper-linux-x86-64 --out-dir bw_output"

0 commit comments

Comments
 (0)