Skip to content

Commit 10ec529

Browse files
committed
ci: Mods to CI to deal with OIIO master raising dependency mins (#1833)
Signed-off-by: Larry Gritz <[email protected]>
1 parent 853f87b commit 10ec529

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

src/build-scripts/ci-startup.bash

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ export DYLD_LIBRARY_PATH=${LOCAL_DEPS_DIR}/dist/lib:$DYLD_LIBRARY_PATH
4747

4848
export 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
5154
if [[ `uname -s` == "Linux" ]] ; then
5255
echo "procs: " `nproc`

0 commit comments

Comments
 (0)