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

ci: Streamline the old MacOS-12 CI test #4465

Merged
merged 1 commit into from
Sep 30, 2024

Conversation

lgritz
Copy link
Collaborator

@lgritz lgritz commented Sep 30, 2024

It's an old flavor not well supported by homebrew any longer, so what's happening is that most of the dependency packages we ask to install have to build from source, which means it takes a long long time.

By disabling OpenCV and Qt homebrew installation for it, we can make it fast again. Neither the minimal OpenCV interop, nor osltoy (the only thing that needs Qt) are exercised by the automated testsuite anyway, so I don't think there's any loss of testing functionality in practice.

It's an old flavor not well supported by homebrew any longer, so
what's happening is that most of the dependency packages we ask to
install have to build from source, which means it takes a long long
time.

By disabling OpenCV and Qt homebrew installation for it, we can make
it fast again. Neither the minimal OpenCV interop, nor osltoy (the
only thing that needs Qt) are exercised by the automated testsuite
anyway, so I don't think there's any loss of testing functionality
in practice.

Signed-off-by: Larry Gritz <[email protected]>
Copy link
Collaborator

@ThiagoIze ThiagoIze left a comment

Choose a reason for hiding this comment

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

If we want to keep testing on macos12, this PR looks like a good solution to me.

@lgritz lgritz merged commit 2609729 into AcademySoftwareFoundation:main Sep 30, 2024
26 of 27 checks passed
@lgritz lgritz deleted the lg-macci2 branch October 1, 2024 01:31
zachlewis pushed a commit to zachlewis/OpenImageIO that referenced this pull request Oct 1, 2024
It's an old flavor not well supported by homebrew any longer, so what's
happening is that some of the dependency packages we ask to install have
to build from source, which means it takes a long long time.

By disabling OpenCV and Qt homebrew installation for it, we can make it
fast again. Neither the minimal OpenCV interop, nor osltoy (the only
thing that needs Qt) are exercised by the automated testsuite anyway, so
I don't think there's any loss of testing functionality in practice.

Signed-off-by: Larry Gritz <[email protected]>
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.

2 participants