The open source OpenXR runtime
0
fork

Configure Feed

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

ci: Remove unneeded packages from buster and bullseye

+6 -6
+6 -6
.gitlab-ci.yml
··· 28 28 .monado.variables.debian:buster: 29 29 variables: 30 30 FDO_DISTRIBUTION_VERSION: buster 31 - FDO_DISTRIBUTION_TAG: "2021-10-27.1" 31 + FDO_DISTRIBUTION_TAG: "2021-10-28.0" 32 32 33 33 # Variables for build and usage of Debian 11 (Bullseye) image 34 34 .monado.variables.debian:bullseye: 35 35 variables: 36 36 FDO_DISTRIBUTION_VERSION: bullseye 37 - FDO_DISTRIBUTION_TAG: "2021-10-27.1" 37 + FDO_DISTRIBUTION_TAG: "2021-10-28.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 and reprepro 110 - FDO_DISTRIBUTION_PACKAGES: "${CORE_REQUIRED_PACKAGES} ${FEATURE_PACKAGES} ${PACKAGING_PACKAGES} ${TOOLS_REQUIRED_PACKAGES} clang-format-7 reprepro" 109 + # a list of packages to install - assembled from .monado.variables.debian-based-packages, plus clang-format-7 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) 113 113 debian:bullseye:container_prep: ··· 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, plus reprepro 122 - FDO_DISTRIBUTION_PACKAGES: "${CORE_REQUIRED_PACKAGES} ${FEATURE_PACKAGES} ${PACKAGING_PACKAGES} ${TOOLS_REQUIRED_PACKAGES} reprepro" 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}" 123 123 124 124 # Arch Linux (x64) 125 125 arch:container_prep: