Skip to content

Commit 83fca53

Browse files
committed
Windows build : Update to dependencies 6.2.0
These dependencies include : - Binaries needed for building and running GafferCycles - Helpful graphical USD tools that have been asked for that were not included in past Windows releases. - `exrheader` which is needed for `GafferImageTest`
1 parent 996cbc1 commit 83fca53

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,15 +70,15 @@ jobs:
7070
os: windows-2019
7171
buildType: RELEASE
7272
options: .github/workflows/main/options.windows
73-
dependenciesURL: https://github.com/hypothetical-inc/gafferDependencies/releases/download/6.1.0/gafferDependencies-6.1.0-Python3-windows.zip
73+
dependenciesURL: https://github.com/hypothetical-inc/gafferDependencies/releases/download/6.2.0/gafferDependencies-6.2.0-Python3-windows.zip
7474
tests: testCore testCorePython testScene testImage testAlembic testUSD testVDB
7575
publish: true
7676

7777
- name: windows-python3-debug
7878
os: windows-2019
7979
buildType: RELWITHDEBINFO
8080
options: .github/workflows/main/options.windows
81-
dependenciesURL: https://github.com/hypothetical-inc/gafferDependencies/releases/download/6.1.0/gafferDependencies-6.1.0-Python3-windows.zip
81+
dependenciesURL: https://github.com/hypothetical-inc/gafferDependencies/releases/download/6.2.0/gafferDependencies-6.2.0-Python3-windows.zip
8282
tests: testCore testCorePython testScene testImage testAlembic testUSD testVDB
8383
publish: false
8484

Changes

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
10.4.x.x (relative to 10.4.2.1)
2+
========
3+
4+
Build
5+
-----
6+
7+
- Updated Windows dependencies to 6.2.0.
8+
19
10.4.2.1 (relative to 10.4.2.0)
210
========
311

0 commit comments

Comments
 (0)