-
Notifications
You must be signed in to change notification settings - Fork 37.7k
ci: Use Homebrew addon on native macOS #18438
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
maflcko
reviewed
Mar 26, 2020
Also the macOS image has been updated.
ae9b1e2
to
25c8b73
Compare
Updated ae9b1e2 -> 25c8b73 (pr18438.01 -> pr18438.02, diff):
|
Concept ACK. Thanks for following up with this. |
Seems to pick up everything correctly (wallet, ccache, qt):
|
maflcko
pushed a commit
that referenced
this pull request
Jul 14, 2020
…void timeouts 60824b3 ci: Fix configure options for macOS builds (Hennadii Stepanov) 687939e ci: Drop Homebrew caching while using Homebrew addon on Travis (Hennadii Stepanov) 557d3f1 ci: Do not activate Travis ccache caching strategy (Hennadii Stepanov) 2d74742 ci: Disable functional tests on forked repos to avoid timeouts for macOS (Hennadii Stepanov) Pull request description: See: bitcoin-core/gui#5 (comment) Additionally, this PR: - updates macOS image to the recent 10.15.5 version - drops Homebrew caching as the Travis Homebrew addon have been used since #18438 My forked repo build: https://travis-ci.org/github/hebasto/bitcoin/jobs/707200431 Top commit has no ACKs. Tree-SHA512: 398e935f965a04babeb10e7b26d2341562f21a1ef671c2e7cc97c9ec79d5c31643f81ca18561ab7714b5c52e19df2e4bffe4223eadbab984daa9418ffbf8c2a8
sidhujag
pushed a commit
to syscoin/syscoin
that referenced
this pull request
Jul 14, 2020
…os to avoid timeouts 60824b3 ci: Fix configure options for macOS builds (Hennadii Stepanov) 687939e ci: Drop Homebrew caching while using Homebrew addon on Travis (Hennadii Stepanov) 557d3f1 ci: Do not activate Travis ccache caching strategy (Hennadii Stepanov) 2d74742 ci: Disable functional tests on forked repos to avoid timeouts for macOS (Hennadii Stepanov) Pull request description: See: bitcoin-core/gui#5 (comment) Additionally, this PR: - updates macOS image to the recent 10.15.5 version - drops Homebrew caching as the Travis Homebrew addon have been used since bitcoin#18438 My forked repo build: https://travis-ci.org/github/hebasto/bitcoin/jobs/707200431 Top commit has no ACKs. Tree-SHA512: 398e935f965a04babeb10e7b26d2341562f21a1ef671c2e7cc97c9ec79d5c31643f81ca18561ab7714b5c52e19df2e4bffe4223eadbab984daa9418ffbf8c2a8
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Recently almost every macOS image update on Travis breaks our builds:
This PR:
Homebrew is not told to install
automake
andpkg-config
packages, as the docs states that they are pre-installed: