Page MenuHomePhabricator

build: Drop all of the ZeroMQ patches
ClosedPublic

Authored by Fabien on Oct 5 2020, 09:17.

Details

Reviewers
majcosta
Group Reviewers
Restricted Project
Commits
rABCbcdc1c061edf: build: Drop all of the ZeroMQ patches
Summary
This PR gets rid of the all patches for ZeroMQ:
 - the Mingw-w64 5.0 (Ubuntu 18.04 bionic) is used to build the Windows
binaries
 - it is safe to use pthread_setname_np since #17538 when the minimal
glibc version is set to 2.17; see: #11986 (comment)

Note: Debian Buster has MinGw 6.0 and we enforce glibc >= 2.19.

Backport of core PR18405.

Test Plan
make build-all

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Fabien requested review of this revision.Oct 5 2020, 09:17

[Bot Message]
One or more PR numbers were detected in the summary.
Links to those PRs have been inserted into the summary for reference.

depends/packages/zeromq.mk
20 ↗(On Diff #24249)

Note to reviewers: the last line from the original PR is for the RISC-V cross build which we don't support.

@bot gitian-linux gitian-osx gitian-win

This revision is now accepted and ready to land.Oct 5 2020, 14:20