File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ jobs:
104104 cxx_std : 17
105105 openimageio_ver : master
106106 python_ver : 3.9
107- pybind11_ver : v2.6.2
107+ pybind11_ver : v2.7.0
108108 simd : avx2,f16c
109109 batched : b8_AVX2,b8_AVX512,b16_AVX512
110110 setenvs : USE_OPENVDB=0
@@ -180,7 +180,7 @@ jobs:
180180 openexr_ver : v2.4.3
181181 openimageio_ver : v2.4.13.0
182182 python_ver : 2.7
183- pybind11_ver : v2.6.2
183+ pybind11_ver : v2.7.0
184184 simd : 0
185185 setenvs : export PUGIXML_VERSION=v1.8
186186 CMAKE_VERSION=3.15.5
Original file line number Diff line number Diff line change @@ -47,6 +47,9 @@ export DYLD_LIBRARY_PATH=${LOCAL_DEPS_DIR}/dist/lib:$DYLD_LIBRARY_PATH
4747
4848export TESTSUITE_CLEANUP_ON_SUCCESS=${TESTSUITE_CLEANUP_ON_SUCCESS:= 1}
4949
50+ # For CI, default to building missing dependencies automatically
51+ export OpenImageIO_BUILD_MISSING_DEPS=${OpenImageIO_BUILD_MISSING_DEPS:= all}
52+
5053# Parallel builds
5154if [[ ` uname -s` == " Linux" ]] ; then
5255 echo " procs: " ` nproc`
You can’t perform that action at this time.
0 commit comments