Skip to content

Commit 95c95b5

Browse files
committed
ocio
Signed-off-by: Larry Gritz <lg@larrygritz.com>
1 parent d451cbc commit 95c95b5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -589,6 +589,7 @@ jobs:
589589
vsver: 2019
590590
generator: "Visual Studio 16 2019"
591591
python_ver: "3.9"
592+
opencolorio_ver: v2.2.1
592593
openexr_ver: v3.3.2
593594
openimageio_ver: release
594595
setenvs: export OSL_CMAKE_FLAGS="--debug-find-pkg=ZLIB "
@@ -598,6 +599,7 @@ jobs:
598599
vsver: 2022
599600
generator: "Visual Studio 17 2022"
600601
python_ver: "3.9"
602+
opencolorio_ver: v2.2.1
601603
openexr_ver: v3.3.2
602604
openimageio_ver: release
603605
setenvs: export OSL_CMAKE_FLAGS="--debug-find-pkg=ZLIB "

src/build-scripts/ci-startup.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export TESTSUITE_CLEANUP_ON_SUCCESS=${TESTSUITE_CLEANUP_ON_SUCCESS:=1}
5252

5353
# For CI, default to building missing dependencies automatically
5454
# export OpenImageIO_BUILD_MISSING_DEPS=${OpenImageIO_BUILD_MISSING_DEPS:=all}
55-
export OpenImageIO_BUILD_MISSING_DEPS=${OpenImageIO_BUILD_MISSING_DEPS:="Freetype;OpenColorIO"}
55+
export OpenImageIO_BUILD_MISSING_DEPS=${OpenImageIO_BUILD_MISSING_DEPS:="Freetype"}
5656
export OSL_BUILD_MISSING_DEPS=${OSL_BUILD_MISSING_DEPS:=all}
5757

5858
# Sonar

0 commit comments

Comments
 (0)