[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 03/18] tests/lcitool: update to latest version
From: |
Peter Maydell |
Subject: |
Re: [PATCH v2 03/18] tests/lcitool: update to latest version |
Date: |
Mon, 28 Feb 2022 16:49:37 +0000 |
On Mon, 28 Feb 2022 at 16:46, Alex Bennée <alex.bennee@linaro.org> wrote:
>
>
> Peter Maydell <peter.maydell@linaro.org> writes:
>
> > On Fri, 25 Feb 2022 at 17:36, Alex Bennée <alex.bennee@linaro.org> wrote:
> >>
> >> We will need an update shortly for some new images.
> >>
> >> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
> >> Message-Id: <20220211160309.335014-4-alex.bennee@linaro.org>
> >> ---
> >> tests/docker/dockerfiles/opensuse-leap.docker | 3 +--
> >> tests/docker/dockerfiles/ubuntu1804.docker | 3 +--
> >> tests/docker/dockerfiles/ubuntu2004.docker | 3 +--
> >> tests/lcitool/libvirt-ci | 2 +-
> >> 4 files changed, 4 insertions(+), 7 deletions(-)
> >>
> >> diff --git a/tests/docker/dockerfiles/opensuse-leap.docker
> >> b/tests/docker/dockerfiles/opensuse-leap.docker
> >> index 1b78d8369a..e1ad9434a3 100644
> >> --- a/tests/docker/dockerfiles/opensuse-leap.docker
> >> +++ b/tests/docker/dockerfiles/opensuse-leap.docker
> >> @@ -127,8 +127,7 @@ RUN zypper update -y && \
> >> ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/g++ && \
> >> ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc
> >>
> >> -RUN pip3 install \
> >> - meson==0.56.0
> >> +RUN pip3 install meson==0.56.0
> >
> > Why are these formatting changes to the dockerfiles in this commit ?
>
> The latest lcitool I assume didn't see the need for the continuation
> line. I ran:
>
> make lcitool-refresh
>
> when I updated.
Oh, I see. If you put something in the commit message along
the lines of
"This commit was automatically generated by running 'make lcitool-refresh'"
that will help reviewers, since the default assumption is
generally that changes are hand-written.
thanks
-- PMM
- [PATCH v2 06/18] tests/docker: introduce debian-riscv64-test-cross, (continued)
- [PATCH v2 06/18] tests/docker: introduce debian-riscv64-test-cross, Alex Bennée, 2022/02/25
- [PATCH v2 09/18] gitlab: add a new aarch32 custom runner definition, Alex Bennée, 2022/02/25
- [PATCH v2 07/18] scripts/ci: add build env rules for aarch32 on aarch64, Alex Bennée, 2022/02/25
- [PATCH v2 08/18] scripts/ci: allow for a secondary runner, Alex Bennée, 2022/02/25
- [PATCH v2 03/18] tests/lcitool: update to latest version, Alex Bennée, 2022/02/25
- [PATCH v2 18/18] tests/tcg: port SYS_HEAPINFO to a system test, Alex Bennée, 2022/02/25
- [PATCH v2 11/18] tests/tcg: build sha1-vector with O3 and compare, Alex Bennée, 2022/02/25
- [PATCH v2 14/18] travis.yml: Update the s390x jobs to Ubuntu Focal, Alex Bennée, 2022/02/25
- [PATCH v2 13/18] tests/tcg: add vectorised sha512 versions, Alex Bennée, 2022/02/25
- Re: [PATCH v2 13/18] tests/tcg: add vectorised sha512 versions, Richard Henderson, 2022/02/28
[PATCH v2 12/18] tests/tcg: add sha512 test, Alex Bennée, 2022/02/25