Skip to content

Commit 1007344

Browse files
committed
analysis
Signed-off-by: Larry Gritz <[email protected]>
1 parent e9210d5 commit 1007344

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/analysis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,21 +39,21 @@ jobs:
3939
fail-fast: false
4040
matrix:
4141
include:
42-
- desc: sonar gcc9/C++14 llvm13 py3.9 exr3.1 oiio2.3 avx2
42+
- desc: sonar gcc9/C++17 llvm13 py3.9 exr3.1 oiio3.0 avx2
4343
nametag: static-analysis-sonar
4444
os: ubuntu-latest
4545
vfxyear: 2023
4646
vfxsuffix: -clang15
4747
cxx_std: 17
48-
openimageio_ver: main
48+
openimageio_ver: release
4949
python_ver: "3.10"
5050
pybind11_ver: v2.10.0
5151
simd: avx2,f16c
5252
batched: b8_AVX2,b16_AVX512
5353
coverage: 1
5454
# skip_tests: 1
5555
sonar: 1
56-
setenvs: export SONAR_SCANNER_VERSION=4.7.0.2747
56+
setenvs: export xSONAR_SCANNER_VERSION=4.7.0.2747
5757
SONAR_SERVER_URL="https://sonarcloud.io"
5858
BUILD_WRAPPER_OUT_DIR=bw_output
5959
OSL_CMAKE_BUILD_WRAPPER="build-wrapper-linux-x86-64 --out-dir bw_output"
@@ -68,7 +68,7 @@ jobs:
6868

6969
runs-on: ${{ matrix.os }}
7070
container:
71-
image: aswf/ci-osl:${{matrix.vfxyear}}${{matrix.vfxsuffix}}
71+
image: aswf/ci-osl:2023-clang15
7272
env:
7373
CXX: ${{matrix.cxx_compiler}}
7474
CC: ${{matrix.cc_compiler}}

0 commit comments

Comments
 (0)