build: Fix `make apk` for Android w/ non-default SOURCES_PATH in depends #22555

pull hebasto wants to merge 1 commits into bitcoin:master from hebasto:210726-apk changing 5 files +7 −3
  1. hebasto commented at 12:21 PM on July 26, 2021: member

    On master (1488f55fa57a1400a57be837b574183f019c7855) if depends are built with the customized SOURCES_PATH variable, the following make apk fails for Android host (see bitcoin/bitcoin#22522).

    Fixes bitcoin/bitcoin#22522.

  2. hebasto added the label Build system on Jul 26, 2021
  3. hebasto added the label Android on Jul 26, 2021
  4. hebasto cross-referenced this on Jul 26, 2021 from issue build, android: `make apk` fails if depends source cache is in a non-default location by achow101
  5. hebasto cross-referenced this on Jul 26, 2021 from issue build: Fix `make apk` if ccache enabled, and enable it on CI by hebasto
  6. DrahtBot commented at 1:13 PM on July 26, 2021: contributor

    <!--e57a25ab6845829454e8d69fc972939a-->

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

    <!--174a7506f384e20aa4161008e828411d-->

    Conflicts

    Reviewers, this pull request conflicts with the following ones:

    • #23611 (build: add LTO option to depends (no Qt) by fanquake)
    • #22552 (build: Improve depends build system robustness by hebasto)

    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.

  7. DrahtBot cross-referenced this on Jul 26, 2021 from issue build, qt: Fix cross-compiling detection on M1-based macOS (aarch64) by hebasto
  8. hebasto marked this as a draft on Jul 26, 2021
  9. DrahtBot cross-referenced this on Jul 26, 2021 from issue build: add and use C_STANDARD and CXX_STANDARD in depends by fanquake
  10. achow101 commented at 6:57 PM on July 26, 2021: member

    Seems to work.

  11. hebasto cross-referenced this on Jul 26, 2021 from issue build: Improve depends build system robustness by hebasto
  12. hebasto force-pushed on Jul 26, 2021
  13. hebasto marked this as ready for review on Jul 26, 2021
  14. hebasto commented at 7:56 PM on July 26, 2021: member

    This PR is based on #22552, and only the last two commits belong to this one.

    The dependency on #22552 could be eliminated by replacing $(qt_file_name) with a hardcoded value, but it will definitely bad for maintainability.

  15. DrahtBot cross-referenced this on Jul 27, 2021 from issue Use std::filesystem. Remove Boost Filesystem & System by fanquake
  16. icota commented at 8:04 AM on July 31, 2021: contributor

    I can confirm this fixes my Android build issues. I haven't yet looked at the code.

  17. DrahtBot cross-referenced this on Aug 6, 2021 from issue build: deprecate UPnP support by fanquake
  18. DrahtBot cross-referenced this on Aug 15, 2021 from issue build, qt: Add Wayland support for Linux builds with depends by hebasto
  19. MarcoFalke added the label DrahtBot Guix build requested on Aug 23, 2021
  20. DrahtBot removed the label DrahtBot Guix build requested on Aug 25, 2021
  21. DrahtBot cross-referenced this on Aug 31, 2021 from issue build: fix unoptimized libraries in depends by fanquake
  22. DrahtBot added the label Needs rebase on Sep 2, 2021
  23. hebasto force-pushed on Sep 2, 2021
  24. hebasto commented at 8:57 AM on September 2, 2021: member

    Rebased 886e8048436d0e6f6f0484ccf54bd7ec61fdc2e3 -> 5005c8e912b561b3a572b19bdd9e35ad98b928f2 (pr22555.02 -> pr22555.03) due to the conflict with #22840.

  25. DrahtBot removed the label Needs rebase on Sep 2, 2021
  26. DrahtBot cross-referenced this on Sep 13, 2021 from issue Update zmq to 4.3.4 by gruve-p
  27. DrahtBot cross-referenced this on Oct 12, 2021 from issue build: LLVM 16 & LLD based macOS toolchain by fanquake
  28. DrahtBot cross-referenced this on Oct 14, 2021 from issue [POC] build: static musl libc based bitcoind by fanquake
  29. DrahtBot cross-referenced this on Oct 23, 2021 from issue build: upgrade to boost 1.77 to fix c++20 compilation by PastaPastaPasta
  30. DrahtBot cross-referenced this on Nov 11, 2021 from issue build: boring autotools cleanup by fanquake
  31. DrahtBot added the label Needs rebase on Nov 13, 2021
  32. hebasto force-pushed on Nov 15, 2021
  33. hebasto commented at 6:27 PM on November 15, 2021: member

    Rebased 5005c8e912b561b3a572b19bdd9e35ad98b928f2 -> 57aeb32d888542fba261138ae378ae9e0062c12c (pr22555.03 -> pr22555.04) due to the conflicts with #23473 and #23494.

  34. DrahtBot removed the label Needs rebase on Nov 15, 2021
  35. DrahtBot cross-referenced this on Nov 16, 2021 from issue build: Bump Fontconfig version up to 2.12.6 by hebasto
  36. DrahtBot cross-referenced this on Nov 16, 2021 from issue build: Qt 5.15.2 by fanquake
  37. DrahtBot cross-referenced this on Nov 18, 2021 from issue PE: check for control flow instrumentation by fanquake
  38. DrahtBot cross-referenced this on Nov 19, 2021 from issue build, qt: Fix regression in rendering on macOS Big Sur by hebasto
  39. DrahtBot cross-referenced this on Nov 19, 2021 from issue Update Qt version for native Windows builds by hebasto
  40. DrahtBot added the label Needs rebase on Nov 21, 2021
  41. hebasto force-pushed on Nov 21, 2021
  42. hebasto commented at 5:58 PM on November 21, 2021: member

    Rebased 57aeb32d888542fba261138ae378ae9e0062c12c -> a5b568ec74528d0ea94b1ee0392d37e338c97155 (pr22555.04 -> pr22555.05) due to the conflict with #23535.

  43. DrahtBot removed the label Needs rebase on Nov 21, 2021
  44. DrahtBot cross-referenced this on Nov 24, 2021 from issue build: patch qt to explicitly define previously implicit header include by kwvg
  45. DrahtBot added the label Needs rebase on Nov 25, 2021
  46. hebasto force-pushed on Nov 28, 2021
  47. hebasto commented at 9:10 AM on November 28, 2021: member

    Rebased a5b568ec74528d0ea94b1ee0392d37e338c97155 -> 03037862fc749685ba2e60c3194d634e16513a54 (pr22555.05 -> pr22555.06) due to the conflict with #23580.

  48. DrahtBot removed the label Needs rebase on Nov 28, 2021
  49. DrahtBot cross-referenced this on Nov 28, 2021 from issue build: add `LTO` option to depends by fanquake
  50. DrahtBot cross-referenced this on Nov 29, 2021 from issue build, qt: Ditch `no_sdk_version_check.patch` by hebasto
  51. DrahtBot added the label Needs rebase on Nov 30, 2021
  52. hebasto force-pushed on Nov 30, 2021
  53. hebasto commented at 1:36 PM on November 30, 2021: member

    Rebased 03037862fc749685ba2e60c3194d634e16513a54 -> df63d6a5f95da9b70992dcea0baa60f18b852667 (pr22555.06 -> pr22555.07) due to the conflict with #23618.

  54. DrahtBot removed the label Needs rebase on Nov 30, 2021
  55. DrahtBot added the label Needs rebase on Dec 3, 2021
  56. hebasto force-pushed on Dec 4, 2021
  57. hebasto commented at 6:05 PM on December 4, 2021: member

    Rebased df63d6a5f95da9b70992dcea0baa60f18b852667 -> 5b36a11e7ce731bed8d510ef1428687a0b7a0551 (pr22555.07 -> pr22555.08) due to the conflict with #23489.

  58. hebasto cross-referenced this on Dec 4, 2021 from issue build: Include native_X.mk before X.mk by hebasto
  59. DrahtBot removed the label Needs rebase on Dec 4, 2021
  60. DrahtBot cross-referenced this on Dec 5, 2021 from issue build: Post-pr23489 small cleanups by hebasto
  61. bitcoin deleted a comment on Dec 5, 2021
  62. MarcoFalke added the label DrahtBot Guix build requested on Dec 5, 2021
  63. DrahtBot added the label Needs rebase on Dec 9, 2021
  64. fanquake referenced this in commit 65b49f60a4 on Dec 10, 2021
  65. hebasto force-pushed on Dec 10, 2021
  66. hebasto force-pushed on Dec 10, 2021
  67. hebasto commented at 4:09 PM on December 10, 2021: member

    Rebased 5b36a11e7ce731bed8d510ef1428687a0b7a0551 -> 72005867a4ae6e80c361c8c4f3f800b9854c3791 (pr22555.08 -> pr22555.09) due to the conflicts with #23495 and #23673.

  68. DrahtBot removed the label Needs rebase on Dec 10, 2021
  69. DrahtBot cross-referenced this on Dec 10, 2021 from issue build: add systemtap's sys/sdt.h as depends for GUIX builds with USDT tracepoints by 0xB10C
  70. sidhujag referenced this in commit 4890778588 on Dec 10, 2021
  71. DrahtBot cross-referenced this on Dec 11, 2021 from issue build, qt: Drop support for i686-linux-android host by hebasto
  72. DrahtBot commented at 6:45 PM on December 14, 2021: contributor

    <!--9cd9c72976c961c55c7acef8f6ba82cd-->

    Guix builds

    File commit ac92ab6da58e34993d0641b98eef5b5f55b6cbf9<br>(master) commit e2337127ba7b5059f2c4e59c975db7cb8a18ea32<br>(master and this pull)
    SHA256SUMS.part ad612c55e8552e5f... 0970538a2e6adcfd...
    *-aarch64-linux-gnu-debug.tar.gz dfb9f712e593e855... a3fe0ab31ced0f10...
    *-aarch64-linux-gnu.tar.gz 81f327b7dccdf9f9... 6d2ea22fe3d8422e...
    *-arm-linux-gnueabihf-debug.tar.gz 5178fa7d71f4cd9c... 1bb91053a4f00324...
    *-arm-linux-gnueabihf.tar.gz 767752a777572495... f052966f1835d847...
    *-osx-unsigned.dmg c56ddd5318f66749... 56f0690961a9c96d...
    *-osx-unsigned.tar.gz 18773e80b233ede4... cc06fe5a870f8ff5...
    *-osx64.tar.gz 5cd526b9b35ab65f... 8d9cd56163801d16...
    *-powerpc64-linux-gnu-debug.tar.gz 1c7a141264ccff9f... e8833c82f409041b...
    *-powerpc64-linux-gnu.tar.gz 8f89a1546bcc563e... bf47f36027f2b3c0...
    *-powerpc64le-linux-gnu-debug.tar.gz 546d57375ca436ca... 129ba27863024d7a...
    *-powerpc64le-linux-gnu.tar.gz f2d44eab7a7facaf... 9086cece1d5bab52...
    *-riscv64-linux-gnu-debug.tar.gz 798b97d2b288d656... d6e31341924439a2...
    *-riscv64-linux-gnu.tar.gz 98875a06de3c1084... 77f46bfa6479294b...
    *-win-unsigned.tar.gz 47c022024636527f... 37d30dd3ce68dee2...
    *-win64-debug.zip 8444e4a1f462c9e7... cb70a995441d341a...
    *-win64-setup-unsigned.exe e34caaf8b5be1a1a... 8c5657337459eb73...
    *-win64.zip dfade3b4d3688271... f4d690b5b3a152da...
    *-x86_64-linux-gnu-debug.tar.gz 462ff2a6d604fcf7... 227e77664062c9f9...
    *-x86_64-linux-gnu.tar.gz 11d7ef269ae360d7... 0baaad3598da6fd5...
    *.tar.gz 779113ea1d92a4eb... 0dd0babac7cb98f2...
    guix_build.log 00942c2f5f0e05b1... b49a0176fb0affaf...
    guix_build.log.diff 9921eed3b3d1ec7d...
  73. DrahtBot removed the label DrahtBot Guix build requested on Dec 14, 2021
  74. DrahtBot added the label Needs rebase on Dec 15, 2021
  75. RandyMcMillan referenced this in commit 7f64ef8c81 on Dec 23, 2021
  76. hebasto force-pushed on Dec 29, 2021
  77. hebasto commented at 9:08 PM on December 29, 2021: member

    Rebased 72005867a4ae6e80c361c8c4f3f800b9854c3791 -> 4a8fec4fde2c57e7be210ccc71a8c185ef035d56 (pr22555.09 -> pr22555.10) due to the conflict with #23744.

  78. DrahtBot removed the label Needs rebase on Dec 29, 2021
  79. DrahtBot cross-referenced this on Dec 30, 2021 from issue Linux: build with and test for control flow instrumentation on x86_64 by fanquake
  80. DrahtBot cross-referenced this on Jan 1, 2022 from issue Multiprocess bitcoin by ryanofsky
  81. DrahtBot cross-referenced this on Jan 3, 2022 from issue build: use zeromq 4.3.4 in depends & fix NetBSD 10 build by fanquake
  82. DrahtBot cross-referenced this on Jan 3, 2022 from issue build: add support for NetBSD in depends by fanquake
  83. DrahtBot cross-referenced this on Jan 3, 2022 from issue build: add support for FreeBSD to depends by fanquake
  84. DrahtBot cross-referenced this on Jan 6, 2022 from issue build: remove use of TARGET_OS and BUILD_OS by fanquake
  85. DrahtBot cross-referenced this on Jan 7, 2022 from issue build: support OpenBSD in depends by fanquake
  86. DrahtBot added the label Needs rebase on Jan 10, 2022
  87. hebasto force-pushed on Jan 10, 2022
  88. hebasto force-pushed on Jan 10, 2022
  89. hebasto force-pushed on Jan 10, 2022
  90. hebasto commented at 1:10 PM on January 10, 2022: member

    Rebased 4a8fec4fde2c57e7be210ccc71a8c185ef035d56 -> 580efc56ae17dc8523af2ae18a593ed5cb708c05 (pr22555.10 -> pr22555.11) due to the conflict with #23724.

  91. DrahtBot removed the label Needs rebase on Jan 10, 2022
  92. DrahtBot cross-referenced this on Jan 11, 2022 from issue build: don't compress macOS DMG by fanquake
  93. DrahtBot cross-referenced this on Jan 11, 2022 from issue multiprocess: Add bitcoin-wallet -ipcconnect option by ryanofsky
  94. DrahtBot cross-referenced this on Jan 14, 2022 from issue multiprocess: Add bitcoin-gui -ipcconnect option by ryanofsky
  95. DrahtBot cross-referenced this on Jan 18, 2022 from issue build: specify hosts for qrencode package by fanquake
  96. DrahtBot added the label Needs rebase on Jan 19, 2022
  97. PastaPastaPasta referenced this in commit 46adef2e0b on Apr 7, 2022
  98. PastaPastaPasta referenced this in commit 6e5c27c7a0 on Apr 7, 2022
  99. PastaPastaPasta referenced this in commit ec1f251fda on Apr 7, 2022
  100. PastaPastaPasta referenced this in commit 95204d3fa0 on Apr 11, 2022
  101. hebasto force-pushed on Apr 21, 2022
  102. hebasto commented at 2:22 PM on April 21, 2022: member

    Rebased 580efc56ae17dc8523af2ae18a593ed5cb708c05 -> 5f099742f2737c2e44665469a3768cab7b6e74dd (pr22555.11 -> pr22555.12).

  103. hebasto force-pushed on Apr 21, 2022
  104. hebasto force-pushed on Apr 21, 2022
  105. hebasto commented at 2:36 PM on April 21, 2022: member

    Ok, I reworked this PR:

    • dropped dependency on scary #22552
    • dropped indentation refactoring commit

    Should be a bit easier to review now :)

    Friendly ping @achow101 @icota @fanquake

  106. DrahtBot removed the label Needs rebase on Apr 21, 2022
  107. achow101 commented at 8:11 PM on April 21, 2022: member

    ACK 7d310694fc7acc6611890e3eaff36631edb86fef

  108. MarcoFalke added the label DrahtBot Guix build requested on Apr 22, 2022
  109. DrahtBot cross-referenced this on Apr 23, 2022 from issue build: No longer need to hack the `PATH` variable in `config.site` by hebasto
  110. DrahtBot cross-referenced this on Apr 23, 2022 from issue [POC] build: Hello Qt 6 by hebasto
  111. DrahtBot cross-referenced this on Apr 23, 2022 from issue build: Drop redundant checks for ranlib and strip tools by hebasto
  112. fanquake commented at 8:08 AM on April 29, 2022: member

    Concept ~0. Adding more code to our depends and build systems, just to accommodate building for android in a "non-default" way is a bit meh. The people using this target with a custom SOURCES_PATH, which I'd assume is not many at all, could also just set QT_BASE_PATH.

  113. DrahtBot added the label Needs rebase on May 5, 2022
  114. build: Fix `make apk` for Android w/ non-default SOURCES_PATH in depends 5d166dfc25
  115. hebasto force-pushed on May 28, 2022
  116. hebasto commented at 12:07 PM on May 28, 2022: member

    Rebased 7d310694fc7acc6611890e3eaff36631edb86fef -> 5d166dfc25520906457227b4702621754414e2a3 (pr22555.13 -> pr22555.14) due to the conflict with #24866.

  117. hebasto commented at 12:18 PM on May 28, 2022: member

    @fanquake

    Adding more code to our depends and build systems...

    Also some lines have been removed from src/Makefile.qt.include :)

    ... just to accommodate building for android in a "non-default" way is a bit meh. The people using this target with a custom SOURCES_PATH, which I'd assume is not many at all...

    This PR is not about adding a new feature for a few developers, but about fixing a bug in the existing feature. If consider to accept the point mentioned above, probably #22522 should be closed and the SOURCES_PATH variable should be removed from our depends and build system, no?

    ... could also just set QT_BASE_PATH.

    QT_BASE_PATH=<some-path> make apk won't fix #22522.

  118. DrahtBot removed the label Needs rebase on May 28, 2022
  119. ghost commented at 12:55 PM on May 30, 2022: none

    I followed these steps from doc/build-android.md:

    1. Download Android Studio
    2. SDK Manager -> SDK Tools -> NDK
    3. Use ANDROID_SDK=/home/test/Android/Sdk ANDROID_NDK=/home/test/Android/Sdk/ndk-bundle make HOST=aarch64-linux-android ANDROID_API_LEVEL=28 ANDROID_TOOLCHAIN_BIN=/home/test/Android/Sdk/ndk-bundle/toolchains/llvm/prebuilt/linux-x86_64/bin
    4. Run make && make apk in src/qt which gives same error as shared in #22522

    image

  120. hebasto commented at 7:59 PM on May 30, 2022: member

    @1440000bytes

    3. Use ANDROID_SDK=/home/test/Android/Sdk ANDROID_NDK=/home/test/Android/Sdk/ndk-bundle make HOST=aarch64-linux-android ANDROID_API_LEVEL=28 ANDROID_TOOLCHAIN_BIN=/home/test/Android/Sdk/ndk-bundle/toolchains/llvm/prebuilt/linux-x86_64/bin

    I didn't check everything for now, but seeing "NDK (Side be side)" in your screenshot makes me believe that ANDROID_NDK=/home/test/Android/Sdk/ndk-bundle is wrong. It should be something like /home/test/Android/Sdk/ndk/23.1.7779620.

  121. ghost commented at 10:11 PM on May 30, 2022: none

    I changed it to ANDROID_NDK=/home/test/Android/Sdk/ndk/24.0.8215888/ but still same error

  122. hebasto commented at 10:36 PM on May 30, 2022: member

    @1440000bytes

    4. Run make && make apk in src/qt which gives same error as shared in #22522

    It seems really strange for me, as in @achow101's issue "SOURCES_PATH is set to a non-default location", but you do not use the SOURCES_PATH variable at all.

    Could you provide your commands and error messages exactly from your terminal please?

  123. DrahtBot commented at 10:25 AM on May 31, 2022: contributor

    <!--9cd9c72976c961c55c7acef8f6ba82cd-->

    Guix builds

    File commit ba48fcf4a40c5b9888459511fb4233a1b89184cc<br>(master) commit 59f1f6748481116a01eb700dfdcb27dedfe26cbe<br>(master and this pull)
    SHA256SUMS.part 527e646748fc1d90... 3633ba4c946a9af3...
    *-aarch64-linux-gnu-debug.tar.gz 35e4316bf1d357c4... 39e7ab8271962681...
    *-aarch64-linux-gnu.tar.gz 1f85c099b29ea0dd... 90dfc01c299ca33c...
    *-arm-linux-gnueabihf-debug.tar.gz d6df7e181bf616c3... dd19e4f2955798ae...
    *-arm-linux-gnueabihf.tar.gz c129828b3df2b777... 19c00fe0a24f95aa...
    *-arm64-apple-darwin-unsigned.dmg d1838dd296848007... d43647aae7f20ddd...
    *-arm64-apple-darwin-unsigned.tar.gz fa36fd3da0059b2b... 5ed49f7c6c6601b0...
    *-arm64-apple-darwin.tar.gz 423fff82ffd7ca8e... 1920816903e0682f...
    *-powerpc64-linux-gnu-debug.tar.gz f4c86c9c0ed36279... 31973e854c6f2309...
    *-powerpc64-linux-gnu.tar.gz 9100b771827546d9... d4c9c26350de4be8...
    *-powerpc64le-linux-gnu-debug.tar.gz 8c4d736f9a77bde6... 22ea80cb86c729e1...
    *-powerpc64le-linux-gnu.tar.gz 3a9e976703722adf... bef726099a126b48...
    *-riscv64-linux-gnu-debug.tar.gz 07a4d7b931883408... c5a8df2fc2cccf23...
    *-riscv64-linux-gnu.tar.gz 61a58feb2c777b96... 22755b5baf81da50...
    *-win64-debug.zip c860ce15b3921ee5... 3af64b885c236bd7...
    *-win64-setup-unsigned.exe c6396cd43abd87bb... 2226578282ee1930...
    *-win64-unsigned.tar.gz 500f4a6fac75a565... 20e91f114e1573ee...
    *-win64.zip 9da0e9ab96fadc5e... 20b7fd8203e80712...
    *-x86_64-apple-darwin-unsigned.dmg 426c9a1341c018bb... 9dde8fdb0c880d38...
    *-x86_64-apple-darwin-unsigned.tar.gz 480f25b0387d1e8c... ac5b3295729ac454...
    *-x86_64-apple-darwin.tar.gz 787812227ae3eb7d... 95b8c61721c06027...
    *-x86_64-linux-gnu-debug.tar.gz f21aa98511e3600a... 00c745c80d2b5675...
    *-x86_64-linux-gnu.tar.gz 47415f7a5a9eb4c3... 5e61c35f86a1badd...
    *.tar.gz 5b979b5c6941fb92... 6380e0a106d85085...
    guix_build.log 9cf24d56f1eef11b... 63239999125f9419...
    guix_build.log.diff cb3fd38ea8efb5c6...
  124. DrahtBot removed the label DrahtBot Guix build requested on May 31, 2022
  125. ghost commented at 5:54 PM on May 31, 2022: none

    Could you provide your commands and error messages exactly from your terminal please?

    https://pastebin.com/raw/kkduRKvs

  126. hebasto commented at 6:20 PM on May 31, 2022: member

    @1440000bytes

    Could you provide your commands and error messages exactly from your terminal please?

    https://pastebin.com/raw/kkduRKvs

    Thank you!

    I think you did not build depends, and missed configuration step. It should be like that:

    $ make -C depends HOST=aarch64-linux-android ANDROID_SDK=/home/hebasto/Android/Sdk ANDROID_NDK=/home/hebasto/Android/Sdk/ndk/23.1.7779620 ANDROID_API_LEVEL=28 ANDROID_TOOLCHAIN_BIN=/home/hebasto/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin
    $ ./autogen.sh
    $ ./configure --quiet CONFIG_SITE=$PWD/depends/aarch64-linux-android/share/config.site --enable-suppress-external-warnings
    $ make clean
    $ cd src/qt
    $ make
    $ make apk
    
  127. DrahtBot commented at 7:29 PM on June 14, 2022: contributor

    <!--cf906140f33d8803c4a75a2196329ecb-->

    🐙 This pull request conflicts with the target branch and needs rebase.

    <sub>Want to unsubscribe from rebase notifications on this pull request? Just convert this pull request to a "draft".</sub>

  128. DrahtBot added the label Needs rebase on Jun 14, 2022
  129. hebasto closed this on Jul 21, 2022

  130. bitcoin locked this on Jul 21, 2023

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: 2026-05-20 06:53 UTC