Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 21 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading