The open source OpenXR runtime
0
fork

Configure Feed

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

ci: Bump Ubuntu and Debian image tag

Trigger CI to regenerate docker images for Ubuntu
and Debian to avoid current "no such image" error.

Signed-off-by: utzcoz <utzcoz@outlook.com>
Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2393>

utzcoz 5ae43d6a aeb574c9

+8 -8
+4 -4
.gitlab-ci.yml
··· 132 132 .monado.variables.debian:bullseye: 133 133 variables: 134 134 FDO_DISTRIBUTION_VERSION: "bullseye" 135 - FDO_DISTRIBUTION_TAG: "2024-07-18" 135 + FDO_DISTRIBUTION_TAG: "2025-01-11" 136 136 137 137 # Variables for build and usage of Debian bookworm-ndk image 138 138 .monado.variables.debian:bookworm-ndk: 139 139 variables: 140 140 FDO_DISTRIBUTION_VERSION: "bookworm" 141 - FDO_DISTRIBUTION_TAG: "2024-07-18" 141 + FDO_DISTRIBUTION_TAG: "2025-01-11" 142 142 FDO_REPO_SUFFIX: ndk 143 143 144 144 # Variables for build and usage of Ubuntu jammy image 145 145 .monado.variables.ubuntu:jammy: 146 146 variables: 147 147 FDO_DISTRIBUTION_VERSION: "22.04" 148 - FDO_DISTRIBUTION_TAG: "2024-07-18" 148 + FDO_DISTRIBUTION_TAG: "2025-01-11" 149 149 150 150 # Variables for build and usage of Ubuntu noble image 151 151 .monado.variables.ubuntu:noble: 152 152 variables: 153 153 FDO_DISTRIBUTION_VERSION: "24.04" 154 - FDO_DISTRIBUTION_TAG: "2024-07-18" 154 + FDO_DISTRIBUTION_TAG: "2025-01-11" 155 155 156 156 # Variables for build and usage of Arch image 157 157 .monado.variables.arch:
+4 -4
.gitlab-ci/config.yml
··· 118 118 XRT_HAVE_OPENCV: "OFF" 119 119 120 120 - codename: bullseye 121 - tag: "2024-07-18" 121 + tag: "2025-01-11" 122 122 script: bullseye_backports.sh 123 123 deb_version_suffix: bpo11 124 124 packages: ··· 133 133 distro_version: bookworm 134 134 repo_suffix: ndk 135 135 script: android_container_prep.sh 136 - tag: "2024-07-18" 136 + tag: "2025-01-11" 137 137 # This must match ext.sharedCompileSdk in build.gradle 138 138 android_compile_sdk: 34 139 139 # This must match buildscript.ext.buildToolsVersion in build.gradle ··· 193 193 # LTS 194 194 - codename: jammy 195 195 distro_version: "22.04" 196 - tag: "2024-07-18" 196 + tag: "2025-01-11" 197 197 deb_version_suffix: ubuntu2204 198 198 packages: 199 199 <<: *default_debian_packages ··· 203 203 204 204 - codename: noble 205 205 distro_version: "24.04" 206 - tag: "2024-07-18" 206 + tag: "2025-01-11" 207 207 deb_version_suffix: ubuntu2404 208 208 packages: 209 209 <<: *default_debian_packages