Page MenuHomePhabricator

[CMAKE] Cleanup secp256k1 module path
ClosedPublic

Authored by Fabien on Jan 7 2020, 16:40.

Details

Summary

Now that secp256k1 has it's own project, there is no need to have it
build standalone from the bitcoin-abc source tree.
It can be selected by using the appropriated target instead.

Test Plan
ninja check check-secp256k1
ABC_BUILD_NAME=build-default ./contrib/teamcity/build-configurations.sh

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

deadalnix added inline comments.
contrib/teamcity/build-configurations.sh
118 ↗(On Diff #15199)

check-secp256k1-java ?

124 ↗(On Diff #15199)

It seems like this could benefit from running ninja check-all / ninja check-extended.

This would ensure this whole test suite also covers univalue and leveldb.

This revision is now accepted and ready to land.Jan 7 2020, 17:25
contrib/teamcity/build-configurations.sh
118 ↗(On Diff #15199)

check-secp256k1 includes check-secp256k1-java if -DSECP256K1_ENABLE_JNI is ON.

124 ↗(On Diff #15199)

It's on my stack, I just left it aside lately in favor of other stuff.

This revision was automatically updated to reflect the committed changes.