The open source OpenXR runtime
0
fork

Configure Feed

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

ci: refresh images

+12 -12
+6 -6
.gitlab-ci.yml
··· 130 130 .monado.variables.debian:bullseye: 131 131 variables: 132 132 FDO_DISTRIBUTION_VERSION: "bullseye" 133 - FDO_DISTRIBUTION_TAG: "2023-04-07" 133 + FDO_DISTRIBUTION_TAG: "2024-01-16" 134 134 135 135 # Variables for build and usage of Debian bookworm-ndk image 136 136 .monado.variables.debian:bookworm-ndk: 137 137 variables: 138 138 FDO_DISTRIBUTION_VERSION: "bookworm" 139 - FDO_DISTRIBUTION_TAG: "2023-11-15.1" 139 + FDO_DISTRIBUTION_TAG: "2024-01-16" 140 140 FDO_REPO_SUFFIX: ndk 141 141 142 142 # Variables for build and usage of Ubuntu focal image 143 143 .monado.variables.ubuntu:focal: 144 144 variables: 145 145 FDO_DISTRIBUTION_VERSION: "20.04" 146 - FDO_DISTRIBUTION_TAG: "2022-09-20.0" 146 + FDO_DISTRIBUTION_TAG: "2024-01-16" 147 147 148 148 # Variables for build and usage of Ubuntu jammy image 149 149 .monado.variables.ubuntu:jammy: 150 150 variables: 151 151 FDO_DISTRIBUTION_VERSION: "22.04" 152 - FDO_DISTRIBUTION_TAG: "2022-09-20.0" 152 + FDO_DISTRIBUTION_TAG: "2024-01-16" 153 153 154 154 # Variables for build and usage of Arch image 155 155 .monado.variables.arch: 156 156 variables: 157 - FDO_DISTRIBUTION_TAG: "2023-11-14.0" 157 + FDO_DISTRIBUTION_TAG: "2024-01-16" 158 158 159 159 # Variables for build and usage of Alpine image 160 160 .monado.variables.alpine: 161 161 variables: 162 - FDO_DISTRIBUTION_TAG: "2023-11-14.3" 162 + FDO_DISTRIBUTION_TAG: "2024-01-16" 163 163 164 164 165 165 ###
+6 -6
.gitlab-ci/config.yml
··· 71 71 # This image does some extra work. 72 72 - codename: bullseye 73 73 script: i386_and_proclamation_container_prep.sh 74 - tag: "2023-04-07" 74 + tag: "2024-01-16" 75 75 deb_version_suffix: bpo11 76 76 packages: 77 77 <<: *default_debian_packages ··· 117 117 distro_version: bookworm 118 118 repo_suffix: ndk 119 119 script: android_container_prep.sh 120 - tag: "2023-11-15.1" 120 + tag: "2024-01-16" 121 121 # This must match ext.sharedCompileSdk in build.gradle 122 122 android_compile_sdk: 32 123 123 # This must match buildscript.ext.buildToolsVersion in build.gradle ··· 173 173 # LTS 174 174 - codename: focal 175 175 distro_version: "20.04" 176 - tag: "2022-09-20.0" 176 + tag: "2024-01-16" 177 177 deb_version_suffix: ubuntu2004 178 178 packages: 179 179 <<: *default_debian_packages ··· 183 183 184 184 - codename: jammy 185 185 distro_version: "22.04" 186 - tag: "2022-09-20.0" 186 + tag: "2024-01-16" 187 187 deb_version_suffix: ubuntu2204 188 188 packages: 189 189 <<: *default_debian_packages ··· 194 194 195 195 - name: arch 196 196 images: 197 - - tag: "2023-11-14.0" 197 + - tag: "2024-01-16" 198 198 script: install-arch-additional-deps.sh 199 199 # pipewire-jack wireplumber: Explicitly choose dependencies to avoid pacman asking interactively 200 200 # python-setuptools glu: librealsense ··· 252 252 253 253 - name: alpine 254 254 images: 255 - - tag: "2023-11-14.3" 255 + - tag: "2024-01-16" 256 256 packages: 257 257 - "cmake" 258 258 - "cmd:glslangValidator"