The build actually runs 3 builds serially, this diffs make them
different configurations so they can run parallel.
Details
Details
- Reviewers
jasonbcox - Group Reviewers
Restricted Project - Commits
- rABC10978b1799c9: [CI] Split the secp256k1 build in parts
./contrib/teamcity/build-configurations.py build-secp256k1 ./contrib/teamcity/build-configurations.py build-secp256k1-endomorphism ./contrib/teamcity/build-configurations.py build-secp256k1-java
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
contrib/teamcity/build-configurations.yml | ||
---|---|---|
272 ↗ | (On Diff #23379) | This is not running ninja check-secp256k1-java like the script used to. |
contrib/teamcity/build-configurations.yml | ||
---|---|---|
272 ↗ | (On Diff #23379) | check-secp256k1 is a superset of check-secp256k1-java, so it has an increased scope but still running the java tests |