Skip to content

Commit 8008ef7

Browse files
committed
Merge #257: integration test: Document incompatibility of --all-features
4430f61 integration test: Document incompatibility of --all-features (Tobin C. Harding) Pull request description: And I always forget that the integration test crate cannot be built with all features enabled. Add a section to the README in an attempt to save poor future Tobin the time to work this out again. ACKs for top commit: jamillambert: ACK 4430f61 Tree-SHA512: ebc303eebc72c34e9d2e1f7a0b0e9ef23e0a7e9f6d537484d06bc8feb41e5481cab61081ebbb3b29998861390229519f6406091cc084d08191c8f0d1612e2129
2 parents cd12639 + 4430f61 commit 8008ef7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

integration_test/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ enabled. However `node` allows setting the environment variable
77

88
`BITCOIND_EXE=/opt/bitcoin-28.0/bin/bitcoind cargo test --features=28_0`
99

10+
## All features
11+
12+
Note that this crate cannot be built with `--all-features` because of
13+
how the internal `v28_and_below` style feature gates work.
14+
1015
## Shell alias' for the impatient
1116

1217
I have all the Core versions on my machine e.g., `/opt/bitcoin-28.0`

0 commit comments

Comments
 (0)