Skip to content

Commit 3845bdf

Browse files
committed
Exclude
Signed-off-by: Larry Gritz <lg@larrygritz.com>
1 parent a6810f2 commit 3845bdf

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -290,10 +290,13 @@ 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*
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+
setenvs: CTEST_EXCLUSIONS="broken|python-oslquery"
298+
# Exclude python-oslquery until there's an aswf/ci-osl:2025
299+
# that has oiio python in it.
297300

298301
# Address and leak sanitizers
299302
- desc: sanitizers

0 commit comments

Comments
 (0)