Skip to content

Conversation

@0xB10C
Copy link
Contributor

@0xB10C 0xB10C commented Apr 15, 2025

The first commits add the ZMQ and BDB cmake flags that were missed in #398586 as they were previously opt-out and are now opt-in. The second commit adds the tracepoint functionality to match the upstream GUIX release builds.

That ZMQ is available can be tested with ./result/bin/bitcoind --help | grep zmq, and readelf -n result/bin/bitcoind can be used to list the tracepoints.

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • sandbox = relaxed
    • sandbox = true
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 25.05 Release Notes (or backporting 24.11 and 25.05 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

Add a 👍 reaction to pull requests you find important.

0xB10C added 2 commits April 15, 2025 18:14
With the build system changes in Bitcoin Core v29.0, the dependecies
are now opt-in. See https://bitcoincore.org/en/releases/29.0/#build-system

To support the same features as in v28.1, ZMQ and the BDB legacy wallet are
enabled here.
The Bitcoin Core upstream GUIX release builds enable WITH_USDT.
To match these, enable this here too.
@0xB10C 0xB10C mentioned this pull request Apr 15, 2025
13 tasks
@nix-owners nix-owners bot requested review from RaghavSood and mmahut April 15, 2025 16:45
@github-actions github-actions bot added 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. labels Apr 15, 2025
@nix-owners nix-owners bot requested review from prusnak and roconnor April 15, 2025 16:51
@prusnak prusnak merged commit f15573c into NixOS:master Apr 15, 2025
22 checks passed
@0xB10C 0xB10C deleted the 2025-04-fix-v29.0-configure-args branch April 15, 2025 17:15
@linsui linsui mentioned this pull request Jun 20, 2025
13 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants