fanquake
commented at 3:35 AM on July 29, 2021:
member
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.
fanquake added this to the milestone 0.21.2 on Jul 29, 2021
fanquake force-pushed on Jul 29, 2021
fanquake
commented at 8:35 AM on July 29, 2021:
member
Changed this to just backport #21663. While this change introduced a decent time hit to the CI (i.e #22068), it should be less of an issue in this branch, as the CI not only runs less frequently, but runs slower anyways due to Cirrus scheduling.
fanquake renamed this: [0.21] Backport #21663 to fix macOS CI issues [0.21] Additional backports on Jul 29, 2021
fanquake
commented at 12:34 PM on July 29, 2021:
member
Annoyingly, "fixing" the macOS brew means using a newer version of miniupnpc, which emits a GNU extension related warning, and causes the build to fail, because we use -Werror. I think enabling --suppress-external-warnings is going to be the easiest fix, via backporting #20182.
This is a metadata mirror of the GitHub repository
bitcoin/bitcoin.
This site is not affiliated with GitHub.
Content is generated from a GitHub metadata backup.
generated: 2026-04-17 09:14 UTC
This site is hosted by @0xB10C More mirrored repositories can be found on mirror.b10c.me