mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2024-11-23 18:24:13 +08:00
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:
parent
04e8eaf4e8
commit
4be31ebb61
@ -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:
|
||||
|
@ -22,7 +22,6 @@ apt-get -y install \
|
||||
fastboot \
|
||||
flex \
|
||||
g++ \
|
||||
gettext \
|
||||
git \
|
||||
lavacli \
|
||||
libdrm-dev:armhf \
|
||||
|
@ -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 \
|
||||
|
@ -30,7 +30,6 @@ apt-get install -y --no-remove \
|
||||
flex \
|
||||
g++ \
|
||||
gcc \
|
||||
gettext \
|
||||
git \
|
||||
libclang-3.9-dev \
|
||||
libclang-4.0-dev \
|
||||
|
Loading…
Reference in New Issue
Block a user