-
Notifications
You must be signed in to change notification settings - Fork 37.7k
depends: add ability to skip building qrencode #17658
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
Concept ACK. NO_BOOST next? 😄 |
Concept ACK Very nice! |
Likely because boost has its own scrapheap of a build system… this will need a specific change similar to #17466 for Qt. can you please create a new issue for this |
Gitian builds
|
ACK c8becb8. |
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.
ACK c8becb8, I have reviewed the code and it looks OK, I agree it can be merged.
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 qrencode by passing NO_QR=1. ``` Backport of core [[bitcoin/bitcoin#17658 | PR17658]]. Test Plan: make build-osx NO_QR=1 Check the qrencode lib is not built. Reviewers: #bitcoin_abc, deadalnix Reviewed By: #bitcoin_abc, deadalnix Differential Revision: https://reviews.bitcoinabc.org/D5664
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
Similar to other depends packages, add the ability to skip building
qrencode
by passingNO_QR=1
. Same as #16089.