The open source OpenXR runtime
0
fork

Configure Feed

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

ci: Fix ndk:container_prep

+2 -1
+2 -1
.gitlab-ci.yml
··· 58 58 .monado.variables.debian:buster-ndk: 59 59 variables: 60 60 FDO_DISTRIBUTION_VERSION: buster 61 - FDO_DISTRIBUTION_TAG: "2022-01-21.0" 61 + FDO_DISTRIBUTION_TAG: "2022-01-21.2" 62 62 FDO_REPO_SUFFIX: ndk 63 63 64 64 # Variables for build and usage of Arch Linux image ··· 175 175 extends: 176 176 - .monado.variables.debian:buster-ndk 177 177 - .monado.variables.container-prep-base 178 + - .monado.variables.debian-based-packages 178 179 - .fdo.container-build@debian # from ci-templates 179 180 variables: 180 181 # Repo suffix is set in .monado.variables.debian:buster-ndk