From cc36e2a5b254b7fa64cb8c01cc889a4aba00b745 Mon Sep 17 00:00:00 2001 From: Larry Gritz Date: Thu, 4 Apr 2024 22:03:14 -0700 Subject: [PATCH] ci: Update abi check after C++17 bump Signed-off-by: Larry Gritz --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2a06d15184..3407b57d35 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -178,7 +178,7 @@ jobs: pybind11_ver: v2.10.0 skip_tests: 1 # abi_check: v2.6.2.0 - abi_check: 0caf97bc5faeb239a7179a5e604ea5af86f304f0 + abi_check: e83cd7c44916105034f2d539a5e55a6c6f178a7f setenvs: export OIIO_CMAKE_FLAGS="-DOIIO_BUILD_TOOLS=0 -DOIIO_BUILD_TESTS=0 -DUSE_PYTHON=0" USE_OPENCV=0 USE_FFMPEG=0 USE_PYTHON=0 CMAKE_BUILD_TYPE=RelWithDebInfo