The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ci: Do clang-format on bullseye too now.

+5 -5
+5 -5
.gitlab-ci.yml
··· 34 34 .monado.variables.debian:bullseye: 35 35 variables: 36 36 FDO_DISTRIBUTION_VERSION: bullseye 37 - FDO_DISTRIBUTION_TAG: "2021-10-28.0" 37 + FDO_DISTRIBUTION_TAG: "2021-11-04.0" 38 38 39 39 # Variables for build and usage of Ubuntu 20.04 LTS (Focal) image 40 40 .monado.variables.ubuntu:focal: ··· 106 106 - .monado.variables.debian-based-packages 107 107 - .fdo.container-build@debian # from ci-templates 108 108 variables: 109 - # a list of packages to install - assembled from .monado.variables.debian-based-packages, plus clang-format-7 109 + # a list of packages to install - assembled from .monado.variables.debian-based-packages, plus clang-format-7 (which we don't actually need anymore) 110 110 FDO_DISTRIBUTION_PACKAGES: "${CORE_REQUIRED_PACKAGES} ${FEATURE_PACKAGES} ${PACKAGING_PACKAGES} ${TOOLS_REQUIRED_PACKAGES} clang-format-7" 111 111 112 112 # Debian Bullseye (x64 + i386) ··· 118 118 - .monado.variables.debian-based-packages 119 119 - .fdo.container-build@debian # from ci-templates 120 120 variables: 121 - # a list of packages to install - assembled from .monado.variables.debian-based-packages 122 - FDO_DISTRIBUTION_PACKAGES: "${CORE_REQUIRED_PACKAGES} ${FEATURE_PACKAGES} ${PACKAGING_PACKAGES} ${TOOLS_REQUIRED_PACKAGES}" 121 + # a list of packages to install - assembled from .monado.variables.debian-based-packages, plus clang-format. 122 + FDO_DISTRIBUTION_PACKAGES: "${CORE_REQUIRED_PACKAGES} ${FEATURE_PACKAGES} ${PACKAGING_PACKAGES} ${TOOLS_REQUIRED_PACKAGES} clang-format" 123 123 124 124 # Arch Linux (x64) 125 125 arch:container_prep: ··· 184 184 # Style check job 185 185 format-and-spellcheck: 186 186 extends: 187 - - .monado.variables.debian:buster 187 + - .monado.variables.debian:bullseye 188 188 - .fdo.distribution-image@debian # from ci-templates 189 189 stage: build 190 190 script: