gitlab-ci: drop gettext from the build images

Suggested-by: Pierre-Eric Pelloux-Prayer <pelloux@gmail.com>
Signed-off-by: Eric Engestrom <eric@engestrom.ch>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5440>
This commit is contained in:
Eric Engestrom 2020-06-12 21:06:38 +02:00 committed by Marge Bot
parent 04e8eaf4e8
commit 4be31ebb61
4 changed files with 3 additions and 6 deletions

View File

@ -150,7 +150,7 @@ x86_build-base:
- .fdo.container-build@debian
- .container
variables:
FDO_DISTRIBUTION_TAG: &x86_build-base "2020-06-02"
FDO_DISTRIBUTION_TAG: &x86_build-base "2020-06-12"
.use-x86_build-base:
extends:
@ -256,7 +256,7 @@ x86_test-vk:
x86_build_old:
extends: x86_build-base
variables:
FDO_DISTRIBUTION_TAG: &x86_build_old "2020-06-02"
FDO_DISTRIBUTION_TAG: &x86_build_old "2020-06-12"
FDO_DISTRIBUTION_VERSION: stretch-slim
.use-x86_build_old:
@ -272,7 +272,7 @@ arm_build:
- .fdo.container-build@debian@arm64v8
- .container
variables:
FDO_DISTRIBUTION_TAG: &arm_build "2020-06-01"
FDO_DISTRIBUTION_TAG: &arm_build "2020-06-12"
.use-arm_build:
variables:

View File

@ -22,7 +22,6 @@ apt-get -y install \
fastboot \
flex \
g++ \
gettext \
git \
lavacli \
libdrm-dev:armhf \

View File

@ -30,7 +30,6 @@ apt-get install -y --no-remove \
g++ \
g++-mingw-w64-x86-64 \
gcc \
gettext \
libclang-9-dev \
libclc-dev \
libelf-dev \

View File

@ -30,7 +30,6 @@ apt-get install -y --no-remove \
flex \
g++ \
gcc \
gettext \
git \
libclang-3.9-dev \
libclang-4.0-dev \