-
Notifications
You must be signed in to change notification settings - Fork 649
ci: disable macos-x86 wheels. #4886
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: disable macos-x86 wheels. #4886
Conversation
Temporary workaround to unblock publishing of other wheels for 3.1 release Signed-off-by: Zach Lewis <[email protected]>
51c36ed to
f96f7d7
Compare
| # if: | | ||
| # github.event_name != 'schedule' || | ||
| # github.repository == 'AcademySoftwareFoundation/OpenImageIO' |
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.
Just as an FYI, I think you could just change this to
| # if: | | |
| # github.event_name != 'schedule' || | |
| # github.repository == 'AcademySoftwareFoundation/OpenImageIO' | |
| if: | | |
| 0 && (github.event_name != 'schedule' || | |
| github.repository == 'AcademySoftwareFoundation/OpenImageIO)' |
and not need to comment out the whole thing. Or even only do it if the branch name is something special, so it would only run for you while you're continuing to test, but not for anyone else.
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.
ooohhh, smart...
Unless you feel otherwise, I think I'd rather leave it as-is, just to make it super apparent what was changed, and that I intend to change it back; but I'm happy to do whatever you feel is best.
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.
No problem, I will merge as-is.
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 showing me this, btw -- I've been using this trick to quickly "solo" the macos-x86 wheels tasks to help me debug #4855
Temporary workaround to unblock publishing of other wheels for 3.1 release Signed-off-by: Zach Lewis <[email protected]>
Temporary workaround to unblock publishing of other wheels for 3.1 release Signed-off-by: Zach Lewis <[email protected]>
Temporary workaround to unblock publishing of other wheels for 3.1 release Signed-off-by: Zach Lewis <[email protected]>
Temporary workaround to unblock publishing of other wheels for 3.1 release Signed-off-by: Zach Lewis <[email protected]>
Temporary workaround to unblock publishing of other wheels for 3.1 release Signed-off-by: Zach Lewis <[email protected]>
Temporary workaround to unblock publishing of other wheels for 3.1 release