diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3faf02898..5933acde6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -132,26 +132,26 @@ win:container_prep: .monado.variables.debian:bullseye: variables: FDO_DISTRIBUTION_VERSION: "bullseye" - FDO_DISTRIBUTION_TAG: "2024-07-18" + FDO_DISTRIBUTION_TAG: "2025-01-11" # Variables for build and usage of Debian bookworm-ndk image .monado.variables.debian:bookworm-ndk: variables: FDO_DISTRIBUTION_VERSION: "bookworm" - FDO_DISTRIBUTION_TAG: "2024-07-18" + FDO_DISTRIBUTION_TAG: "2025-01-11" FDO_REPO_SUFFIX: ndk # Variables for build and usage of Ubuntu jammy image .monado.variables.ubuntu:jammy: variables: FDO_DISTRIBUTION_VERSION: "22.04" - FDO_DISTRIBUTION_TAG: "2024-07-18" + FDO_DISTRIBUTION_TAG: "2025-01-11" # Variables for build and usage of Ubuntu noble image .monado.variables.ubuntu:noble: variables: FDO_DISTRIBUTION_VERSION: "24.04" - FDO_DISTRIBUTION_TAG: "2024-07-18" + FDO_DISTRIBUTION_TAG: "2025-01-11" # Variables for build and usage of Arch image .monado.variables.arch: diff --git a/.gitlab-ci/config.yml b/.gitlab-ci/config.yml index bb75738c2..1f56b380a 100644 --- a/.gitlab-ci/config.yml +++ b/.gitlab-ci/config.yml @@ -118,7 +118,7 @@ distributions: XRT_HAVE_OPENCV: "OFF" - codename: bullseye - tag: "2024-07-18" + tag: "2025-01-11" script: bullseye_backports.sh deb_version_suffix: bpo11 packages: @@ -133,7 +133,7 @@ distributions: distro_version: bookworm repo_suffix: ndk script: android_container_prep.sh - tag: "2024-07-18" + tag: "2025-01-11" # This must match ext.sharedCompileSdk in build.gradle android_compile_sdk: 34 # This must match buildscript.ext.buildToolsVersion in build.gradle @@ -193,7 +193,7 @@ distributions: # LTS - codename: jammy distro_version: "22.04" - tag: "2024-07-18" + tag: "2025-01-11" deb_version_suffix: ubuntu2204 packages: <<: *default_debian_packages @@ -203,7 +203,7 @@ distributions: - codename: noble distro_version: "24.04" - tag: "2024-07-18" + tag: "2025-01-11" deb_version_suffix: ubuntu2404 packages: <<: *default_debian_packages