Skip to content

Commit 7534aae

Browse files
committed
ci: fix using fmt master with OIIO main build (#2095)
A recent change in OIIO main is to check that any auto-built dependencies have a SHA-1 hash that matches what we think it should be for that version. That works fine for a fixed version, but if we are asking for OIIO to build from dependency master/main, as we do from its "bleeding edge" CI variant, we need to tell it that it's ok to not match the expected hash by setting OpenImageIO_DEPENDENCY_BUILD_ALLOW_UNVERIFIED_TAGS=ON. So we need to do this in the OSL bleeding edge variant, too. Signed-off-by: Larry Gritz <lg@larrygritz.com>
1 parent f229025 commit 7534aae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -474,6 +474,7 @@ jobs:
474474
PTEX_VERSION=v2.4.3
475475
PUGIXML_VERSION=v1.15
476476
FREETYPE_VERSION=VER-2-14-3
477+
OpenImageIO_DEPENDENCY_BUILD_ALLOW_UNVERIFIED_TAGS=ON
477478
- desc: clang14/C++17 llvm14 py3.10 avx2 batch-b16avx512
478479
nametag: linux-clang14
479480
runner: ubuntu-22.04

0 commit comments

Comments
 (0)