forked from bitcoin/bitcoin
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge #242: cmake: Keep RPATH for the
bitcoin-chainstate
target in …
…the build tree f39a181 fixup! ci: Test CMake edge cases (Hennadii Stepanov) aadee95 fixup! cmake: Do not add the rpath information to compiled executables (Hennadii Stepanov) Pull request description: This is a follow-up of bitcoin#30312 and #236. On staging branch @ 8b80c1a: ``` $ cmake -B build -DBUILD_UTIL_CHAINSTATE=ON -DBUILD_SHARED_LIBS=ON $ cmake --build build -t bitcoin-chainstate $ ./build/src/bitcoin-chainstate ./build/src/bitcoin-chainstate: error while loading shared libraries: libbitcoinkernel.so: cannot open shared object file: No such file or directory ``` This PR fixes this issue and adds a new CI job to check it. ACKs for top commit: m3dwards: ACK f39a181 theuni: ACK f39a181 Tree-SHA512: 845b956d3d9791e75baf4d9865501b273aea52210022e0da8efe311d758f5eff901c7bc839d521ec967967d5edd4c5ed3b245294287207b0a65e3fd18c54cc29
- Loading branch information
Showing
3 changed files
with
80 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters