Skip to content

Commit 9bc4636

Browse files
CI : Add linux-platform24
This tests building against the Cortex 10.6-era VFX Platform 2024 dependencies, as some studios may intend on building Cortex 10.7 with these. We publish artifacts as these builds will also be used on Gaffer CI to test building Gaffer 1.7 against Cortex 10.7 with VFX Platform 2024 dependencies.
1 parent a09fc5c commit 9bc4636

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
# and then use `include` to define their settings.
3131

3232
name: [
33+
linux-platform24,
3334
linux-platform25,
3435
linux-debug-platform25,
3536
windows-platform25,
@@ -39,6 +40,16 @@ jobs:
3940

4041
include:
4142

43+
- name: linux-platform24
44+
os: ubuntu-24.04
45+
buildType: RELEASE
46+
containerImage: ghcr.io/gafferhq/build/build:3.4.0
47+
options: .github/workflows/main/options.posix
48+
dependenciesURL: https://github.com/GafferHQ/dependencies/releases/download/10.0.0/gafferDependencies-10.0.0-linux-gcc11.tar.gz
49+
tests: testCore testCorePython testScene testImage testAlembic testUSD testVDB
50+
publish: true
51+
jobs: 4
52+
4253
- name: linux-platform25
4354
os: ubuntu-24.04
4455
buildType: RELEASE

0 commit comments

Comments
 (0)