Skip to content

Commit 7cfdabf

Browse files
committed
ci: fix analysis workflow configuration (#4881)
Something must have changed with the containers, it was failing on the build step, before ever getting to the actual sonar analysis. Switch to the same container and OCIO version that we use for the regular 2024 era container CI. Signed-off-by: Larry Gritz <[email protected]>
1 parent 103cb1a commit 7cfdabf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/analysis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,13 +87,14 @@ jobs:
8787
fail-fast: false
8888
matrix:
8989
include:
90-
- desc: sonar gcc11/C++17 py310 exr3.2 ocio2.3
90+
- desc: sonar gcc11/C++17 py311 exr3.2 ocio2.3
9191
nametag: static-analysis-sonar
9292
os: ubuntu-latest
93-
container: aswf/ci-osl:2024-clang17
93+
container: aswf/ci-oiio:2024.2
9494
cxx_std: 17
9595
python_ver: "3.11"
9696
simd: "avx2,f16c"
97+
opencolorio_ver: v2.3.2
9798
fmt_ver: 10.1.1
9899
pybind11_ver: v2.12.0
99100
coverage: 1

0 commit comments

Comments
 (0)