[igt-dev] [PATCH i-g-t 2/2] gitlab-ci: Remove autotools from corss-compilation containers
Arkadiusz Hiler
arkadiusz.hiler at intel.com
Wed Feb 13 15:53:41 UTC 2019
We only use meson there.
Cc: Daniel Vetter <daniel at ffwll.ch>
Cc: Tomi Valkeinen <tomi.valkeinen at ti.com>
Signed-off-by: Arkadiusz Hiler <arkadiusz.hiler at intel.com>
---
Dockerfile.debian-arm64 | 8 --------
Dockerfile.debian-armhf | 8 --------
2 files changed, 16 deletions(-)
diff --git a/Dockerfile.debian-arm64 b/Dockerfile.debian-arm64
index 34fb5ad4..7b3a3c7c 100644
--- a/Dockerfile.debian-arm64
+++ b/Dockerfile.debian-arm64
@@ -36,11 +36,3 @@ RUN apt-get install -t stretch-backports -y \
libdrm-dev:arm64 \
qemu-user \
qemu-user-static
-
-# autotools build deps
-RUN apt-get install -y \
- autoconf \
- automake \
- xutils-dev \
- libtool \
- make
diff --git a/Dockerfile.debian-armhf b/Dockerfile.debian-armhf
index 81ad5c61..c67a1e2a 100644
--- a/Dockerfile.debian-armhf
+++ b/Dockerfile.debian-armhf
@@ -36,11 +36,3 @@ RUN apt-get install -t stretch-backports -y \
libdrm-dev:armhf \
qemu-user \
qemu-user-static
-
-# autotools build deps
-RUN apt-get install -y \
- autoconf \
- automake \
- xutils-dev \
- libtool \
- make
--
2.20.1
More information about the igt-dev
mailing list