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 @@ -686,10 +686,17 @@ jobs:
686686 runner : ${{ (github.repository_owner == 'AcademySoftwareFoundation' && 'ubuntu-20.04-gpu-t4-4c-16g-176h') || 'ubuntu-latest' }}
687687 container : aswf/ci-osl:2025-clang18.2
688688 cxx_std : 17
689+ openimageio_ver : release
689690 python_ver : " 3.11"
690691 pybind11_ver : v2.11.1
691692 simd : avx2,f16c
692693 skip_tests : ${{ (github.repository_owner == 'AcademySoftwareFoundation' && '0') || '1' }}
693694 setenvs : export OSL_CMAKE_FLAGS="-DOSL_USE_OPTIX=1"
694695 OPTIX_VERSION=8.0.0
695696 CTEST_EXCLUSIONS="broken|render-microfacet|example-cuda|python-oslquery"
697+ USE_JXL=0
698+ depcmds : >
699+ sudo rm -rf /usr/local/include/OpenImageIO &&
700+ sudo rm -rf /usr/local/lib*/cmake/OpenImageIO &&
701+ sudo rm -rf /usr/local/lib*/libOpenImageIO* &&
702+ sudo rm -rf /usr/local/lib*/python*/site-packages/OpenImageIO*
You can’t perform that action at this time.
0 commit comments