-
Notifications
You must be signed in to change notification settings - Fork 37.8k
ci: Fix macOS brew install command #21663
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
Looks like it runs into a different issue after this:
|
Thanks! Fixed. |
ACK b738155 |
sidhujag
pushed a commit
to syscoin/syscoin
that referenced
this pull request
Apr 13, 2021
b738155 ci: Fix macOS brew install command (Hennadii Stepanov) Pull request description: A solution for https://bintray.com shutdown. Details: Homebrew/discussions#691. ACKs for top commit: jamesob: ACK bitcoin@b738155 Tree-SHA512: 4570c297421ae66043348acbe2f1e50b000e700406b38bc813c80714d4f109c6cadecff571ecbd8c2f0094ebdc959486fc55022ba6545bd592683a421e9c0655
apoelstra
pushed a commit
to apoelstra/elements
that referenced
this pull request
Jul 11, 2021
Details: Homebrew/discussions#691 bitcoin/bitcoin#21663 (1/1) Conflicts: .cirrus.yml; had to remove libnatpnp which was added upstream in bitcoin/bitcoin#18077 which is a much larger PR that we are NOT backporting.
apoelstra
pushed a commit
to apoelstra/elements
that referenced
this pull request
Jul 11, 2021
Details: Homebrew/discussions#691 bitcoin/bitcoin#21663 (1/1) Conflicts: .cirrus.yml; had to remove libnatpnp which was added upstream in bitcoin/bitcoin#18077 which is a much larger PR that we are NOT backporting.
apoelstra
pushed a commit
to apoelstra/elements
that referenced
this pull request
Jul 11, 2021
Details: Homebrew/discussions#691 bitcoin/bitcoin#21663 (1/1) Conflicts: .cirrus.yml; had to remove libnatpnp which was added upstream in bitcoin/bitcoin#18077 which is a much larger PR that we are NOT backporting.
stevenroose
added a commit
to ElementsProject/elements
that referenced
this pull request
Jul 12, 2021
1e63e57 ci: disable Werror on MacOS build (not a backport) (Andrew Poelstra) 1852f83 ci: Bump macOS image to big-sur-xcode-12.5 (MarcoFalke) 4f33ba7 ci: Fix macOS brew install command (Hennadii Stepanov) 0265085 ci: Bump macOS VM image to the latest version (Hennadii Stepanov) 0740cee ci: Adjust cirrus ci task names (Andrew Poelstra) d08e584 ci: Fix doc typos in .cirrus.yml (Andrew Poelstra) 953cbe2 ci: Run nowallet ci config on cirrus (MarcoFalke) 60a5632 build: set minimum supported macOS to 10.14 (fanquake) Pull request description: Backport of bitcoin/bitcoin#20419 then bitcoin/bitcoin#19179 (except 2nd commit "Run i686 centos ci config on cirrus" which requires some more supporting PRs) then bitcoin/bitcoin#20545 then bitcoin/bitcoin#21542 then bitcoin/bitcoin#21663 then bitcoin/bitcoin#22122 We are getting 403 errors in our MacOS job on Cirrus, presumably because bintray.com has shut down (see discussion on upstream PR 21663). Backport this PR and several supporting ones. These PRs will be merged as part of the 22.0 rebase. In the interest of keeping CI running let's backport them early. Top commit has no ACKs. Tree-SHA512: cdfe96789adedbfb617cdafb534175323a8fd46606e67adf7053f97cc32712dd3ece850906b522b6b0bed137f52c1372319f52f4a7b303aec479ea54d213271c
fanquake
pushed a commit
to fanquake/bitcoin
that referenced
this pull request
Jul 29, 2021
Details: Homebrew/discussions#691 Github-Pull: bitcoin#21663 Rebased-From: b738155
fanquake
pushed a commit
to fanquake/bitcoin
that referenced
this pull request
Jul 29, 2021
Details: Homebrew/discussions#691 Github-Pull: bitcoin#21663 Rebased-From: b738155
maflcko
pushed a commit
that referenced
this pull request
Jul 30, 2021
55e941f test: Fix intermittent feature_taproot issue (MarcoFalke) 681f728 ci: Build with --enable-werror by default, and document exceptions (Hennadii Stepanov) 89426c4 ci: Fix macOS brew install command (Hennadii Stepanov) Pull request description: This backports a few changes to fix CI failures we are seeing with the 0.21 branch. Backports #21663, this might be the easiest way to fix the macOS CI failures we're seeing. i.e in #22569. The underlying issue is that the older CI images are using a version of brew that without running `brew update` first, is trying to download packages like Boost, from bintray (which no-longer works). This also includes #20182, as by fixing macOS failure, via running `brew upgrade`, we end up using a newer version of miniupnpc, which emits a GNU extension related warning, and causes the build to fail, because we use `-Werror`. Backporting #20535 should fix #22581. ACKs for top commit: hebasto: ACK 55e941f, I verified changes by backporting locally. Tree-SHA512: 3ab2c5c73c707d0f5b862264f3a0179cdeee30ae55aae872f3c3e0bb81d71a5027c39ba830210c99a21f98cc86c4167c4f215e24d1a8891ec79ce512debf82df
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.
A solution for https://bintray.com shutdown.
Details: Homebrew/discussions#691.