Skip to content

Commit 144be2d

Browse files
lgritzscott-wilson
authored andcommitted
ci: new variants for VFXP 2025, Windows 2025 (AcademySoftwareFoundation#4744)
Signed-off-by: Larry Gritz <[email protected]> Signed-off-by: Scott Wilson <[email protected]>
1 parent 9c9b37e commit 144be2d

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

.github/workflows/ci.yml

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,16 @@ jobs:
338338
fmt_ver: 10.1.1
339339
pybind11_ver: v2.12.0
340340
setenvs: PUGIXML_VERSION=v1.14
341-
- desc: VFX2024 sanitizers
341+
- desc: VFX2025 gcc11/C++17 py3.11 exr3.3 ocio2.4
342+
nametag: linux-vfx2025
343+
runner: ubuntu-latest
344+
container: aswftesting/ci-oiio:2025
345+
python_ver: "3.11"
346+
simd: "avx2,f16c"
347+
fmt_ver: 11.1.4
348+
pybind11_ver: v2.13.6
349+
setenvs: PUGIXML_VERSION=v1.15
350+
- desc: Sanitizers
342351
nametag: sanitizer
343352
runner: ubuntu-latest
344353
container: aswf/ci-osl:2024-clang17
@@ -395,7 +404,7 @@ jobs:
395404
cc_compiler: gcc-13
396405
cxx_compiler: g++-13
397406
cxx_std: 20
398-
fmt_ver: 11.1.4
407+
fmt_ver: 11.2.0
399408
opencolorio_ver: v2.4.2
400409
openexr_ver: v3.3.3
401410
pybind11_ver: v2.13.6
@@ -606,3 +615,9 @@ jobs:
606615
generator: "Visual Studio 17 2022"
607616
python_ver: "3.9"
608617
setenvs: export OPENIMAGEIO_PYTHON_LOAD_DLLS_FROM_PATH=1
618+
- desc: Windows-2025 VS2022
619+
runner: windows-2025
620+
vsver: 2022
621+
generator: "Visual Studio 17 2022"
622+
python_ver: "3.9"
623+
setenvs: export OPENIMAGEIO_PYTHON_LOAD_DLLS_FROM_PATH=1

0 commit comments

Comments
 (0)