File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -667,10 +667,17 @@ jobs:
667667 runner : ${{ (github.repository_owner == 'AcademySoftwareFoundation' && 'ubuntu-20.04-gpu-t4-4c-16g-176h') || 'ubuntu-latest' }}
668668 container : aswf/ci-osl:2025-clang18.2
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*
You can’t perform that action at this time.
0 commit comments