Skip to content

Commit 7712a53

Browse files
Merge #1524: check-abi: explicitly provide public headers
dd69556 check-abi: explicitly provide public headers (Jonas Nick) Pull request description: Without this commit, the check-abi shell script outputs false positives because it consider some headers public that are actually not public. ACKs for top commit: real-or-random: ACK dd69556 hebasto: ACK dd69556, tested on Ubuntu 24.04. Tree-SHA512: b26e61639061f5fbbdd47569ba04f91c627feeefc43ec3d529a3ac4012ab6487aa1904bd38100ed190dcaebdffe60895a8c99346720d5dee84a0c457ec3b6f94
2 parents 7d0bc08 + dd69556 commit 7712a53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/check-abi.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ checkout_and_build() {
4949
-DSECP256K1_BUILD_CTIME_TESTS=OFF \
5050
-DSECP256K1_BUILD_EXAMPLES=OFF
5151
cmake --build . -j "$(nproc)"
52-
abi-dumper src/libsecp256k1.so -o ABI.dump -lver "$2"
52+
abi-dumper src/libsecp256k1.so -o ABI.dump -lver "$2" -public-headers ../include/
5353
cd "$_orig_dir"
5454
}
5555

0 commit comments

Comments
 (0)