CI: Ignore errors present in build logs
Report errors found in the build logs, but do not fail the job if some are present. Based on observations, certain errors (for example): update-alternatives: error: alternative path /usr/share/man/man7/bash-builtins.7.gz doesn't exist do not actually cause the build to fail. Instead of relying on log parsing, we should maybe check the return code of the build process to determine whether the build truly failed?
Showing
Please register or sign in to comment