Skip to content

Commit 762f9f7

Browse files
committed
SCons : Windows build on VS 2022
1 parent cdf6a7a commit 762f9f7

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-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/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

Changes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ Build
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

2931
10.5.10.0 (relative to 10.5.9.5)
3032
=========

SConstruct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -985,7 +985,7 @@ o.Add(
985985
###########################################################################################
986986

987987
env = Environment(
988-
MSVC_VERSION = "14.2",
988+
MSVC_VERSION = "14.3",
989989
options = o
990990
)
991991

0 commit comments

Comments
 (0)