From 107f7d4934385c98cb590b1a8369336083927331 Mon Sep 17 00:00:00 2001 From: Murray Stevenson <50844517+murraystevenson@users.noreply.github.com> Date: Tue, 3 Sep 2024 21:31:25 -0700 Subject: [PATCH] CI : Update to GafferHQ/dependencies 9.0.0a2 With Windows dependenciesURL override to `cortex-10.5.9.2` in place of a `gafferDependencies-9.0.0a2-windows` release. --- .github/workflows/main.yml | 2 +- .github/workflows/main/installDependencies.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 60c09bc5b6..6480d59809 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -69,7 +69,7 @@ jobs: testArguments: -excludedCategories performance GafferTest GafferVDBTest GafferUSDTest GafferSceneTest GafferDispatchTest GafferOSLTest GafferImageTest GafferUITest GafferImageUITest GafferSceneUITest GafferDispatchUITest GafferOSLUITest GafferUSDUITest GafferVDBUITest GafferDelightUITest GafferTractorTest GafferTractorUITest sconsCacheMegabytes: 800 jobs: 4 - dependenciesURL: https://github.com/ImageEngine/cortex/releases/download/10.5.9.1/cortex-10.5.9.1-windows.zip + dependenciesURL: https://github.com/ImageEngine/cortex/releases/download/10.5.9.2/cortex-10.5.9.2-windows.zip runs-on: ${{ matrix.os }} diff --git a/.github/workflows/main/installDependencies.py b/.github/workflows/main/installDependencies.py index 0864669e97..6b593a36a9 100755 --- a/.github/workflows/main/installDependencies.py +++ b/.github/workflows/main/installDependencies.py @@ -49,7 +49,7 @@ # Determine default archive URL. -defaultURL = "https://github.com/GafferHQ/dependencies/releases/download/9.0.0a1/gafferDependencies-9.0.0a1-{platform}{buildEnvironment}.{extension}" +defaultURL = "https://github.com/GafferHQ/dependencies/releases/download/9.0.0a2/gafferDependencies-9.0.0a2-{platform}{buildEnvironment}.{extension}" # Parse command line arguments.