From f7c42c6933e5e58d2a344e32c05ed6743c88a0e9 Mon Sep 17 00:00:00 2001 From: Larry Gritz Date: Mon, 6 Jul 2026 19:15:15 -0700 Subject: [PATCH] ci: Add vfx2027 container tests Signed-off-by: Larry Gritz --- .github/workflows/ci.yml | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b2abef738b..cbaf56c858 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -193,9 +193,28 @@ jobs: python_ver: "3.13" simd: "avx2,f16c" pybind11_ver: v3.0.0 - benchmark: 1 - # setenvs: export optional_deps_append: "Qt5;Qt6" + + - desc: VFX2027 gcc14/C++20 py3.13 exr3.4 ocio2.5 + nametag: linux-vfx2027 + runner: ubuntu-latest + container: aswf/ci-oiio:2027 + cxx_std: 20 + python_ver: "3.13" + simd: "avx2,f16c" + pybind11_ver: v3.0.4 + benchmark: 1 + - desc: VFX2027 clang21/C++20 py3.13 exr3.4 ocio2.5 + nametag: linux-vfx2027-clang + runner: ubuntu-latest + container: aswf/ci-oiio:2027 + cc_compiler: clang + cxx_compiler: clang++ + cxx_std: 20 + python_ver: "3.13" + simd: "avx2,f16c" + pybind11_ver: v3.0.4 + - desc: Sanitizers nametag: sanitizer runner: ubuntu-latest