The open source OpenXR runtime
0
fork

Configure Feed

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

ci: Use impish to run reprepro since it's the newest.

+5 -5
+5 -5
.gitlab-ci.yml
··· 52 52 .monado.variables.ubuntu:impish: 53 53 variables: 54 54 FDO_DISTRIBUTION_VERSION: "21.10" 55 - FDO_DISTRIBUTION_TAG: "2021-10-27.1" 55 + FDO_DISTRIBUTION_TAG: "2021-10-28.0" 56 56 57 57 # Variables for build and usage of Debian 10 (Buster) + Android NDK image 58 58 .monado.variables.debian:buster-ndk: ··· 165 165 - .monado.variables.debian-based-packages 166 166 - .fdo.container-build@ubuntu # from ci-templates 167 167 variables: 168 - # a list of packages to install - assembled from .monado.variables.debian-based-packages 169 - FDO_DISTRIBUTION_PACKAGES: "${CORE_REQUIRED_PACKAGES} ${FEATURE_PACKAGES} ${PACKAGING_PACKAGES}" 168 + # a list of packages to install - assembled from .monado.variables.debian-based-packages, plus reprepro 169 + FDO_DISTRIBUTION_PACKAGES: "${CORE_REQUIRED_PACKAGES} ${FEATURE_PACKAGES} ${PACKAGING_PACKAGES} reprepro" 170 170 171 171 # Debian Buster + the Android NDK in /opt/android-ndk 172 172 # The NDK itself gets installed by .gitlab-ci/ndk:container_prep.sh ··· 451 451 reprepro:package: 452 452 stage: reprepro 453 453 extends: 454 - - .monado.variables.debian:bullseye 454 + - .monado.variables.ubuntu:impish 455 455 - .monado.packaging.conditions 456 - - .fdo.distribution-image@debian # from ci-templates 456 + - .fdo.distribution-image@ubuntu # from ci-templates 457 457 dependencies: 458 458 - debian:buster:package 459 459 - debian:bullseye:package