mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 11:28:05 +02: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
4 changed files with 3 additions and 6 deletions
|
|
@ -150,7 +150,7 @@ x86_build-base:
|
||||||
- .fdo.container-build@debian
|
- .fdo.container-build@debian
|
||||||
- .container
|
- .container
|
||||||
variables:
|
variables:
|
||||||
FDO_DISTRIBUTION_TAG: &x86_build-base "2020-06-02"
|
FDO_DISTRIBUTION_TAG: &x86_build-base "2020-06-12"
|
||||||
|
|
||||||
.use-x86_build-base:
|
.use-x86_build-base:
|
||||||
extends:
|
extends:
|
||||||
|
|
@ -256,7 +256,7 @@ x86_test-vk:
|
||||||
x86_build_old:
|
x86_build_old:
|
||||||
extends: x86_build-base
|
extends: x86_build-base
|
||||||
variables:
|
variables:
|
||||||
FDO_DISTRIBUTION_TAG: &x86_build_old "2020-06-02"
|
FDO_DISTRIBUTION_TAG: &x86_build_old "2020-06-12"
|
||||||
FDO_DISTRIBUTION_VERSION: stretch-slim
|
FDO_DISTRIBUTION_VERSION: stretch-slim
|
||||||
|
|
||||||
.use-x86_build_old:
|
.use-x86_build_old:
|
||||||
|
|
@ -272,7 +272,7 @@ arm_build:
|
||||||
- .fdo.container-build@debian@arm64v8
|
- .fdo.container-build@debian@arm64v8
|
||||||
- .container
|
- .container
|
||||||
variables:
|
variables:
|
||||||
FDO_DISTRIBUTION_TAG: &arm_build "2020-06-01"
|
FDO_DISTRIBUTION_TAG: &arm_build "2020-06-12"
|
||||||
|
|
||||||
.use-arm_build:
|
.use-arm_build:
|
||||||
variables:
|
variables:
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,6 @@ apt-get -y install \
|
||||||
fastboot \
|
fastboot \
|
||||||
flex \
|
flex \
|
||||||
g++ \
|
g++ \
|
||||||
gettext \
|
|
||||||
git \
|
git \
|
||||||
lavacli \
|
lavacli \
|
||||||
libdrm-dev:armhf \
|
libdrm-dev:armhf \
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,6 @@ apt-get install -y --no-remove \
|
||||||
g++ \
|
g++ \
|
||||||
g++-mingw-w64-x86-64 \
|
g++-mingw-w64-x86-64 \
|
||||||
gcc \
|
gcc \
|
||||||
gettext \
|
|
||||||
libclang-9-dev \
|
libclang-9-dev \
|
||||||
libclc-dev \
|
libclc-dev \
|
||||||
libelf-dev \
|
libelf-dev \
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,6 @@ apt-get install -y --no-remove \
|
||||||
flex \
|
flex \
|
||||||
g++ \
|
g++ \
|
||||||
gcc \
|
gcc \
|
||||||
gettext \
|
|
||||||
git \
|
git \
|
||||||
libclang-3.9-dev \
|
libclang-3.9-dev \
|
||||||
libclang-4.0-dev \
|
libclang-4.0-dev \
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue