Skip to content

Commit

Permalink
Re-enable OCIO build
Browse files Browse the repository at this point in the history
Signed-off-by: Larry Gritz <lg@larrygritz.com>
  • Loading branch information
lgritz committed Jan 25, 2025
1 parent d873702 commit 01d4aa9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -610,22 +610,24 @@ jobs:
nametag: windows-2022
generator: "Visual Studio 17 2022"
python_ver: "3.9"
# opencolorio_ver: v2.2.1
opencolorio_ver: v2.2.1
openexr_ver: v3.3.2
openimageio_ver: release
skip_tests: 1
setenvs: export LLVM_VERSION=18.1.8
OSL_CMAKE_FLAGS="-DUSE_LLVM_BTCODE=ON"
PUGIXML_VERSION=v1.14
OpenImageIO_BUILD_MISSING_DEPS="Freetype;TIFF;libdeflate;libjpeg-turbo"
- desc: Windows-2025 VS2022
runner: windows-2025
nametag: windows-2025
generator: "Visual Studio 17 2022"
python_ver: "3.9"
# opencolorio_ver: v2.2.1
opencolorio_ver: v2.3.2
openexr_ver: v3.3.2
openimageio_ver: release
skip_tests: 1
setenvs: export LLVM_VERSION=18.1.8
OSL_CMAKE_FLAGS="-DUSE_LLVM_BTCODE=ON"
PUGIXML_VERSION=v1.14
OpenImageIO_BUILD_MISSING_DEPS="Freetype;TIFF;libdeflate;libjpeg-turbo"

0 comments on commit 01d4aa9

Please sign in to comment.