Installing cmake with apt is not required, and in fact causes cmake to be downgraded and warning about wrong lib version to be printed
[exec] /usr/bin/cmake: /usr/local/lib/libcurl.so.4: no version information available (required by /usr/bin/cmake)
Additionally, at least once the pipeline compiled the library, but failed to push it to git because of file lock preventing rebase. If this happens, the command should fail and retry (even if forever) rather than quietly complete.
Installing cmake with apt is not required, and in fact causes cmake to be downgraded and warning about wrong lib version to be printed
Additionally, at least once the pipeline compiled the library, but failed to push it to git because of file lock preventing rebase. If this happens, the command should fail and retry (even if forever) rather than quietly complete.