GitLab CI: C++ project build failed without any helpful message.
Hi GitLab staff,
I have been using GitLab CI pipelines routinely and I have always been able to troubleshoot my own problems as testified in the pipeline history: Pipelines · DO-CV / sara · GitLab.
Recently I am trying to update the docker image in my gitlab-ci.yml
- from:
nvidia/cudagl:10.1-runtime-ubuntu18.04
(.gitlab-ci.yml · master · DO-CV / sara · GitLab) - to:
nvidia/cudagl:11.4.2-runtime-ubuntu20.04
(.gitlab-ci.yml · enh-update-gitlab-ci · DO-CV / sara · GitLab)
This time, make
does not tell me why the code does not compile in this build job: build (#2985811490) · Jobs · DO-CV / sara · GitLab. The corresponding C++ files used to compile fine in previous build jobs.
I have tried reproducing the problem by building my own Docker image on my local machine and everything builds fine…
Although unlikely, I am wondering if I am running out of space? Otherwise any other hint would be appreciated…
Best,