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@xxxxxxxxxxxxxx> --- 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 && \ cd labgrid && \ + git checkout 16db15a953 && \ pip3 install --break-system-packages . && \ ln -s $(which pytest) /usr/local/bin/labgrid-pytest; -- 2.39.2