qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 2/7] tests/docker: Simplify debian-all-test-cross


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH 2/7] tests/docker: Simplify debian-all-test-cross
Date: Mon, 18 Oct 2021 13:14:55 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.1.0

On 10/18/21 12:54, Alex Bennée wrote:
> 
> Richard Henderson <richard.henderson@linaro.org> writes:
> 
>> The base debian10 image contains enough to build qemu;
>> we do not need to repeat that within the new image.
>>
>> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
>> ---
>>  tests/docker/dockerfiles/debian-all-test-cross.docker | 5 -----
>>  1 file changed, 5 deletions(-)
>>
>> diff --git a/tests/docker/dockerfiles/debian-all-test-cross.docker 
>> b/tests/docker/dockerfiles/debian-all-test-cross.docker
>> index dedcea58b4..b185b7c15a 100644
>> --- a/tests/docker/dockerfiles/debian-all-test-cross.docker
>> +++ b/tests/docker/dockerfiles/debian-all-test-cross.docker
>> @@ -8,11 +8,6 @@
>>  #
>>  FROM qemu/debian10
>>  
>> -# What we need to build QEMU itself
>> -RUN apt update && \
>> -    DEBIAN_FRONTEND=noninteractive eatmydata \
>> -    apt build-dep -yy qemu
>> -
>>  # Add the foreign architecture we want and install dependencies
>>  RUN DEBIAN_FRONTEND=noninteractive eatmydata \
>>          apt install -y --no-install-recommends \
> 
> Reviewed-by: Alex Bennée <alex.bennee@linaro.org>

IIUC if we keep --arch-only in the previous step (previous patch),
this step is required here.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]