Skip to content
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

Use Larger GHA instances from ASWF for Linux/Windows #1469

Merged

Conversation

danrbailey
Copy link
Contributor

No description provided.

@danrbailey
Copy link
Contributor Author

@Idclip - I believe this is ready to be merged now. Apart from the CI runner changes, bumping the number of threads used in GHA and the TBB/Blosc changes from #1481, the only other change was to fix this VDB render CMake issue for static libs on Windows:

https://github.com/AcademySoftwareFoundation/openvdb/pull/1469/files#diff-c7f73fa00a0035a901886287a05980046c7c9c84f8a244bffb7a8895d4b9ce76L74

get_target_property(ILMBASE_LIB_TYPE Imath::Imath TYPE)
else()
get_target_property(ILMBASE_LIB_TYPE IlmBase::Half TYPE)
endif()
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Idclip - any thoughts on this particular change? This is the only bit that doesn't touch the switch to 8 core builds.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, why did this randomly start failing?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know precisely, but I think it's most likely the version of imath/half being provided from vcpkg. It's only failing in the Windows builds.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The change is consistent with what's needed for upgrading to OpenEXR 3.X when they did the Imath separation. And indeed it looks like vcpkg just updated to OpenEXR 3.1 a mere 12 days ago:

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for confirming!

@danrbailey danrbailey merged commit 365f18e into AcademySoftwareFoundation:master Oct 7, 2022
@danrbailey danrbailey deleted the gha_update_ci branch October 7, 2022 18:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants