This fixes the error currently seen in secp256k1 tests: https://build.bitcoinabc.org/viewLog.html?buildId=88041&buildTypeId=BitcoinABC_Master_BitcoinAbcMasterSecp256k1&tab=buildLog&_focus=256
Details
Details
- Reviewers
Fabien - Group Reviewers
Restricted Project - Commits
- rABCc87b967f347e: [CI] Increase stream buffer limit for build subprocess
Test secp256k1 in CI with this patch: https://build.bitcoinabc.org/viewLog.html?buildId=88107&buildTypeId=BitcoinABC_BitcoinAbcStaging&tab=buildResultsDiv
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- buffer-limit
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Event Timeline
Comment Actions
More context: the bash traces are echoing a list of the valid targets, as it checks for validity when a list is passed to build_with_cmake. This list has no line break and causes the overflow.