On Thu, 12 Jan 2023 18:01:50 GMT, Coleen Phillimore <cole...@openjdk.org> wrote:
>> This change makes native output files be only printed when building with >> LOG=info, to make the build not have so many pages of output. >> Tested with GHA and locally (tbd) > > Coleen Phillimore has updated the pull request incrementally with one > additional commit since the last revision: > > This seems to do the right thing without summarizing the number of object > files compiled for the tests. I don't know how to do this. My local solution: make jdk-image test-image | grep -v "Creating " ------------- PR: https://git.openjdk.org/jdk/pull/11930