• Robert Schmidt's avatar
    Use ninja -k option in CI · 9409348d
    Robert Schmidt authored
    Some users of the OAI CI complain that since we build with -Werror, it
    is difficult to see all warnings/errors and fix them, necessitating
    multiple attempts at times to see all warnings. To allow them to see
    more warnings, use ninja option -k10 to keep going after errors, and
    show more errors at once.
    9409348d
Dockerfile.build.rocky 1.94 KB