On Thu, 8 Oct 2020 06:58:38 GMT, Robin Westberg <rwestb...@openjdk.org> wrote:
>> Aleksey Shipilev has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Build with debug and no-pch for zero and minimal > > .github/workflows/submit.yml line 109: > >> 107: - build debug >> 108: - build hotspot no-pch >> 109: - build debug hotspot no-pch zero > > Suggestion: > > - build hotspot zero no-pch debug That makes sense. We should change the order in #547 then first? So the final thing would be: - build release - build debug - build hotspot no-pch debug - build hotspot zero no-pch debug - build hotspot minimal no-pch debug ------------- PR: https://git.openjdk.java.net/jdk/pull/546