-
Notifications
You must be signed in to change notification settings - Fork 648
ci: Add a VFX Platform 2026 CI job #4856
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
And a bunch of other minor updates: * Change from 'testing' to regular containers * Add forgotten 'export' * Update default self-build pybind11 to 3.0.0 Signed-off-by: Larry Gritz <[email protected]>
jfpanisset
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good to use the aswf/ rather than aswftesting/ images, it takes so long to build and release these images that I don't really want to chew up CPU minutes / hours / days releasing both, so in the future I may only be releasing the aswf/ images.
Two small details:
- there are ci-oiio images for 2024 and 2025, including ones that are hot off the presses, so you could use these instead of the ci-osl images
- you are specifying pybind11 3.0.0 for your 2026 builds, but what's included in the ci-oiio 2026 (and most recent 2024/2025) images is 2.13.6, so I don't know if that means that OIIO will prefer downloading it's own 3.0.0 rather than using the pre-installed 2.13.6. For the next / "feature complete" set of 2026 images (when OpenVDB/OCIO/OpenEXR release their VFX 2026 versions) I will likely update to pybind11 3.0.0
Signed-off-by: Larry Gritz <[email protected]>
jfpanisset
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
And a bunch of other minor updates: * Change from 'testing' to regular containers * Add forgotten 'export' * Update default self-build pybind11 to 3.0.0 --------- Signed-off-by: Larry Gritz <[email protected]>
And a bunch of other minor updates: * Change from 'testing' to regular containers * Add forgotten 'export' * Update default self-build pybind11 to 3.0.0 --------- Signed-off-by: Larry Gritz <[email protected]>
And a bunch of other minor updates: * Change from 'testing' to regular containers * Add forgotten 'export' * Update default self-build pybind11 to 3.0.0 --------- Signed-off-by: Larry Gritz <[email protected]>
And a bunch of other minor updates: * Change from 'testing' to regular containers * Add forgotten 'export' * Update default self-build pybind11 to 3.0.0 --------- Signed-off-by: Larry Gritz <[email protected]>
And a bunch of other minor updates: * Change from 'testing' to regular containers * Add forgotten 'export' * Update default self-build pybind11 to 3.0.0 --------- Signed-off-by: Larry Gritz <[email protected]> Signed-off-by: Zach Lewis <[email protected]>
And a bunch of other minor updates: