| Message ID | 20260119092617.3506559-1-barnabas.pocze@ideasonboard.com |
|---|---|
| State | New |
| Headers | show |
| Series |
|
| Related | show |
On Mon, Jan 19, 2026 at 10:26:16AM +0100, Barnabás Pőcze wrote: > It is saved as artifact in all other build jobs and it can be > useful is diagnosing issues related to dependencies, compilation, > or linking. > > Signed-off-by: Barnabás Pőcze <barnabas.pocze@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> > --- > gitlab-ci.yml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/gitlab-ci.yml b/gitlab-ci.yml > index 66d8f27..4edb6a7 100644 > --- a/gitlab-ci.yml > +++ b/gitlab-ci.yml > @@ -315,6 +315,7 @@ build-package:cros: > artifacts: > name: libcamera-cros-${CI_COMMIT_SHA} > paths: > + - build/meson-logs/ > - libcamera-upstream-9999.tbz2 > > # ------------------------------------------------------------------------------
diff --git a/gitlab-ci.yml b/gitlab-ci.yml index 66d8f27..4edb6a7 100644 --- a/gitlab-ci.yml +++ b/gitlab-ci.yml @@ -315,6 +315,7 @@ build-package:cros: artifacts: name: libcamera-cros-${CI_COMMIT_SHA} paths: + - build/meson-logs/ - libcamera-upstream-9999.tbz2 # ------------------------------------------------------------------------------
It is saved as artifact in all other build jobs and it can be useful is diagnosing issues related to dependencies, compilation, or linking. Signed-off-by: Barnabás Pőcze <barnabas.pocze@ideasonboard.com> --- gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) -- 2.52.0