Open bitcoin-tools opened 7 months ago
Resolved temporarily by suppressing stderr - in order to be able to merge the test-compile feature.
The goal is to not suppress all of stderr, and instead to only do it selectively for certain warnings.
Leaving this issue open until then.
Describe the bug
This is an upstream issue, but nodebuilder can suppress it without suppressing all of stdout.
Will require some
grep -A -B -C
magic.The following lines are printing in the terminal output.
Steps to Reproduce
Run with
-c
option on macOS 14 / arm64. Or check the CI jobs.Expected behavior
Should show
Compiling source code, please wait... ok.
without warnings.Desktop (please complete the following information):
Additional context Add any other context about the problem here.