Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,34 +28,34 @@ jobs:
# and then use `include` to define their settings.

name: [
linux-gcc11,
macos-arm64,
windows,
linux-platform25,
macos-platform25,
windows-platform25,
]

include:

- name: linux-gcc11
- name: linux-platform25
os: ubuntu-24.04
publish: true
jobs: 4
containerImage: ghcr.io/gafferhq/build/build:4.0.0a1
containerImage: ghcr.io/gafferhq/build/build:4.0.0a2
projectsString: # Blank to build all projects.
- name: macos-arm64

- name: macos-platform25
os: macos-14
publish: true
jobs: 3
containerImage:
projectsString: # Blank to build all projects.
- name: windows

- name: windows-platform25
os: windows-2022
publish: false
jobs: 4
containerImage:
# Something simple to start. When ready, the projects below should be included in the first job.
projectsString: --projects GafferResources
projectsString: --projects GafferResources
# projectsString: --projects LibFFI TBB Python ZLib Boost Imath OpenEXR HDF5 Alembic BitstreamVera Blosc CMark PyBind11 LibJPEG-Turbo LibTIFF LibPNG OpenJPEG Expat YAML-CPP PyString Minizip OpenColorIO LibRaw PugiXML Fmt LibWebP FreeType OpenImageIO LLVM OpenShadingLanguage GLEW OpenVDB OpenSubdiv PyOpenGL Qt PySide

uses: ./.github/workflows/buildDependencyBatch.yml
Expand All @@ -73,11 +73,11 @@ jobs:
matrix:

name: [
windows,
windows-platform25,
]

include:
- name: windows
- name: windows-platform25
os: windows-2022
publish: false
containerImage:
Expand Down
9 changes: 8 additions & 1 deletion Changes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
11.x.x (relative to 11.0.0a2)
11.x.x (relative to 11.0.0a3)
------



11.0.0a3 (relative to 11.0.0a2)
--------

- CI : Build artifacts and releases now include a "-platform##" suffix denoting their target VFX Reference Platform year. This replaces the "gcc" version suffix on Linux builds and the "arm64" suffix on macOS. macOS releases remain arm64 only.
- Cortex : Updated to version 10.7.0.0a6.
- Cycles : Updated to version 5.0.0.
- Embree : Updated to version 4.4.0.
- OpenSubdiv : Updated to version 3.6.1.
Expand Down
2 changes: 1 addition & 1 deletion Cortex/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

"downloads" : [

"https://github.com/ImageEngine/cortex/archive/refs/tags/10.7.0.0a3.tar.gz"
"https://github.com/ImageEngine/cortex/archive/refs/tags/10.7.0.0a6.tar.gz"

],

Expand Down
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import tarfile
import zipfile

__version = "11.0.0a2"
__version = "11.0.0a3"

"""
Config file format
Expand Down