[igt-dev] [PATCH i-g-t] Dockerfile.build-debian-mips: use buster with libunwind fix

Guillaume Tucker guillaume.tucker at collabora.com
Tue Sep 1 13:09:39 UTC 2020


On 11/08/2020 10:46, Petri Latvala wrote:
> On Tue, Aug 11, 2020 at 10:32:41AM +0100, Guillaume Tucker wrote:
>> We can now use libunwind 1.2.1-10~deb10u1 from Debian Buster as per
>> this bug report which has now been resolved:
>>
>>   https://bugs.debian.org/932725
>>
>> Drop stretch-backports for MIPS and use Buster like the other
>> architectures.
>>
>> Signed-off-by: Guillaume Tucker <guillaume.tucker at collabora.com>
> 
> Happy birthday, bug 932725!
> 
> Reviewed-by: Petri Latvala <petri.latvala at intel.com>

Thanks!

It looks like this hasn't been applied yet, is there anything
blocking it?

Guillaume

>> ---
>>  Dockerfile.build-debian-mips | 8 ++------
>>  1 file changed, 2 insertions(+), 6 deletions(-)
>>
>> diff --git a/Dockerfile.build-debian-mips b/Dockerfile.build-debian-mips
>> index 7e4bacdf8ded..9b7c0a5b4703 100644
>> --- a/Dockerfile.build-debian-mips
>> +++ b/Dockerfile.build-debian-mips
>> @@ -1,6 +1,4 @@
>> -# we are stuck on stretch for mips:
>> -# https://bugs.debian.org/932725
>> -FROM debian:stretch-backports
>> +FROM debian:buster
>>  
>>  RUN apt-get update
>>  RUN apt-get install -y \
>> @@ -32,9 +30,7 @@ RUN apt-get install -y \
>>  			libjson-c-dev:mips \
>>  			libcurl4-openssl-dev:mips \
>>  			libxrandr-dev:mips \
>> -			libxv-dev:mips
>> -
>> -RUN apt-get install -t stretch-backports -y \
>> +			libxv-dev:mips \
>>  			meson \
>>  			libdrm-dev:mips \
>>  			qemu-user \
>> -- 
>> 2.20.1
>>
>> _______________________________________________
>> igt-dev mailing list
>> igt-dev at lists.freedesktop.org
>> https://lists.freedesktop.org/mailman/listinfo/igt-dev



More information about the igt-dev mailing list