build, qt: Improve Qt static plugins/libs check code #21363

pull hebasto wants to merge 4 commits into bitcoin:master from hebasto:210304-qt changing 1 files +49 −45
  1. hebasto commented at 8:04 pm on March 4, 2021: member

    Qt version bump is around the corner (#21376).

    As a preparation, this PR makes Qt static plugins/libs check code more correct, and easier to reason about.

    configure script log (for HOST=x86_64-pc-linux-gnu):

    • master (b4d22654fe9e90093e643cb7beb896c48a274d47):
    0checking for static Qt plugins: -lqminimal... yes
    1checking for static Qt plugins: -lqxcb -lxcb-static... yes
    
    • this PR:
    0checking for QMinimalIntegrationPlugin (-lqminimal)... yes
    1checking for QXcbIntegrationPlugin (-lqxcb -lxcb-static)... yes
    
  2. hebasto commented at 8:04 pm on March 4, 2021: member
  3. hebasto added the label Build system on Mar 4, 2021
  4. in build-aux/m4/bitcoin_qt.m4:291 in 3184e52dab outdated
    287+dnl
    288+dnl _BITCOIN_QT_CHECK_STATIC_PLUGIN(PLUGIN, LIBRARIES)
    289+dnl --------------------------------------------------
    290+dnl
    291 dnl Requires: INCLUDES and LIBS must be populated as necessary.
    292 dnl Inputs: $1: A series of Q_IMPORT_PLUGIN().
    


    fanquake commented at 3:06 am on March 5, 2021:
    In 3184e52dab0ac4da32d4c4469d686765aa500446. Inputs is no longer a series of Q_IMPORT_PLUGIN()

    hebasto commented at 7:17 am on March 5, 2021:
    Thanks! Fixed.
  5. fanquake commented at 3:11 am on March 5, 2021: member
    Concept ACK
  6. build, qt: Refactor internal _BITCOIN_QT_CHECK_STATIC_PLUGINS macro
    This change puts Q_IMPORT_PLUGIN(...) boilerplate into the macro, which
    now accepts only one plugin to check, and it is renamed (plural ->
    singular).
    bf2477402d
  7. build, refactor: Rename internal _BITCOIN_QT_FIND_STATIC_PLUGINS macro
    New _BITCOIN_QT_CHECK_STATIC_LIBS name describes the macro functionality
    more precisely.
    6203457915
  8. build, qt: Make Qt static libs check regardless of plugindir
    Qt static libs reside in libdir.
    57b65225dc
  9. build, refactor: Fix indentation 32b8dc648f
  10. hebasto force-pushed on Mar 5, 2021
  11. hebasto commented at 7:16 am on March 5, 2021: member

    Updated afcd2dd319e9fefbe3fda23f8d466a276931a4f5 -> 32b8dc648f9133e5c70329175e6bc8237c0515c9 (pr21363.01 -> pr21363.02, diff):

  12. hebasto commented at 1:54 pm on March 5, 2021: member

    Guix builds:

     0$ find output -type f -name *$(git rev-parse --short HEAD)*.* -print0 | env LC_ALL=C sort -z | xargs -r0 sha256sum
     14d157b2a2e831dd0aecc9fa939832a4001a91835ae562d328471a6d305259157  output/bitcoin-32b8dc648f91-aarch64-linux-gnu-debug.tar.gz
     2dbaa32f1eab66071fbeec5a63e4074faf98156c7148b3f170f4c3767e58d962f  output/bitcoin-32b8dc648f91-aarch64-linux-gnu.tar.gz
     35d04575f614338f54b486fa93abc57737b9116b4bd6a5c059039d96a6b31b6e6  output/bitcoin-32b8dc648f91-arm-linux-gnueabihf-debug.tar.gz
     41b5fdf23c33d4578f13ed3e45104c198c849d7db858cf5390a79a5ab3c464969  output/bitcoin-32b8dc648f91-arm-linux-gnueabihf.tar.gz
     5049cd084b8514d8672e6bcbe3fbd23a685f6d301128e05b53a52eae111bb03e2  output/bitcoin-32b8dc648f91-osx-unsigned.dmg
     6727cd6a666add475ddadb22d704f36fbe3b0ef44f61d04d93d437c3cb5ec95d2  output/bitcoin-32b8dc648f91-osx-unsigned.tar.gz
     774ce193044331a91063b8aa16f07d8edf25e1b3fbdcc36e312d48c45eab3ffe0  output/bitcoin-32b8dc648f91-osx64.tar.gz
     845154b45d933377aa3128bfe7ed01f07a8d2813ac942760a730db6c42b006c08  output/bitcoin-32b8dc648f91-powerpc64-linux-gnu-debug.tar.gz
     926580c3d434069e93cc91dee940664eecf88b1acb3b18f570c2aa36f020b4665  output/bitcoin-32b8dc648f91-powerpc64-linux-gnu.tar.gz
    10663da5eaf3c79c5fa76ee601eb031a6706b9fbbd4802d566a5c22d6ea8dd8edb  output/bitcoin-32b8dc648f91-powerpc64le-linux-gnu-debug.tar.gz
    11cc8352eff62ff6c7bafd0eba21a637f07191e560d0a7a74ebc5fad405c81e998  output/bitcoin-32b8dc648f91-powerpc64le-linux-gnu.tar.gz
    12dbd7ab94e60ae9ec42620c774ae1d3f46c370547fe3f0af53bdf87ad49c8b2cc  output/bitcoin-32b8dc648f91-riscv64-linux-gnu-debug.tar.gz
    13be3e17dff65c24ee7a4507872b501bbef1186b07c97c5921b2f84e70a6a7464f  output/bitcoin-32b8dc648f91-riscv64-linux-gnu.tar.gz
    14a77bb0155c316c925b16cd79dfb82a2b684cd47d27d68cfbf5b83106d8f07c4e  output/bitcoin-32b8dc648f91-win-unsigned.tar.gz
    15759dff3dd2df36c958e8f815d32fbfbf3b08fb240ce39d2cee155482038f0bb1  output/bitcoin-32b8dc648f91-win64-debug.zip
    1675212f53b0fb9afb94b19b5e6eb6ad58d0273f36ceb13e740a6794d04ed7babe  output/bitcoin-32b8dc648f91-win64-setup-unsigned.exe
    176507480792bd26084b77e0806011f6b9ac6e8514b1a2764d660558241587fb1c  output/bitcoin-32b8dc648f91-win64.zip
    1805da4a5ffaaed35a84c2d3daf71114d5a84012038a9b05ac23a5a5c345664fe2  output/bitcoin-32b8dc648f91-x86_64-linux-gnu-debug.tar.gz
    1925278e6e7b17e3fb7fe437ec1fa1aadcd086f38866f07daf01fb40910600cfb3  output/bitcoin-32b8dc648f91-x86_64-linux-gnu.tar.gz
    206274fd0ab5e108bcd18dd08a04f7cd916a72959fac12a2ae088fb714757ca347  output/src/bitcoin-32b8dc648f91.tar.gz
    
  13. MarcoFalke added the label Needs gitian build on Mar 5, 2021
  14. MarcoFalke added the label Needs Guix build on Mar 5, 2021
  15. hebasto commented at 2:52 pm on March 5, 2021: member

    Gitian builds:

    • Linux
     0Generating report
     18280d955a99fb15d140ede646b8c7a8eb8e8c5436fc9f7e1c543c41540220a1c  bitcoin-32b8dc648f91-aarch64-linux-gnu-debug.tar.gz
     2ac2677a78ab21992a5b7b6d6b1f09675618325efa993757070c4f93886b7a907  bitcoin-32b8dc648f91-aarch64-linux-gnu.tar.gz
     39a3582189ceb0db2d4dd0d69c9b5f0a858f9d3cb530c70a2b7659d7bb823bc3f  bitcoin-32b8dc648f91-arm-linux-gnueabihf-debug.tar.gz
     4076ca62e157225b7bedfcd8030b5c16429240c7bd49ee5a482b610268012f443  bitcoin-32b8dc648f91-arm-linux-gnueabihf.tar.gz
     5bef1e95b779ecf4ea02cf203a313b175b3c66f34ab08d67c999f30c8087c74df  bitcoin-32b8dc648f91-powerpc64-linux-gnu-debug.tar.gz
     66cf38dd0831873a4bf76386232d774893cee97457faa4d80e121b80652f2241f  bitcoin-32b8dc648f91-powerpc64-linux-gnu.tar.gz
     763534cf0fe510a91e51a21c64335b7ff521b5a3d43aa5e5f2303f31a3a62c5d5  bitcoin-32b8dc648f91-powerpc64le-linux-gnu-debug.tar.gz
     8e98407a07bfcc55f6a42dade484e293ee7592c65d4fc2d29f48fc740c3605b60  bitcoin-32b8dc648f91-powerpc64le-linux-gnu.tar.gz
     9d42ffccb28f0fd40c3b7a7273ab808652ec6f6ebab5a0e617aee323d125928ba  bitcoin-32b8dc648f91-riscv64-linux-gnu-debug.tar.gz
    105b5219f1618ca275fdbe699aed58bab7ed455b0a7bad4b01c658a2ce2670ef16  bitcoin-32b8dc648f91-riscv64-linux-gnu.tar.gz
    117f77014a6826c1c328cee7e38bbd8e410c59ed85f0a4f134f8ee91dd1ae70cfd  bitcoin-32b8dc648f91-x86_64-linux-gnu-debug.tar.gz
    1224a792320811880d073152b2c11ae81efb58e99ed99741eba420ca214ef2a02a  bitcoin-32b8dc648f91-x86_64-linux-gnu.tar.gz
    136274fd0ab5e108bcd18dd08a04f7cd916a72959fac12a2ae088fb714757ca347  src/bitcoin-32b8dc648f91.tar.gz
    14ff7e04f7fa1c4dba978a684e9e37a43eda6a2f8f861cf071a5f7baf6d6ffe8dd  bitcoin-core-linux-22-res.yml
    15Done.
    
    • Windows
    0Generating report
    123191cc4aaefc750c184db47aed1ac7764337c485bbb3667ea8002a4d29f232e  bitcoin-32b8dc648f91-win-unsigned.tar.gz
    28b9bd0e541c37fb9c079858221247f7e3eda6fce4547ba6462638f53339e1025  bitcoin-32b8dc648f91-win64-debug.zip
    3ed4a4f2b121689036186579eb2e7ba2d812cac9bdc2dcda1106af6e70fa8a547  bitcoin-32b8dc648f91-win64-setup-unsigned.exe
    4d82435d9d6317a26733b7f25b45e12c4de7a8310cb0e3cb6208cc5a755bb917e  bitcoin-32b8dc648f91-win64.zip
    56274fd0ab5e108bcd18dd08a04f7cd916a72959fac12a2ae088fb714757ca347  src/bitcoin-32b8dc648f91.tar.gz
    60d4613483c427822df15ce5edc1938624a81669133dea58f6fbb13df4d66100d  bitcoin-core-win-22-res.yml
    7Done.
    
    • macOS
    0Generating report
    1a69b7829f6b5ed748ee6648cfa201a8a6088b11872d2b49d752afe2191856aa3  bitcoin-32b8dc648f91-osx-unsigned.dmg
    2ea27ef00aa9ad102ca5571a1a5de200930fb585b7fbdbdfb0211c85c1590afe3  bitcoin-32b8dc648f91-osx-unsigned.tar.gz
    3d4c6bc750689bf2e430e4c3a8951881222fa556e84af5c226c96d54a5e919cc3  bitcoin-32b8dc648f91-osx64.tar.gz
    46274fd0ab5e108bcd18dd08a04f7cd916a72959fac12a2ae088fb714757ca347  src/bitcoin-32b8dc648f91.tar.gz
    5320da6d3fe5ab7c12d82e4e4fa34e117002f00934c647c01da89f734dc128b07  bitcoin-core-osx-22-res.yml
    6Done.
    
  16. fanquake commented at 4:28 am on March 6, 2021: member

    Guix builds @ 32b8dc648f9133e5c70329175e6bc8237c0515c9:

     0bash-5.1# find output/ -type f -print0 \| env LC_ALL=C sort -z \| xargs -r0 sha256sum
     14d157b2a2e831dd0aecc9fa939832a4001a91835ae562d328471a6d305259157  output/bitcoin-32b8dc648f91-aarch64-linux-gnu-debug.tar.gz
     2dbaa32f1eab66071fbeec5a63e4074faf98156c7148b3f170f4c3767e58d962f  output/bitcoin-32b8dc648f91-aarch64-linux-gnu.tar.gz
     35d04575f614338f54b486fa93abc57737b9116b4bd6a5c059039d96a6b31b6e6  output/bitcoin-32b8dc648f91-arm-linux-gnueabihf-debug.tar.gz
     41b5fdf23c33d4578f13ed3e45104c198c849d7db858cf5390a79a5ab3c464969  output/bitcoin-32b8dc648f91-arm-linux-gnueabihf.tar.gz
     5049cd084b8514d8672e6bcbe3fbd23a685f6d301128e05b53a52eae111bb03e2  output/bitcoin-32b8dc648f91-osx-unsigned.dmg
     6727cd6a666add475ddadb22d704f36fbe3b0ef44f61d04d93d437c3cb5ec95d2  output/bitcoin-32b8dc648f91-osx-unsigned.tar.gz
     774ce193044331a91063b8aa16f07d8edf25e1b3fbdcc36e312d48c45eab3ffe0  output/bitcoin-32b8dc648f91-osx64.tar.gz
     845154b45d933377aa3128bfe7ed01f07a8d2813ac942760a730db6c42b006c08  output/bitcoin-32b8dc648f91-powerpc64-linux-gnu-debug.tar.gz
     926580c3d434069e93cc91dee940664eecf88b1acb3b18f570c2aa36f020b4665  output/bitcoin-32b8dc648f91-powerpc64-linux-gnu.tar.gz
    10663da5eaf3c79c5fa76ee601eb031a6706b9fbbd4802d566a5c22d6ea8dd8edb  output/bitcoin-32b8dc648f91-powerpc64le-linux-gnu-debug.tar.gz
    11cc8352eff62ff6c7bafd0eba21a637f07191e560d0a7a74ebc5fad405c81e998  output/bitcoin-32b8dc648f91-powerpc64le-linux-gnu.tar.gz
    12dbd7ab94e60ae9ec42620c774ae1d3f46c370547fe3f0af53bdf87ad49c8b2cc  output/bitcoin-32b8dc648f91-riscv64-linux-gnu-debug.tar.gz
    13be3e17dff65c24ee7a4507872b501bbef1186b07c97c5921b2f84e70a6a7464f  output/bitcoin-32b8dc648f91-riscv64-linux-gnu.tar.gz
    14a77bb0155c316c925b16cd79dfb82a2b684cd47d27d68cfbf5b83106d8f07c4e  output/bitcoin-32b8dc648f91-win-unsigned.tar.gz
    15759dff3dd2df36c958e8f815d32fbfbf3b08fb240ce39d2cee155482038f0bb1  output/bitcoin-32b8dc648f91-win64-debug.zip
    1675212f53b0fb9afb94b19b5e6eb6ad58d0273f36ceb13e740a6794d04ed7babe  output/bitcoin-32b8dc648f91-win64-setup-unsigned.exe
    176507480792bd26084b77e0806011f6b9ac6e8514b1a2764d660558241587fb1c  output/bitcoin-32b8dc648f91-win64.zip
    1805da4a5ffaaed35a84c2d3daf71114d5a84012038a9b05ac23a5a5c345664fe2  output/bitcoin-32b8dc648f91-x86_64-linux-gnu-debug.tar.gz
    1925278e6e7b17e3fb7fe437ec1fa1aadcd086f38866f07daf01fb40910600cfb3  output/bitcoin-32b8dc648f91-x86_64-linux-gnu.tar.gz
    206274fd0ab5e108bcd18dd08a04f7cd916a72959fac12a2ae088fb714757ca347  output/src/bitcoin-32b8dc648f91.tar.gz
    
  17. DrahtBot commented at 8:16 am on March 6, 2021: member

    The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.

    Conflicts

    Reviewers, this pull request conflicts with the following ones:

    • #21376 (depends: Qt 5.12.10 by fanquake)

    If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first.

  18. in build-aux/m4/bitcoin_qt.m4:144 in 32b8dc648f
    143-      _BITCOIN_QT_CHECK_STATIC_PLUGINS([Q_IMPORT_PLUGIN(QWindowsIntegrationPlugin)],[-lqwindows])
    144+      _BITCOIN_QT_CHECK_STATIC_PLUGIN([QWindowsIntegrationPlugin], [-lqwindows])
    145       AC_DEFINE(QT_QPA_PLATFORM_WINDOWS, 1, [Define this symbol if the qt platform is windows])
    146     elif test "x$TARGET_OS" = xlinux; then
    147-      _BITCOIN_QT_CHECK_STATIC_PLUGINS([Q_IMPORT_PLUGIN(QXcbIntegrationPlugin)],[-lqxcb -lxcb-static])
    148+      _BITCOIN_QT_CHECK_STATIC_PLUGIN([QXcbIntegrationPlugin], [-lqxcb -lxcb-static])
    


    hebasto commented at 1:19 pm on March 6, 2021:
    -lxcb-static is redundant here and it could be dropped, as it is linked with Qt5XcbQpas flags.

    fanquake commented at 2:06 am on March 8, 2021:
    Lets leave that for a separate change post #21376.

    hebasto commented at 7:42 am on March 8, 2021:
    @fanquake you are right
  19. DrahtBot commented at 3:16 am on March 8, 2021: member

    Guix builds

    File commit 48725e64fbfb85200dd2226386fbf1cfc8fe6c1f(master) commit 71bf01756394709117e41c1c270f3edc9f33532f(master and this pull)
    *-aarch64-linux-gnu-debug.tar.gz c0874d1b330fbefe... ddcef1c6e7ef1f13...
    *-aarch64-linux-gnu.tar.gz aa5812a46cdb9b17... c728e671b84df637...
    *-arm-linux-gnueabihf-debug.tar.gz 829d64e019d44cdb... 2d2ed6a13a0c73f7...
    *-arm-linux-gnueabihf.tar.gz bfe6daf32d21c1ba... bc9013f699314d4a...
    *-osx-unsigned.dmg 994a38a15423c943... 8e5116934bcdbab3...
    *-osx-unsigned.tar.gz b8ba9767e95854c3... 3a3fbbafd154e011...
    *-osx64.tar.gz e40a6c3d367faac0... 5116c5c1cb1970a2...
    *-powerpc64-linux-gnu-debug.tar.gz e578666d86258fba... 8eb7fd36efee3a21...
    *-powerpc64-linux-gnu.tar.gz 25cf822c602f666c... 8173a418171cce71...
    *-powerpc64le-linux-gnu-debug.tar.gz ecc42f86e8f789f1... fc20517c572ebaf1...
    *-powerpc64le-linux-gnu.tar.gz 54550694128472dc... 156cdefec6834f63...
    *-riscv64-linux-gnu-debug.tar.gz a47b303965bb52bf... 9a7a9c7bc20b9d6f...
    *-riscv64-linux-gnu.tar.gz fa622fe7877da0bf... 32ac48c739a40510...
    *-win-unsigned.tar.gz 2c86f79a791858e3... 7aef45295e4e2b49...
    *-win64-debug.zip 49435c78f11fb3c8... 001fd8569ba2eeb8...
    *-win64-setup-unsigned.exe 0e76b2d89273a43e... e1639b47f499de9d...
    *-win64.zip d5c10f3570fa1003... 80c3b5e3d6f0af1d...
    *-x86_64-linux-gnu-debug.tar.gz fc1699b9ca5f0d2c... 9ac087258463a798...
    *-x86_64-linux-gnu.tar.gz 92f5688dc334ea8e... 79349031c5487f81...
    *.tar.gz ff440483a5453fd3... 90a1d3a73380ae61...
    guix_build.log 2070abe8ac15129b... 338dd7de3d5c58ca...
    guix_build.log.diff 333f9d00ca20dd7e...
  20. DrahtBot removed the label Needs Guix build on Mar 8, 2021
  21. fanquake approved
  22. fanquake commented at 7:34 am on March 9, 2021: member

    ACK 32b8dc648f9133e5c70329175e6bc8237c0515c9

    Also ran gitian builds:

     0# macOS:
     1Generating report
     2a69b7829f6b5ed748ee6648cfa201a8a6088b11872d2b49d752afe2191856aa3  bitcoin-32b8dc648f91-osx-unsigned.dmg
     3ea27ef00aa9ad102ca5571a1a5de200930fb585b7fbdbdfb0211c85c1590afe3  bitcoin-32b8dc648f91-osx-unsigned.tar.gz
     4d4c6bc750689bf2e430e4c3a8951881222fa556e84af5c226c96d54a5e919cc3  bitcoin-32b8dc648f91-osx64.tar.gz
     56274fd0ab5e108bcd18dd08a04f7cd916a72959fac12a2ae088fb714757ca347  src/bitcoin-32b8dc648f91.tar.gz
     6a45037c6a302ce6cfcfc0a98df7b25a04f284353b14d950d302d9fb8479ccbd6  bitcoin-core-osx-22-res.yml
     7Done.
     8
     9# Windows:
    10Generating report
    1123191cc4aaefc750c184db47aed1ac7764337c485bbb3667ea8002a4d29f232e  bitcoin-32b8dc648f91-win-unsigned.tar.gz
    128b9bd0e541c37fb9c079858221247f7e3eda6fce4547ba6462638f53339e1025  bitcoin-32b8dc648f91-win64-debug.zip
    13ed4a4f2b121689036186579eb2e7ba2d812cac9bdc2dcda1106af6e70fa8a547  bitcoin-32b8dc648f91-win64-setup-unsigned.exe
    14d82435d9d6317a26733b7f25b45e12c4de7a8310cb0e3cb6208cc5a755bb917e  bitcoin-32b8dc648f91-win64.zip
    156274fd0ab5e108bcd18dd08a04f7cd916a72959fac12a2ae088fb714757ca347  src/bitcoin-32b8dc648f91.tar.gz
    161782027aba7459c78330ebf638046ed107f1f863ad56994c2a5967a73226c560  bitcoin-core-win-22-res.yml
    17Done.
    18
    19# Linux:
    20Generating report
    218280d955a99fb15d140ede646b8c7a8eb8e8c5436fc9f7e1c543c41540220a1c  bitcoin-32b8dc648f91-aarch64-linux-gnu-debug.tar.gz
    22ac2677a78ab21992a5b7b6d6b1f09675618325efa993757070c4f93886b7a907  bitcoin-32b8dc648f91-aarch64-linux-gnu.tar.gz
    239a3582189ceb0db2d4dd0d69c9b5f0a858f9d3cb530c70a2b7659d7bb823bc3f  bitcoin-32b8dc648f91-arm-linux-gnueabihf-debug.tar.gz
    24076ca62e157225b7bedfcd8030b5c16429240c7bd49ee5a482b610268012f443  bitcoin-32b8dc648f91-arm-linux-gnueabihf.tar.gz
    25bef1e95b779ecf4ea02cf203a313b175b3c66f34ab08d67c999f30c8087c74df  bitcoin-32b8dc648f91-powerpc64-linux-gnu-debug.tar.gz
    266cf38dd0831873a4bf76386232d774893cee97457faa4d80e121b80652f2241f  bitcoin-32b8dc648f91-powerpc64-linux-gnu.tar.gz
    2763534cf0fe510a91e51a21c64335b7ff521b5a3d43aa5e5f2303f31a3a62c5d5  bitcoin-32b8dc648f91-powerpc64le-linux-gnu-debug.tar.gz
    28e98407a07bfcc55f6a42dade484e293ee7592c65d4fc2d29f48fc740c3605b60  bitcoin-32b8dc648f91-powerpc64le-linux-gnu.tar.gz
    29d42ffccb28f0fd40c3b7a7273ab808652ec6f6ebab5a0e617aee323d125928ba  bitcoin-32b8dc648f91-riscv64-linux-gnu-debug.tar.gz
    305b5219f1618ca275fdbe699aed58bab7ed455b0a7bad4b01c658a2ce2670ef16  bitcoin-32b8dc648f91-riscv64-linux-gnu.tar.gz
    317f77014a6826c1c328cee7e38bbd8e410c59ed85f0a4f134f8ee91dd1ae70cfd  bitcoin-32b8dc648f91-x86_64-linux-gnu-debug.tar.gz
    3224a792320811880d073152b2c11ae81efb58e99ed99741eba420ca214ef2a02a  bitcoin-32b8dc648f91-x86_64-linux-gnu.tar.gz
    336274fd0ab5e108bcd18dd08a04f7cd916a72959fac12a2ae088fb714757ca347  src/bitcoin-32b8dc648f91.tar.gz
    3470fb3daeda27719d4f84dc26f9ead9516aa86219196d9a54a9e334f90a100be8  bitcoin-core-linux-22-res.yml
    35Done.
    
  23. fanquake merged this on Mar 9, 2021
  24. fanquake closed this on Mar 9, 2021

  25. MarcoFalke removed the label Needs gitian build on Mar 9, 2021
  26. sidhujag referenced this in commit 32050fa67b on Mar 9, 2021
  27. hebasto referenced this in commit ffdd7de690 on Mar 9, 2021
  28. fanquake referenced this in commit bca5ee6f38 on Mar 10, 2021
  29. sidhujag referenced this in commit f178b52e92 on Mar 10, 2021
  30. laanwj referenced this in commit e828fc8f52 on Mar 11, 2021
  31. fanquake referenced this in commit 05757aa860 on Mar 19, 2021
  32. hebasto deleted the branch on Mar 30, 2021
  33. kittywhiskers referenced this in commit 464bf3fbdb on Nov 24, 2021
  34. kittywhiskers referenced this in commit 0f062c364a on Nov 30, 2021
  35. PastaPastaPasta referenced this in commit 25a965d691 on Nov 30, 2021
  36. PastaPastaPasta referenced this in commit 6ba3016026 on Dec 22, 2021
  37. PastaPastaPasta referenced this in commit 0f5b1beec1 on Dec 22, 2021
  38. PastaPastaPasta referenced this in commit f2c180094b on Dec 22, 2021
  39. PastaPastaPasta referenced this in commit c804e42ddf on Dec 28, 2021
  40. gades referenced this in commit 53eaf37c41 on May 24, 2022
  41. DrahtBot locked this on Aug 16, 2022

github-metadata-mirror

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: 2024-11-17 12:12 UTC

This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me