File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed
Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 4444 buildType : RELEASE
4545 containerImage : ghcr.io/gafferhq/build/build:3.0.0
4646 options : .github/workflows/main/options.posix
47- dependenciesURL : https://github.com/GafferHQ/dependencies/releases/download/8 .0.1 /gafferDependencies-8 .0.1 -linux-gcc11.tar.gz
47+ dependenciesURL : https://github.com/GafferHQ/dependencies/releases/download/9 .0.0 /gafferDependencies-9 .0.0 -linux-gcc11.tar.gz
4848 tests : testCore testCorePython testScene testImage testAlembic testUSD testVDB
4949 publish : true
5050 jobs : 4
@@ -54,25 +54,25 @@ jobs:
5454 buildType : DEBUG
5555 containerImage : ghcr.io/gafferhq/build/build:3.0.0
5656 options : .github/workflows/main/options.posix
57- dependenciesURL : https://github.com/GafferHQ/dependencies/releases/download/8 .0.1 /gafferDependencies-8 .0.1 -linux-gcc11.tar.gz
57+ dependenciesURL : https://github.com/GafferHQ/dependencies/releases/download/9 .0.0 /gafferDependencies-9 .0.0 -linux-gcc11.tar.gz
5858 tests : testCore testCorePython testScene testImage testAlembic testUSD testVDB
5959 publish : false
6060 jobs : 4
6161
6262 - name : windows
63- os : windows-2019
63+ os : windows-2022
6464 buildType : RELEASE
6565 options : .github/workflows/main/options.windows
66- dependenciesURL : https://github.com/GafferHQ/dependencies/releases/download/8 .0.1 /gafferDependencies-8 .0.1 -windows.zip
66+ dependenciesURL : https://github.com/GafferHQ/dependencies/releases/download/9 .0.0 /gafferDependencies-9 .0.0 -windows.zip
6767 tests : testCore testCorePython testScene testImage testAlembic testUSD testVDB
6868 publish : true
6969 jobs : 4
7070
7171 - name : windows-debug
72- os : windows-2019
72+ os : windows-2022
7373 buildType : RELWITHDEBINFO
7474 options : .github/workflows/main/options.windows
75- dependenciesURL : https://github.com/GafferHQ/dependencies/releases/download/8 .0.1 /gafferDependencies-8 .0.1 -windows.zip
75+ dependenciesURL : https://github.com/GafferHQ/dependencies/releases/download/9 .0.0 /gafferDependencies-9 .0.0 -windows.zip
7676 tests : testCore testCorePython testScene testImage testAlembic testUSD testVDB
7777 publish : false
7878 jobs : 4
Original file line number Diff line number Diff line change 3030- CI :
3131 - IECoreHoudini tests updated to pass on newer environments.
3232 - IECoreGL tests updated with relaxed precisions for image comparisons.
33+ - Updated to GafferHQ/dependencies 9.0.0.
34+ - Updated Windows build to use MSVC 2022.
3335
343610.5.10.0 (relative to 10.5.9.5)
3537=========
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