We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48a48e9 commit 6a6c3d3Copy full SHA for 6a6c3d3
.github/workflows/ci.yml
@@ -281,7 +281,7 @@ jobs:
281
batched: b8_AVX2
282
# setenvs: export CONAN_PACKAGES="ptex/2.4.2@aswf/vfx2024"
283
- desc: VP2025 gcc11/C++17 llvm19 py3.11 oiio-rel avx2
284
- nametag: linux-vfx2024
+ nametag: linux-vfx2025
285
runner: ubuntu-latest
286
container: aswf/ci-osl:2025
287
cxx_std: 17
@@ -290,6 +290,10 @@ jobs:
290
pybind11_ver: v2.11.1
291
simd: avx2,f16c
292
293
+ depcmds: sudo rm -rf /usr/local/include/OpenImageIO
294
+ /usr/local/lib*/cmake/OpenImageIO
295
+ /usr/local/lib*/libOpenImageIO*
296
+ /usr/local/lib*/python*/site-packages/OpenImageIO*
297
298
# Address and leak sanitizers
299
- desc: sanitizers
0 commit comments