[igt-dev] [PATCH i-g-t] Dockerfile.build-debian-mips: use buster with libunwind fix
Guillaume Tucker
guillaume.tucker at collabora.com
Tue Aug 11 09:32:41 UTC 2020
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>
---
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
More information about the igt-dev
mailing list