Skip to content

Commit 75e9b92

Browse files
CI : Update to GafferHQ/dependencies 10.0.0
1 parent b828bee commit 75e9b92

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
buildType: RELEASE
4444
containerImage: ghcr.io/gafferhq/build/build:3.0.0
4545
options: .github/workflows/main/options.posix
46-
dependenciesURL: https://github.com/GafferHQ/dependencies/releases/download/9.1.0/gafferDependencies-9.1.0-linux-gcc11.tar.gz
46+
dependenciesURL: https://github.com/GafferHQ/dependencies/releases/download/10.0.0/gafferDependencies-10.0.0-linux-gcc11.tar.gz
4747
tests: testCore testCorePython testScene testImage testAlembic testUSD testVDB
4848
publish: true
4949
jobs: 4
@@ -53,7 +53,7 @@ jobs:
5353
buildType: DEBUG
5454
containerImage: ghcr.io/gafferhq/build/build:3.0.0
5555
options: .github/workflows/main/options.posix
56-
dependenciesURL: https://github.com/GafferHQ/dependencies/releases/download/9.1.0/gafferDependencies-9.1.0-linux-gcc11.tar.gz
56+
dependenciesURL: https://github.com/GafferHQ/dependencies/releases/download/10.0.0/gafferDependencies-10.0.0-linux-gcc11.tar.gz
5757
tests: testCore testCorePython testScene testImage testAlembic testUSD testVDB
5858
publish: false
5959
jobs: 4
@@ -62,7 +62,7 @@ jobs:
6262
os: windows-2022
6363
buildType: RELEASE
6464
options: .github/workflows/main/options.windows
65-
dependenciesURL: https://github.com/GafferHQ/dependencies/releases/download/9.1.0/gafferDependencies-9.1.0-windows.zip
65+
dependenciesURL: https://github.com/GafferHQ/dependencies/releases/download/10.0.0/gafferDependencies-10.0.0-windows.zip
6666
tests: testCore testCorePython testScene testImage testAlembic testUSD testVDB
6767
publish: true
6868
jobs: 4
@@ -71,7 +71,7 @@ jobs:
7171
os: windows-2022
7272
buildType: RELWITHDEBINFO
7373
options: .github/workflows/main/options.windows
74-
dependenciesURL: https://github.com/GafferHQ/dependencies/releases/download/9.1.0/gafferDependencies-9.1.0-windows.zip
74+
dependenciesURL: https://github.com/GafferHQ/dependencies/releases/download/10.0.0/gafferDependencies-10.0.0-windows.zip
7575
tests: testCore testCorePython testScene testImage testAlembic testUSD testVDB
7676
publish: false
7777
jobs: 4

.github/workflows/main/options.posix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ LIBPATH = libs
1919

2020
PYTHON = deps + "/bin/python"
2121

22-
pythonABIVersion = "3.10"
22+
pythonABIVersion = "3.11"
2323

2424
PYTHON_LINK_FLAGS = "-lpython" + pythonABIVersion
2525

Changes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
10.6.x.x (relative to 10.6.0.0)
22
========
33

4+
Build
5+
-----
46

7+
- CI : Updated to GafferHQ/dependencies 10.0.0.
58

69
10.6.0.0 (relative to 10.5.15.2)
710
========

0 commit comments

Comments
 (0)