-
Notifications
You must be signed in to change notification settings - Fork 677
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
Use Larger GHA instances from ASWF for Linux/Windows #1469
Conversation
c13b181
to
a106ceb
Compare
b0cbc46
to
91283d5
Compare
614170b
to
b29a74e
Compare
get_target_property(ILMBASE_LIB_TYPE Imath::Imath TYPE) | ||
else() | ||
get_target_property(ILMBASE_LIB_TYPE IlmBase::Half TYPE) | ||
endif() |
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.
@Idclip - any thoughts on this particular change? This is the only bit that doesn't touch the switch to 8 core builds.
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, why did this randomly start failing?
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.
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.
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.
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:
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.
Thanks for confirming!
Signed-off-by: Dan Bailey <[email protected]>
Signed-off-by: Dan Bailey <[email protected]>
Signed-off-by: Dan Bailey <[email protected]>
Signed-off-by: Dan Bailey <[email protected]>
b29a74e
to
667c6d7
Compare
No description provided.