File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed
Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 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
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
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
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
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ LIBPATH = libs
1919
2020PYTHON = deps + "/bin/python"
2121
22- pythonABIVersion = "3.10 "
22+ pythonABIVersion = "3.11 "
2323
2424PYTHON_LINK_FLAGS = "-lpython" + pythonABIVersion
2525
Original file line number Diff line number Diff line change 66
77- USDScene : Worked around numerical imprecision when converting between time and UsdTimeCode.
88
9+ Build
10+ -----
11+
12+ - CI : Updated to GafferHQ/dependencies 10.0.0.
13+
91410.6.0.0 (relative to 10.5.15.2)
1015========
1116
You can’t perform that action at this time.
0 commit comments