File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
Expand file tree Collapse file tree 3 files changed +7
-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/8 .0.1 /gafferDependencies-8 .0.1 -linux-gcc11.tar.gz
46+ dependenciesURL : https://github.com/GafferHQ/dependencies/releases/download/9 .0.0 /gafferDependencies-9 .0.0 -linux-gcc11.tar.gz
4747 tests : testCore testCorePython testScene testImage testAlembic testUSD testVDB
4848 publish : true
4949
@@ -52,23 +52,23 @@ jobs:
5252 buildType : DEBUG
5353 containerImage : ghcr.io/gafferhq/build/build:3.0.0
5454 options : .github/workflows/main/options.posix
55- dependenciesURL : https://github.com/GafferHQ/dependencies/releases/download/8 .0.1 /gafferDependencies-8 .0.1 -linux-gcc11.tar.gz
55+ dependenciesURL : https://github.com/GafferHQ/dependencies/releases/download/9 .0.0 /gafferDependencies-9 .0.0 -linux-gcc11.tar.gz
5656 tests : testCore testCorePython testScene testImage testAlembic testUSD testVDB
5757 publish : false
5858
5959 - name : windows
6060 os : windows-2019
6161 buildType : RELEASE
6262 options : .github/workflows/main/options.windows
63- dependenciesURL : https://github.com/GafferHQ/dependencies/releases/download/8 .0.1 /gafferDependencies-8 .0.1 -windows.zip
63+ dependenciesURL : https://github.com/GafferHQ/dependencies/releases/download/9 .0.0 /gafferDependencies-9 .0.0 -windows.zip
6464 tests : testCore testCorePython testScene testImage testAlembic testUSD testVDB
6565 publish : true
6666
6767 - name : windows-debug
6868 os : windows-2019
6969 buildType : RELWITHDEBINFO
7070 options : .github/workflows/main/options.windows
71- dependenciesURL : https://github.com/GafferHQ/dependencies/releases/download/8 .0.1 /gafferDependencies-8 .0.1 -windows.zip
71+ dependenciesURL : https://github.com/GafferHQ/dependencies/releases/download/9 .0.0 /gafferDependencies-9 .0.0 -windows.zip
7272 tests : testCore testCorePython testScene testImage testAlembic testUSD testVDB
7373 publish : false
7474
Original file line number Diff line number Diff line change 2525- CI :
2626 - IECoreHoudini tests updated to pass on newer environments.
2727 - IECoreGL tests updated with relaxed precisions for image comparisons.
28+ - Updated to GafferHQ/dependencies 9.0.0.
29+ - Updated Windows build to use MSVC 2022.
2830
293110.5.10.0 (relative to 10.5.9.5)
3032=========
Original file line number Diff line number Diff line change @@ -985,7 +985,7 @@ o.Add(
985985###########################################################################################
986986
987987env = Environment (
988- MSVC_VERSION = "14.2 " ,
988+ MSVC_VERSION = "14.3 " ,
989989 options = o
990990)
991991
You can’t perform that action at this time.
0 commit comments