All of lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t] Dockerfile.build-debian-mips: use buster with libunwind fix
@ 2020-08-11  9:32 Guillaume Tucker
  2020-08-11  9:46 ` Petri Latvala
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Guillaume Tucker @ 2020-08-11  9:32 UTC (permalink / raw)
  To: igt-dev

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@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

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-09-01 14:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-11  9:32 [igt-dev] [PATCH i-g-t] Dockerfile.build-debian-mips: use buster with libunwind fix Guillaume Tucker
2020-08-11  9:46 ` Petri Latvala
2020-09-01 13:09   ` Guillaume Tucker
2020-09-01 13:41     ` Petri Latvala
2020-08-11  9:58 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2020-08-11 12:13 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.