From 5c0283b0208e1d448d087e85bcb6f553053e994b Mon Sep 17 00:00:00 2001 From: fanquake Date: Fri, 11 Mar 2022 10:26:20 +0000 Subject: [PATCH] Merge bitcoin/bitcoin#24509: doc: Add `guix` prefix for changes to reproducible builds f1f994a122b135160216b6fc56c095b83eeaf812 doc: Add `guix` prefix for changes to reproducible builds (Hennadii Stepanov) Pull request description: Most of contributors already use the `guix:` prefix for changes to `contrib/guix`. Also `guix` is shorter than `build`, and it is more focused/specific. ACKs for top commit: fanquake: ACK f1f994a122b135160216b6fc56c095b83eeaf812 Tree-SHA512: 3f754e80802ec4e871b099ce1f0877e34ecc4816fbe9c49bfd2a7368ef79fed9edf6c65f38eedef2a87367fdc911dc548e0def422d80b66a91ce2e5f35826032 --- .github/workflows/semantic-pull-request.yml | 1 + CONTRIBUTING.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/semantic-pull-request.yml b/.github/workflows/semantic-pull-request.yml index cb351ee2f9..2ec7381172 100644 --- a/.github/workflows/semantic-pull-request.yml +++ b/.github/workflows/semantic-pull-request.yml @@ -28,6 +28,7 @@ jobs: perf test build + guix ci chore revert diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 95e34313e6..381dbb91a8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -131,6 +131,7 @@ include: - *utils* for changes to the utils and libraries - *wallet* for changes to the wallet code - *zmq* for changes to the ZMQ APIs + - *guix* for changes to the GUIX reproducible builds Examples: