-
Notifications
You must be signed in to change notification settings - Fork 37.7k
depends: add ability to skip building zeromq #16089
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
utACK c995c87 Thanks for fixing this! |
Gitian builds for commit e043bfc (master):
Gitian builds for commit 3e4c44d (master and this pull):
|
Concept ACK |
@@ -103,6 +105,10 @@ ifneq ($(qt_packages_),) | |||
native_packages += $(qt_native_packages) | |||
endif | |||
|
|||
ifneq ($(zmq_packages_),) |
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.
Would it work if you removed this ifneq
and tacked $(zmp_packages_)
on to the end of that long packages +=
line on line 101?
utACK c995c87 |
Tested ACK c995c87
Just for info, ARM executable size with/without zmq:
|
c995c87 depends: add ability to skip building zeromq (fanquake) Pull request description: Similar to other depends packages, add the ability to skip building `zeromq` by passing `NO_ZMQ=1`. Fixes bitcoin#15918. ACKs for commit c995c8: practicalswift: utACK c995c87 jonasschnelli: utACK c995c87 Tree-SHA512: 72269707916d5af0bc8ecdd89f61e49264dba29350f9508fe0a497e8ce8dae66f6a828cf0bf4d97b6f95356b505cb3e6c365e8476219dd56c4535c850df393c9
c8becb8 depends: add ability to skip building qrencode (fanquake) Pull request description: Similar to other depends packages, add the ability to skip building `qrencode` by passing `NO_QR=1`. Same as #16089. ACKs for top commit: promag: ACK c8becb8. hebasto: ACK c8becb8, I have reviewed the code and it looks OK, I agree it can be merged. Tree-SHA512: 86c7a87a31b1b2e65be2b79f533ce49f8b0074cf31331411cb3d32bb542d0b99e69605482ad75e4d1be5f2c8c613f17ba9ff17195a6b48f45365f5eb35df8bf9
c8becb8 depends: add ability to skip building qrencode (fanquake) Pull request description: Similar to other depends packages, add the ability to skip building `qrencode` by passing `NO_QR=1`. Same as bitcoin#16089. ACKs for top commit: promag: ACK c8becb8. hebasto: ACK c8becb8, I have reviewed the code and it looks OK, I agree it can be merged. Tree-SHA512: 86c7a87a31b1b2e65be2b79f533ce49f8b0074cf31331411cb3d32bb542d0b99e69605482ad75e4d1be5f2c8c613f17ba9ff17195a6b48f45365f5eb35df8bf9
Summary: ``` Similar to other depends packages, add the ability to skip building zeromq by passing NO_ZMQ=1. ``` Backport of core [[bitcoin/bitcoin#16089 | PR16089]]. Test Plan: cd depends make build-osx NO_ZMQ=1 Check zmq is not built (under `x86_64-apple-darwin16/lib` there should be no libzmq.a). Reviewers: #bitcoin_abc, deadalnix Reviewed By: #bitcoin_abc, deadalnix Differential Revision: https://reviews.bitcoinabc.org/D5620
Summary: ``` Similar to other depends packages, add the ability to skip building zeromq by passing NO_ZMQ=1. ``` Backport of core [[bitcoin/bitcoin#16089 | PR16089]]. Test Plan: cd depends make build-osx NO_ZMQ=1 Check zmq is not built (under `x86_64-apple-darwin16/lib` there should be no libzmq.a). Reviewers: #bitcoin_abc, deadalnix Reviewed By: #bitcoin_abc, deadalnix Differential Revision: https://reviews.bitcoinabc.org/D5620
c8becb8 depends: add ability to skip building qrencode (fanquake) Pull request description: Similar to other depends packages, add the ability to skip building `qrencode` by passing `NO_QR=1`. Same as bitcoin#16089. ACKs for top commit: promag: ACK c8becb8. hebasto: ACK c8becb8, I have reviewed the code and it looks OK, I agree it can be merged. Tree-SHA512: 86c7a87a31b1b2e65be2b79f533ce49f8b0074cf31331411cb3d32bb542d0b99e69605482ad75e4d1be5f2c8c613f17ba9ff17195a6b48f45365f5eb35df8bf9
c995c87 depends: add ability to skip building zeromq (fanquake) Pull request description: Similar to other depends packages, add the ability to skip building `zeromq` by passing `NO_ZMQ=1`. Fixes bitcoin#15918. ACKs for commit c995c8: practicalswift: utACK c995c87 jonasschnelli: utACK c995c87 Tree-SHA512: 72269707916d5af0bc8ecdd89f61e49264dba29350f9508fe0a497e8ce8dae66f6a828cf0bf4d97b6f95356b505cb3e6c365e8476219dd56c4535c850df393c9
c995c87 depends: add ability to skip building zeromq (fanquake) Pull request description: Similar to other depends packages, add the ability to skip building `zeromq` by passing `NO_ZMQ=1`. Fixes bitcoin#15918. ACKs for commit c995c8: practicalswift: utACK c995c87 jonasschnelli: utACK c995c87 Tree-SHA512: 72269707916d5af0bc8ecdd89f61e49264dba29350f9508fe0a497e8ce8dae66f6a828cf0bf4d97b6f95356b505cb3e6c365e8476219dd56c4535c850df393c9
c995c87 depends: add ability to skip building zeromq (fanquake) Pull request description: Similar to other depends packages, add the ability to skip building `zeromq` by passing `NO_ZMQ=1`. Fixes bitcoin#15918. ACKs for commit c995c8: practicalswift: utACK c995c87 jonasschnelli: utACK c995c87 Tree-SHA512: 72269707916d5af0bc8ecdd89f61e49264dba29350f9508fe0a497e8ce8dae66f6a828cf0bf4d97b6f95356b505cb3e6c365e8476219dd56c4535c850df393c9
c995c87 depends: add ability to skip building zeromq (fanquake) Pull request description: Similar to other depends packages, add the ability to skip building `zeromq` by passing `NO_ZMQ=1`. Fixes bitcoin#15918. ACKs for commit c995c8: practicalswift: utACK c995c87 jonasschnelli: utACK c995c87 Tree-SHA512: 72269707916d5af0bc8ecdd89f61e49264dba29350f9508fe0a497e8ce8dae66f6a828cf0bf4d97b6f95356b505cb3e6c365e8476219dd56c4535c850df393c9
c995c87 depends: add ability to skip building zeromq (fanquake) Pull request description: Similar to other depends packages, add the ability to skip building `zeromq` by passing `NO_ZMQ=1`. Fixes bitcoin#15918. ACKs for commit c995c8: practicalswift: utACK c995c87 jonasschnelli: utACK c995c87 Tree-SHA512: 72269707916d5af0bc8ecdd89f61e49264dba29350f9508fe0a497e8ce8dae66f6a828cf0bf4d97b6f95356b505cb3e6c365e8476219dd56c4535c850df393c9
c995c87 depends: add ability to skip building zeromq (fanquake) Pull request description: Similar to other depends packages, add the ability to skip building `zeromq` by passing `NO_ZMQ=1`. Fixes bitcoin#15918. ACKs for commit c995c8: practicalswift: utACK c995c87 jonasschnelli: utACK c995c87 Tree-SHA512: 72269707916d5af0bc8ecdd89f61e49264dba29350f9508fe0a497e8ce8dae66f6a828cf0bf4d97b6f95356b505cb3e6c365e8476219dd56c4535c850df393c9
Similar to other depends packages, add the ability to skip building
zeromq
by passingNO_ZMQ=1
.Fixes #15918.