Skip to content

Commit 3e7c1b6

Browse files
committed
ci: add vp2025 test (#1995)
Signed-off-by: Larry Gritz <[email protected]>
1 parent 07311e1 commit 3e7c1b6

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)