[PATCH 3/6] ci: container: update to newer Labgrid
Yann Sionneau
ysionneau at kalrayinc.com
Mon Aug 12 05:52:50 PDT 2024
Hi Ahmad,
Le 8/12/24 à 11:15, Ahmad Fatoum a écrit :
> The now current release is v23.0.6 from April 2024, but master has
> fixes, which enable us to run Labgrid tests against the sandbox
> architecture. Therefore point at the newest commit on the master branch.
>
> Signed-off-by: Ahmad Fatoum <a.fatoum at pengutronix.de>
> ---
> test/Containerfile | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/test/Containerfile b/test/Containerfile
> index 2f8c969d824f..c09051a1505a 100644
> --- a/test/Containerfile
> +++ b/test/Containerfile
> @@ -75,8 +75,9 @@ RUN echo barebox ALL=NOPASSWD: ALL > /etc/sudoers.d/barebox
>
> # install labgrid
> RUN cd /tmp && \
> - git clone --depth 1 -b v23.0 https://github.com/labgrid-project/labgrid && \
> + git clone --depth 1 https://github.com/labgrid-project/labgrid && \
This triggers `error: pathspec '16db15a953' did not match any file(s)
known to git` on my side
I suggest removing the `--depth 1`
Cheers,
--
Yann
More information about the barebox
mailing list