Re: [PATCH] gitlab-ci.yml: Avoid recompiling the sources in the test jobs

2021-01-26 Thread Wainer dos Santos Moschetta
On 1/26/21 3:57 AM, Thomas Huth wrote: Currently, our check-system-* jobs are recompiling the whole sources again. This happens due to the fact that the jobs are checking out the whole source tree and required submodules again, and only try to use the "build" directory with the binaries and obj

Re: [PATCH] gitlab-ci.yml: Avoid recompiling the sources in the test jobs

2021-01-26 Thread Philippe Mathieu-Daudé
On 1/26/21 10:08 AM, Thomas Huth wrote: > On 26/01/2021 08.36, Philippe Mathieu-Daudé wrote: >> On 1/26/21 7:57 AM, Thomas Huth wrote: >>> Currently, our check-system-* jobs are recompiling the whole sources >>> again. This happens due to the fact that the jobs are checking out >>> the whole source

Re: [PATCH] gitlab-ci.yml: Avoid recompiling the sources in the test jobs

2021-01-26 Thread Thomas Huth
On 26/01/2021 08.36, Philippe Mathieu-Daudé wrote: On 1/26/21 7:57 AM, Thomas Huth wrote: Currently, our check-system-* jobs are recompiling the whole sources again. This happens due to the fact that the jobs are checking out the whole source tree and required submodules again, and only try to u

Re: [PATCH] gitlab-ci.yml: Avoid recompiling the sources in the test jobs

2021-01-25 Thread Philippe Mathieu-Daudé
On 1/26/21 7:57 AM, Thomas Huth wrote: > Currently, our check-system-* jobs are recompiling the whole sources > again. This happens due to the fact that the jobs are checking out > the whole source tree and required submodules again, and only try > to use the "build" directory with the binaries and

[PATCH] gitlab-ci.yml: Avoid recompiling the sources in the test jobs

2021-01-25 Thread Thomas Huth
Currently, our check-system-* jobs are recompiling the whole sources again. This happens due to the fact that the jobs are checking out the whole source tree and required submodules again, and only try to use the "build" directory with the binaries and object files as an artifact from the previous