-
-
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
cbmc 6.3.0 #191209
cbmc 6.3.0 #191209
Conversation
bea0a27
to
e536139
Compare
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!
Thanks for contributing to Homebrew! 🎉 It looks like you're having trouble with a CI failure. See our contribution guide for help. You may be most interested in the section on dealing with CI failures. You can find the CI logs in the Checks tab of your pull request. |
Seems to fail with newer Clang:
|
- Revert 6.2.0 patch The problem has been addressed upstream (the patch itself was a cherry-pick from upstream). Co-authored-by: Michael Tautschnig <tautschn@amazon.com>
e536139
to
d5d3359
Compare
Err, thank you, we'll have to create a 6.3.1 bug-fixing release. |
Actually, it's not really a newer Clang. Seems to be specific to arm64, though no idea if it'll reproduce on Linux arm64. |
Closing in favour of 191262. |
This is to replace #191202 as it requires removal of a prior patch.
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>
?