The open source OpenXR runtime
0
fork

Configure Feed

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

ci: Bump templates commit, and re-gen all Linux containers.

+13 -13
+7 -7
.gitlab-ci.yml
··· 9 9 variables: 10 10 FDO_UPSTREAM_REPO: monado/monado 11 11 12 - .templates_sha: &templates_sha 34039cd573a2df832d465bc9e4c5f543571f5241 12 + .templates_sha: &templates_sha d5aa3941aa03c2f716595116354fb81eb8012acb 13 13 14 14 include: 15 15 # Debian ··· 30 30 .monado.variables.debian:bullseye: 31 31 variables: 32 32 FDO_DISTRIBUTION_VERSION: "bullseye" 33 - FDO_DISTRIBUTION_TAG: "2022-09-19.1" 33 + FDO_DISTRIBUTION_TAG: "2022-09-20.1" 34 34 35 35 # Variables for build and usage of Debian bullseye-ndk image 36 36 .monado.variables.debian:bullseye-ndk: 37 37 variables: 38 38 FDO_DISTRIBUTION_VERSION: "bullseye" 39 - FDO_DISTRIBUTION_TAG: "2022-07-25.0" 39 + FDO_DISTRIBUTION_TAG: "2022-09-20.0" 40 40 FDO_REPO_SUFFIX: ndk 41 41 42 42 # Variables for build and usage of Ubuntu focal image 43 43 .monado.variables.ubuntu:focal: 44 44 variables: 45 45 FDO_DISTRIBUTION_VERSION: "20.04" 46 - FDO_DISTRIBUTION_TAG: "2022-07-25.1" 46 + FDO_DISTRIBUTION_TAG: "2022-09-20.0" 47 47 48 48 # Variables for build and usage of Ubuntu jammy image 49 49 .monado.variables.ubuntu:jammy: 50 50 variables: 51 51 FDO_DISTRIBUTION_VERSION: "22.04" 52 - FDO_DISTRIBUTION_TAG: "2022-07-25.0" 52 + FDO_DISTRIBUTION_TAG: "2022-09-20.0" 53 53 54 54 # Variables for build and usage of Arch rolling image 55 55 .monado.variables.arch:rolling: 56 56 variables: 57 57 FDO_DISTRIBUTION_VERSION: "rolling" 58 - FDO_DISTRIBUTION_TAG: "2022-07-25.0" 58 + FDO_DISTRIBUTION_TAG: "2022-09-20.0" 59 59 60 60 stages: 61 61 - container_prep ··· 621 621 - mv repo public/apt 622 622 artifacts: 623 623 paths: 624 - - public 624 + - public
+6 -6
.gitlab-ci/config.yml
··· 4 4 # Please run the following from the repo root after modifying this file: 5 5 # make -f .gitlab-ci/ci-scripts.mk 6 6 7 - fdo_ci_templates_sha: 34039cd573a2df832d465bc9e4c5f543571f5241 7 + fdo_ci_templates_sha: d5aa3941aa03c2f716595116354fb81eb8012acb 8 8 9 9 # These are a mapping, instead of a list/array, so we can merge. 10 10 .default_debian_packages: ··· 69 69 # This image does some extra work. 70 70 - codename: bullseye 71 71 script: i386_and_proclamation_container_prep.sh 72 - tag: "2022-09-19.1" 72 + tag: "2022-09-20.1" 73 73 deb_version_suffix: bpo11 74 74 packages: 75 75 <<: *default_debian_packages ··· 116 116 distro_version: bullseye 117 117 repo_suffix: ndk 118 118 script: android_container_prep.sh 119 - tag: "2022-07-25.0" 119 + tag: "2022-09-20.0" 120 120 # This must match ext.sharedTargetSdk in build.gradle 121 121 android_compile_sdk: 31 122 122 # This must match buildscript.ext.buildToolsVersion in build.gradle ··· 171 171 # LTS 172 172 - codename: focal 173 173 distro_version: "20.04" 174 - tag: "2022-07-25.1" 174 + tag: "2022-09-20.0" 175 175 deb_version_suffix: ubuntu2004 176 176 packages: 177 177 <<: *default_debian_packages ··· 182 182 183 183 - codename: jammy 184 184 distro_version: "22.04" 185 - tag: "2022-07-25.0" 185 + tag: "2022-09-20.0" 186 186 deb_version_suffix: ubuntu2204 187 187 packages: 188 188 <<: *default_debian_packages ··· 195 195 - name: arch 196 196 images: 197 197 - codename: rolling 198 - tag: "2022-07-25.0" 198 + tag: "2022-09-20.0" 199 199 packages: 200 200 git: 201 201 gcc: