Skip to content

Commit 09dab6f

Browse files
lgritzssh4net
authored andcommitted
ci: fix analysis workflow configuration (AcademySoftwareFoundation#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 <lg@larrygritz.com> Signed-off-by: Vlad (Kuzmin) Erium <libalias@gmail.com> Signed-off-by: Vlad <shaamaan@gmail.com>
1 parent 06b8be0 commit 09dab6f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.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)