public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
From: Petri Latvala <petri.latvala@intel.com>
To: Arkadiusz Hiler <arkadiusz.hiler@intel.com>
Cc: igt-dev@lists.freedesktop.org
Subject: Re: [igt-dev] [PATCH i-g-t v2] Dockerfile.*debian*: Switch over to buster
Date: Wed, 20 Nov 2019 13:29:38 +0200	[thread overview]
Message-ID: <20191120112938.GG25209@platvala-desk.ger.corp.intel.com> (raw)
In-Reply-To: <20191120110242.167373-1-arkadiusz.hiler@intel.com>

On Wed, Nov 20, 2019 at 01:02:42PM +0200, Arkadiusz Hiler wrote:
> Debian Busters is the new stable so let's upgrade.
> 
> v2: stay on stretch for MIPS
> 
> Cc: Guillaume Tucker <guillaume.tucker@collabora.com>
> Cc: Petri Latvala <petri.latvala@intel.com>
> Issue: https://bugs.debian.org/932725
> Signed-off-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com>

Reviewed-by: Petri Latvala <petri.latvala@intel.com>



> ---
>  Dockerfile.build-debian         |  6 ++----
>  Dockerfile.build-debian-arm64   | 13 ++++++-------
>  Dockerfile.build-debian-armhf   | 14 ++++++--------
>  Dockerfile.build-debian-minimal | 10 ++++------
>  Dockerfile.build-debian-mips    |  2 ++
>  5 files changed, 20 insertions(+), 25 deletions(-)
> 
> diff --git a/Dockerfile.build-debian b/Dockerfile.build-debian
> index 36c51765..b143a532 100644
> --- a/Dockerfile.build-debian
> +++ b/Dockerfile.build-debian
> @@ -17,10 +17,8 @@ RUN apt-get install -y \
>  			libcurl4-openssl-dev \
>  			python-docutils \
>  			valgrind \
> -			peg
> -
> -RUN apt-get install -t stretch-backports -y \
> -					libdrm-intel1
> +			peg \
> +			libdrm-intel1
>  
>  # autotools build deps
>  RUN apt-get install -y \
> diff --git a/Dockerfile.build-debian-arm64 b/Dockerfile.build-debian-arm64
> index 3ea97807..573c7096 100644
> --- a/Dockerfile.build-debian-arm64
> +++ b/Dockerfile.build-debian-arm64
> @@ -1,4 +1,4 @@
> -FROM debian:stretch-backports
> +FROM debian:buster
>  
>  RUN apt-get update
>  RUN apt-get install -y \
> @@ -30,12 +30,11 @@ RUN apt-get install -y \
>  			libjson-c-dev:arm64 \
>  			libcurl4-openssl-dev:arm64 \
>  			libxrandr-dev:arm64 \
> -			libxv-dev:arm64
> +			libxv-dev:arm64 \
> +			meson \
> +			libdrm-dev:arm64 \
> +			qemu-user \
> +			qemu-user-static
>  
> -RUN apt-get install -t stretch-backports -y \
> -					meson \
> -					libdrm-dev:arm64 \
> -					qemu-user \
> -					qemu-user-static
>  
>  RUN apt-get clean
> diff --git a/Dockerfile.build-debian-armhf b/Dockerfile.build-debian-armhf
> index 3e429e2f..737ca364 100644
> --- a/Dockerfile.build-debian-armhf
> +++ b/Dockerfile.build-debian-armhf
> @@ -1,4 +1,4 @@
> -FROM debian:stretch-backports
> +FROM debian:buster
>  
>  RUN apt-get update
>  RUN apt-get install -y \
> @@ -30,12 +30,10 @@ RUN apt-get install -y \
>  			libjson-c-dev:armhf \
>  			libcurl4-openssl-dev:armhf \
>  			libxrandr-dev:armhf \
> -			libxv-dev:armhf
> -
> -RUN apt-get install -t stretch-backports -y \
> -					meson \
> -					libdrm-dev:armhf \
> -					qemu-user \
> -					qemu-user-static
> +			libxv-dev:armhf \
> +			meson \
> +			libdrm-dev:armhf \
> +			qemu-user \
> +			qemu-user-static
>  
>  RUN apt-get clean
> diff --git a/Dockerfile.build-debian-minimal b/Dockerfile.build-debian-minimal
> index 7c23ffc2..64edf4b4 100644
> --- a/Dockerfile.build-debian-minimal
> +++ b/Dockerfile.build-debian-minimal
> @@ -1,4 +1,4 @@
> -FROM debian:stretch-backports
> +FROM debian:buster
>  
>  RUN apt-get update
>  RUN apt-get install -y \
> @@ -18,10 +18,8 @@ RUN apt-get install -y \
>  			libudev-dev \
>  			libxrandr-dev \
>  			libxv-dev \
> -			x11proto-dri2-dev
> -
> -RUN apt-get install -t stretch-backports -y \
> -					meson \
> -					libdrm-dev
> +			x11proto-dri2-dev \
> +			meson \
> +			libdrm-dev
>  
>  RUN apt-get clean
> diff --git a/Dockerfile.build-debian-mips b/Dockerfile.build-debian-mips
> index e56e7e75..7e4bacdf 100644
> --- a/Dockerfile.build-debian-mips
> +++ b/Dockerfile.build-debian-mips
> @@ -1,3 +1,5 @@
> +# we are stuck on stretch for mips:
> +# https://bugs.debian.org/932725
>  FROM debian:stretch-backports
>  
>  RUN apt-get update
> -- 
> 2.23.0
> 
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

  reply	other threads:[~2019-11-20 11:29 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-20 11:02 [igt-dev] [PATCH i-g-t v2] Dockerfile.*debian*: Switch over to buster Arkadiusz Hiler
2019-11-20 11:29 ` Petri Latvala [this message]
2019-11-20 13:45 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2019-11-21  3:14 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191120112938.GG25209@platvala-desk.ger.corp.intel.com \
    --to=petri.latvala@intel.com \
    --cc=arkadiusz.hiler@intel.com \
    --cc=igt-dev@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox