File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -267,6 +267,18 @@ jobs:
267267 simd : avx2,f16c
268268 batched : b8_AVX2
269269 # setenvs: export CONAN_PACKAGES="ptex/2.4.2@aswf/vfx2024"
270+ - desc : VP2025 gcc11/C++17 llvm18 py3.11 oiio-3.0 avx2
271+ nametag : linux-vfx2025
272+ runner : ubuntu-latest
273+ container : aswftesting/ci-osl:2025-clang18
274+ cxx_std : 17
275+ python_ver : " 3.11"
276+ # pybind11_ver: v2.11.1
277+ simd : avx2,f16c
278+ batched : b8_AVX2
279+ setenvs : export CTEST_EXCLUSIONS="broken|python-oslquery"
280+ # ^^ exclude python-oslquery test until the ASWF container properly
281+ # includes OIIO's python bindings, then we can remove that.
270282
271283 # Address and leak sanitizers
272284 - desc : sanitizers
@@ -667,5 +679,4 @@ jobs:
667679 skip_tests : ${{ (github.repository_owner == 'AcademySoftwareFoundation' && '0') || '1' }}
668680 setenvs : export OSL_CMAKE_FLAGS="-DOSL_USE_OPTIX=1"
669681 OPTIX_VERSION=8.0.0
670- OPENIMAGEIO_CMAKE_FLAGS=-DBUILD_FMT_VERSION=9.1.0
671682 CTEST_EXCLUSIONS="broken|render-microfacet|example-cuda|python-oslquery"
You can’t perform that action at this time.
0 commit comments