Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: move "make build" for webpki into generate.sh (#7885)
webpki.go was discarding stdout when "make build" failed. We can make it print stdout in that context, but it's more straightforward to run "make build" from the shell script that calls webpki.go, where its stdout will naturally be emitted. Inspired by a recent CI run where there was a straightforward build failure in some of Boulder's code, but it was masked by an error running webpki.go in the `bsetup` container.
- Loading branch information