Is it possible to have the build in github's PR checks section to keep compiling files after an error?
Gerard Ziemski
gerard.ziemski at oracle.com
Fri Sep 6 19:55:49 UTC 2024
hi,
Is it possible to have the build in github's PR checks section keep compiling files after an error is encountered?
This would help limit number of times a fix and commit is required, for a large changes involving refactoring/renaming changes that touch lots of files. This in turn would limit the number of times the build must be spun up to find/fix all errors.
As it is, the current build check task bails out at 1st error, and only provides error reports for a single file at a time.
cheers
More information about the build-dev
mailing list