-
Notifications
You must be signed in to change notification settings - Fork 37.7k
ci: Silent Homebrew's reinstall warnings #30591
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
Conversation
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers. Code CoverageFor detailed information about the code coverage, see the test coverage report. ReviewsSee the guideline for information on the review process.
If your review is incorrectly listed, please react with 👎 to this comment and the bot will ignore it on the next update. |
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.
utACK 032ebe5
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
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.
cr ut ACK 032ebe5
@@ -104,8 +104,8 @@ jobs: | |||
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: 1 | |||
run: | | |||
# A workaround for "The `brew link` step did not complete successfully" error. | |||
brew install python@3 || brew link --overwrite python@3 | |||
brew install automake libtool pkg-config gnu-getopt ccache boost libevent miniupnpc libnatpmp zeromq qt@5 qrencode | |||
brew install --quiet python@3 || brew link --overwrite python@3 |
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.
Are these Qt workarounds still needed? Would be good if we could drop them, rather than adding more code to suppress warnings coming from workarounds that may no-longer be needed.
Homebrew's warnings are quite noisy on the master branch:

This PR silents them to allow us to focus on other CI infra warnings once they happen.
Similar to bitcoin-core/secp256k1#1578.