File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ the pull request affects. Valid areas as:
153
153
- ` test ` , ` qa ` or ` ci ` for changes to the unit tests, QA tests or CI code
154
154
- ` util ` or ` lib ` for changes to the utils or libraries
155
155
- ` wallet ` for changes to the wallet code
156
- - ` build ` for changes to the GNU Autotools or MSVC builds
156
+ - ` build ` for changes to CMake
157
157
- ` guix ` for changes to the GUIX reproducible builds
158
158
159
159
Examples:
Original file line number Diff line number Diff line change @@ -6,9 +6,8 @@ You can find installation instructions in the `build-*.md` file for your platfor
6
6
7
7
| Dependency | Minimum required |
8
8
| --- | --- |
9
- | [ Autoconf] ( https://www.gnu.org/software/autoconf/ ) | [ 2.69] ( https://github.com/bitcoin/bitcoin/pull/17769 ) |
10
- | [ Automake] ( https://www.gnu.org/software/automake/ ) | [ 1.13] ( https://github.com/bitcoin/bitcoin/pull/18290 ) |
11
9
| [ Clang] ( https://clang.llvm.org ) | [ 16.0] ( https://github.com/bitcoin/bitcoin/pull/30263 ) |
10
+ | [ CMake] ( https://cmake.org/ ) | [ 3.22] ( https://github.com/bitcoin/bitcoin/pull/30454 ) |
12
11
| [ GCC] ( https://gcc.gnu.org ) | [ 11.1] ( https://github.com/bitcoin/bitcoin/pull/29091 ) |
13
12
| [ Python] ( https://www.python.org ) (scripts, tests) | [ 3.9] ( https://github.com/bitcoin/bitcoin/pull/28211 ) |
14
13
| [ systemtap] ( https://sourceware.org/systemtap/ ) ([ tracing] ( tracing.md ) )| N/A |
You can’t perform that action at this time.
0 commit comments