-
-
Notifications
You must be signed in to change notification settings - Fork 12.4k
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
openvino 2024.4.0 #191090
openvino 2024.4.0 #191090
Conversation
ba18a40
to
10abe54
Compare
Please add tags required for long-build, as we have in previous PR |
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!
This looks like a problem in @Homebrew/brew
|
Think this is Homebrew/brew#18305. CC @dduugg |
Seen in: Homebrew/homebrew-core#191090 (comment) There's a missing signature issue here due to the `generic_*` aliasing we're doing. With prepend, though: this is no longer needed and we can use `super` instead which is more idiomatic and nicer overall. This pattern should probably be applied in other places but: let's try this targetting fix for here first.
Should be fixed by Homebrew/brew#18364 |
Seen in: Homebrew/homebrew-core#191090 (comment) There's a missing signature issue here due to the `generic_*` aliasing we're doing. With prepend, though: this is no longer needed and we can use `super` instead which is more idiomatic and nicer overall. This pattern should probably be applied in other places but: let's try this targetting fix for here first.
Currently observing issue with downloading OpenCV manifest
|
15653fb
to
99858bb
Compare
🤖 An automated task has requested bottles to be published to this PR. |
HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew test <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingHOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>
)? If this is a new formula, does it passbrew audit --new <formula>
?