-
Notifications
You must be signed in to change notification settings - Fork 460
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
Add VFX 2024 to CI #2053
Add VFX 2024 to CI #2053
Conversation
Signed-off-by: Rémi Achard <remiachard@gmail.com>
Signed-off-by: Rémi Achard <remiachard@gmail.com>
Signed-off-by: Rémi Achard <remiachard@gmail.com>
Signed-off-by: Rémi Achard <remiachard@gmail.com>
I've updated the build matrix spreadsheet to reflect these changes (scroll down): |
Per the discussion at the TSC meeting today, we will go ahead and merge this one. The failing CI checks are not relevant. |
145bce2
into
AcademySoftwareFoundation:main
@doug-walker I forgot to mention that the names of the Linux jobs got updated so we will need to update Github required check list probably. |
It should be working (?), I updated the job names after I merged this. Please let me know if it needs more adjustment. |
Thanks @doug-walker, my bad, I was looking at a PR where the CI workflow was not triggered since the merge so it was missing required checks where the names changed, as expected. |
* Add VFX 2024 ASWF iamges to CI Signed-off-by: Rémi Achard <remiachard@gmail.com> * Bump CMake to 3.14 minimum to fix warning in FetchContent Signed-off-by: Rémi Achard <remiachard@gmail.com> * Fix error message formating Signed-off-by: Rémi Achard <remiachard@gmail.com> * Reduce warnings Signed-off-by: Rémi Achard <remiachard@gmail.com> --------- Signed-off-by: Rémi Achard <remiachard@gmail.com> Co-authored-by: Doug Walker <doug.walker@autodesk.com> Signed-off-by: Chris Nash <chris.nash@disguise.one>
Adding VFX 2024 Docker images from @jfpanisset to the CI workflow.
Also proposing a small bump in CMake minimum version to fix a warning appearing when using
FetchContent_Populate
on latest CMake releases.