mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-02-01 03:01:05 +00:00
Merge bitcoin/bitcoin#33826: scripted-diff: Remove obsolete comment
36724205fc1f226d7b5493ed0212c336e7f2ae84 scripted-diff: Remove obsolete comment (Hennadii Stepanov) Pull request description: The removed comment become obsolete after bitcoin/bitcoin#32697 and bitcoin/bitcoin#32881. ACKs for top commit: l0rinc: code review ACK 36724205fc1f226d7b5493ed0212c336e7f2ae84 maflcko: lgtm ACK 36724205fc1f226d7b5493ed0212c336e7f2ae84 rkrux: crACK 36724205fc1f226d7b5493ed0212c336e7f2ae84 Tree-SHA512: b880f71ce9aa8288c635eb216c86d5424227a27bfb524443255d48193afca05e65b092fb1b481f3b850f7b8d6cef0f64d275d173c580023b8b5fa19966356d52
This commit is contained in:
commit
dcd0099a76
@ -101,5 +101,5 @@ cmake -B build -DENABLE_WALLET=OFF
|
||||
|
||||
```bash
|
||||
cmake --build build # Append "-j N" for N parallel jobs.
|
||||
ctest --test-dir build # Append "-j N" for N parallel tests. Some tests are disabled if Python 3 is not available.
|
||||
ctest --test-dir build # Append "-j N" for N parallel tests.
|
||||
```
|
||||
|
||||
@ -115,5 +115,5 @@ Build and run the tests:
|
||||
|
||||
```bash
|
||||
cmake --build build # Append "-j N" for N parallel jobs.
|
||||
ctest --test-dir build # Append "-j N" for N parallel tests. Some tests are disabled if Python 3 is not available.
|
||||
ctest --test-dir build # Append "-j N" for N parallel tests.
|
||||
```
|
||||
|
||||
@ -93,7 +93,7 @@ Run `cmake -B build -LH` to see the full list of available options.
|
||||
|
||||
```bash
|
||||
cmake --build build # Append "-j N" for N parallel jobs.
|
||||
ctest --test-dir build # Append "-j N" for N parallel tests. Some tests are disabled if Python 3 is not available.
|
||||
ctest --test-dir build # Append "-j N" for N parallel tests.
|
||||
```
|
||||
|
||||
## Resource limits
|
||||
|
||||
@ -170,7 +170,7 @@ Run the following in your terminal to compile Bitcoin Core:
|
||||
|
||||
``` bash
|
||||
cmake --build build # Append "-j N" here for N parallel jobs.
|
||||
ctest --test-dir build # Append "-j N" for N parallel tests. Some tests are disabled if Python 3 is not available.
|
||||
ctest --test-dir build # Append "-j N" for N parallel tests.
|
||||
```
|
||||
|
||||
### 3. Deploy (optional)
|
||||
|
||||
@ -57,7 +57,7 @@ Run `cmake -B build -LH` to see the full list of available options.
|
||||
```
|
||||
cmake -B build --preset vs2022-static # It might take a while if the vcpkg binary cache is unpopulated or invalidated.
|
||||
cmake --build build --config Release # Append "-j N" for N parallel jobs.
|
||||
ctest --test-dir build --build-config Release # Append "-j N" for N parallel tests. Some tests are disabled if Python 3 is not available.
|
||||
ctest --test-dir build --build-config Release # Append "-j N" for N parallel tests.
|
||||
cmake --install build --config Release # Optional.
|
||||
```
|
||||
|
||||
@ -66,7 +66,7 @@ cmake --install build --config Release # Optional.
|
||||
```
|
||||
cmake -B build --preset vs2022 -DBUILD_GUI=OFF # It might take a while if the vcpkg binary cache is unpopulated or invalidated.
|
||||
cmake --build build --config Release # Append "-j N" for N parallel jobs.
|
||||
ctest --test-dir build --build-config Release # Append "-j N" for N parallel tests. Some tests are disabled if Python 3 is not available.
|
||||
ctest --test-dir build --build-config Release # Append "-j N" for N parallel tests.
|
||||
```
|
||||
|
||||
### 6. vcpkg-specific Issues and Workarounds
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user