From 30715f254f5110a564ab0ab331a1bd23c656a499 Mon Sep 17 00:00:00 2001 From: Murray Stevenson <50844517+murraystevenson@users.noreply.github.com> Date: Wed, 27 May 2026 17:58:25 -0700 Subject: [PATCH] CI : Update to GafferHQ/dependencies 11.0.0a8 --- .github/workflows/main.yml | 10 +++++----- .github/workflows/main/options.posix | 1 + .github/workflows/main/options.windows | 1 + Changes | 3 +++ 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 578709232b..42f50117e3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -55,7 +55,7 @@ jobs: buildType: RELEASE containerImage: ghcr.io/gafferhq/build/build:4.0.0a1 options: .github/workflows/main/options.posix - dependenciesURL: https://github.com/GafferHQ/dependencies/releases/download/11.0.0a4/gafferDependencies-11.0.0a4-linux-platform25.tar.gz + dependenciesURL: https://github.com/GafferHQ/dependencies/releases/download/11.0.0a8/gafferDependencies-11.0.0a8-linux-platform25.tar.gz tests: testCore testCorePython testScene testImage testAlembic testUSD testVDB publish: true jobs: 4 @@ -65,7 +65,7 @@ jobs: buildType: DEBUG containerImage: ghcr.io/gafferhq/build/build:4.0.0a1 options: .github/workflows/main/options.posix - dependenciesURL: https://github.com/GafferHQ/dependencies/releases/download/11.0.0a4/gafferDependencies-11.0.0a4-linux-platform25.tar.gz + dependenciesURL: https://github.com/GafferHQ/dependencies/releases/download/11.0.0a8/gafferDependencies-11.0.0a8-linux-platform25.tar.gz tests: testCore testCorePython testScene testImage testAlembic testUSD testVDB publish: false jobs: 4 @@ -74,7 +74,7 @@ jobs: os: windows-2022 buildType: RELEASE options: .github/workflows/main/options.windows - dependenciesURL: https://github.com/GafferHQ/dependencies/releases/download/11.0.0a4/gafferDependencies-11.0.0a4-windows-platform25.zip + dependenciesURL: https://github.com/GafferHQ/dependencies/releases/download/11.0.0a8/gafferDependencies-11.0.0a8-windows-platform25.zip tests: testCore testCorePython testScene testImage testAlembic testUSD testVDB publish: true jobs: 4 @@ -83,7 +83,7 @@ jobs: os: windows-2022 buildType: RELWITHDEBINFO options: .github/workflows/main/options.windows - dependenciesURL: https://github.com/GafferHQ/dependencies/releases/download/11.0.0a4/gafferDependencies-11.0.0a4-windows-platform25.zip + dependenciesURL: https://github.com/GafferHQ/dependencies/releases/download/11.0.0a8/gafferDependencies-11.0.0a8-windows-platform25.zip tests: testCore testCorePython testScene testImage testAlembic testUSD testVDB publish: false jobs: 4 @@ -92,7 +92,7 @@ jobs: os: macos-14 buildType: RELEASE options: .github/workflows/main/options.posix - dependenciesURL: https://github.com/GafferHQ/dependencies/releases/download/11.0.0a4/gafferDependencies-11.0.0a4-macos-platform25.tar.gz + dependenciesURL: https://github.com/GafferHQ/dependencies/releases/download/11.0.0a8/gafferDependencies-11.0.0a8-macos-platform25.tar.gz tests: testCore testCorePython testScene testImage testAlembic testUSD testVDB publish: true jobs: 3 diff --git a/.github/workflows/main/options.posix b/.github/workflows/main/options.posix index 826a6ca678..385a50fa6a 100644 --- a/.github/workflows/main/options.posix +++ b/.github/workflows/main/options.posix @@ -47,6 +47,7 @@ FREETYPE_INCLUDE_PATH = includes + "/freetype2" VDB_INCLUDE_PATH = includes ALEMBIC_INCLUDE_PATH = includes HDF5_INCLUDE_PATH = includes +NANOBIND_INCLUDE_PATH = includes WITH_GL = "1" GLEW_INCLUDE_PATH = includes + "/GL" diff --git a/.github/workflows/main/options.windows b/.github/workflows/main/options.windows index a7483e05da..b34030e2ce 100644 --- a/.github/workflows/main/options.windows +++ b/.github/workflows/main/options.windows @@ -36,6 +36,7 @@ FREETYPE_INCLUDE_PATH = includes + "\\freetype2" VDB_INCLUDE_PATH = includes ALEMBIC_INCLUDE_PATH = includes HDF5_INCLUDE_PATH = includes +NANOBIND_INCLUDE_PATH = includes WITH_GL = "1" GLEW_INCLUDE_PATH = includes diff --git a/Changes b/Changes index 854bcd7ea6..14581c81ef 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,10 @@ 10.7.x.x (relative to 10.7.0.0a10) ======== +Build +----- +- CI : Updated to GafferHQ/dependencies 11.0.0a8. 10.7.0.0a10 (relative to 10.7.0.0a9) ===========