File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 43
43
buildType : RELEASE
44
44
containerImage : ghcr.io/gafferhq/build/build:3.0.0
45
45
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
47
47
tests : testCore testCorePython testScene testImage testAlembic testUSD testVDB
48
48
publish : true
49
49
jobs : 4
53
53
buildType : DEBUG
54
54
containerImage : ghcr.io/gafferhq/build/build:3.0.0
55
55
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
57
57
tests : testCore testCorePython testScene testImage testAlembic testUSD testVDB
58
58
publish : false
59
59
jobs : 4
62
62
os : windows-2022
63
63
buildType : RELEASE
64
64
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
66
66
tests : testCore testCorePython testScene testImage testAlembic testUSD testVDB
67
67
publish : true
68
68
jobs : 4
71
71
os : windows-2022
72
72
buildType : RELWITHDEBINFO
73
73
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
75
75
tests : testCore testCorePython testScene testImage testAlembic testUSD testVDB
76
76
publish : false
77
77
jobs : 4
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ LIBPATH = libs
19
19
20
20
PYTHON = deps + "/bin/python"
21
21
22
- pythonABIVersion = "3.10 "
22
+ pythonABIVersion = "3.11 "
23
23
24
24
PYTHON_LINK_FLAGS = "-lpython" + pythonABIVersion
25
25
Original file line number Diff line number Diff line change 1
1
10.6.x.x (relative to 10.6.0.0)
2
2
========
3
3
4
+ Build
5
+ -----
4
6
7
+ - CI : Updated to GafferHQ/dependencies 10.0.0.
5
8
6
9
10.6.0.0 (relative to 10.5.15.2)
7
10
========
You can’t perform that action at this time.
0 commit comments