Message ID | 20240307221810.2109348-3-nicolas@ndufresne.ca |
---|---|
State | Accepted |
Headers | show |
Series |
|
Related | show |
Quoting Nicolas Dufresne (2024-03-07 22:18:07) > From: Nicolas Dufresne <nicolas.dufresne@collabora.com> > > Without that all forks are doomed to recreate the dockers. I wondered if that was by design or despair ... but I think not recreating images and saving some electrons is far better. Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> > > Signed-off-by: Nicolas Dufresne <nicolas.dufresne@collabora.com> > --- > gitlab-ci.yml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/gitlab-ci.yml b/gitlab-ci.yml > index a4e1ef4..105971d 100644 > --- a/gitlab-ci.yml > +++ b/gitlab-ci.yml > @@ -7,6 +7,7 @@ stages: > - test > > variables: > + FDO_UPSTREAM_REPO: 'camera/libcamera' > CROS_SDK_IMAGE: 'registry.freedesktop.org/camera/libcamera/cros-sdk-lite-r120-15662:2024-01-16.0' > GIT_DEPTH: 1 > KERNEL_VERSION: '6.6' > -- > 2.43.2 >
diff --git a/gitlab-ci.yml b/gitlab-ci.yml index a4e1ef4..105971d 100644 --- a/gitlab-ci.yml +++ b/gitlab-ci.yml @@ -7,6 +7,7 @@ stages: - test variables: + FDO_UPSTREAM_REPO: 'camera/libcamera' CROS_SDK_IMAGE: 'registry.freedesktop.org/camera/libcamera/cros-sdk-lite-r120-15662:2024-01-16.0' GIT_DEPTH: 1 KERNEL_VERSION: '6.6'