gitlab-ci: Install cmakelang so we can format CMake build files

This commit is contained in:
Moses Turner 2022-09-19 14:03:09 -05:00 committed by Jakob Bornecrantz
parent d2e2c3a988
commit 7b734a4a6c
3 changed files with 3 additions and 3 deletions

View file

@ -30,7 +30,7 @@ include:
.monado.variables.debian:bullseye:
variables:
FDO_DISTRIBUTION_VERSION: "bullseye"
FDO_DISTRIBUTION_TAG: "2022-07-25.0"
FDO_DISTRIBUTION_TAG: "2022-09-19.1"
# Variables for build and usage of Debian bullseye-ndk image
.monado.variables.debian:bullseye-ndk:

View file

@ -69,7 +69,7 @@ distributions:
# This image does some extra work.
- codename: bullseye
script: i386_and_proclamation_container_prep.sh
tag: "2022-07-25.0"
tag: "2022-09-19.1"
deb_version_suffix: bpo11
packages:
<<: *default_debian_packages

View file

@ -7,4 +7,4 @@
bash ./install-cross.sh
)
python3 -m pip install proclamation
python3 -m pip install proclamation cmakelang