[igt-dev] [PATCH i-g-t] Dockerfile.build-debian-mips: use buster with libunwind fix
Petri Latvala
petri.latvala at intel.com
Tue Aug 11 09:46:15 UTC 2020
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>
> ---
> 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