[PATCH 3/6] ci: container: update to newer Labgrid
Ahmad Fatoum
a.fatoum at pengutronix.de
Mon Aug 12 06:30:11 PDT 2024
Hello Yann,
On 12.08.24 14:52, Yann Sionneau wrote:
> 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`
Thanks. v24.0 was released today, so I'll just point at that.
Cheers,
Ahmad
>
> Cheers,
>
--
Pengutronix e.K. | |
Steuerwalder Str. 21 | http://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
More information about the barebox
mailing list