Skip to content

Commit 6a6c3d3

Browse files
committed
2025 cont
Signed-off-by: Larry Gritz <lg@larrygritz.com>
1 parent 48a48e9 commit 6a6c3d3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ jobs:
281281
batched: b8_AVX2
282282
# setenvs: export CONAN_PACKAGES="ptex/2.4.2@aswf/vfx2024"
283283
- desc: VP2025 gcc11/C++17 llvm19 py3.11 oiio-rel avx2
284-
nametag: linux-vfx2024
284+
nametag: linux-vfx2025
285285
runner: ubuntu-latest
286286
container: aswf/ci-osl:2025
287287
cxx_std: 17
@@ -290,6 +290,10 @@ jobs:
290290
pybind11_ver: v2.11.1
291291
simd: avx2,f16c
292292
batched: b8_AVX2
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*
293297

294298
# Address and leak sanitizers
295299
- desc: sanitizers

0 commit comments

Comments
 (0)