Skip to content

Commit ae803ea

Browse files
committed
TRY: back to 18.3 container, but use oiio main
Signed-off-by: Larry Gritz <[email protected]>
1 parent bac595a commit ae803ea

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,12 +665,19 @@ jobs:
665665
# select the right runner type and whether tests are run.
666666
nametag: linux-optix-vfx2025
667667
runner: ${{ (github.repository_owner == 'AcademySoftwareFoundation' && 'ubuntu-20.04-gpu-t4-4c-16g-176h') || 'ubuntu-latest' }}
668-
container: aswf/ci-osl:2025-clang18.2
668+
container: aswf/ci-osl:2025-clang18.3
669669
cxx_std: 17
670+
openimageio_ver: release
670671
python_ver: "3.11"
671672
pybind11_ver: v2.11.1
672673
simd: avx2,f16c
673674
skip_tests: ${{ (github.repository_owner == 'AcademySoftwareFoundation' && '0') || '1' }}
674675
setenvs: export OSL_CMAKE_FLAGS="-DOSL_USE_OPTIX=1"
675676
OPTIX_VERSION=8.0.0
676677
CTEST_EXCLUSIONS="broken|render-microfacet|example-cuda|python-oslquery"
678+
USE_JXL=0
679+
depcmds: >
680+
sudo rm -rf /usr/local/include/OpenImageIO &&
681+
sudo rm -rf /usr/local/lib*/cmake/OpenImageIO &&
682+
sudo rm -rf /usr/local/lib*/libOpenImageIO* &&
683+
sudo rm -rf /usr/local/lib*/python*/site-packages/OpenImageIO*

0 commit comments

Comments
 (0)