On 06/11/2024 1:05 pm, Javi Merino wrote: > apt-get update refreshes the package lists. -y doesn't do anything > here. It is needed for "apt-get install" or "apt-get upgrade" but not > for apt-get update. Drop it. > > Signed-off-by: Javi Merino <javi.mer...@cloud.com>
Acked-by: Andrew Cooper <andrew.coop...@citrix.com> > --- > automation/build/debian/11-ppc64le.dockerfile | 2 +- > automation/build/debian/11-riscv64.dockerfile | 2 +- > automation/build/debian/12-ppc64le.dockerfile | 2 +- > automation/build/debian/12-riscv64.dockerfile | 2 +- > automation/build/debian/12-x86_64-gcc-ibt.dockerfile | 4 ++-- > automation/build/ubuntu/16.04-x86_64.dockerfile | 2 +- > automation/build/ubuntu/18.04-x86_64.dockerfile | 2 +- > automation/build/ubuntu/20.04-x86_64.dockerfile | 2 +- > automation/build/ubuntu/22.04-x86_64.dockerfile | 2 +- > automation/build/ubuntu/24.04-x86_64.dockerfile | 2 +- Judging by this file list, the change is independent of patches 1-5, so can go in straight away. ~Andrew