From 8dd6eea786fa90f9ec8acaf62fcdc7342cdb3258 Mon Sep 17 00:00:00 2001 From: Ryan Pavlik <ryan.pavlik@collabora.com> Date: Wed, 27 Oct 2021 17:08:50 -0500 Subject: [PATCH] ci: Use impish to run reprepro since it's the newest. --- .gitlab-ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e111033d0..9803d99e5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -52,7 +52,7 @@ variables: .monado.variables.ubuntu:impish: variables: FDO_DISTRIBUTION_VERSION: "21.10" - FDO_DISTRIBUTION_TAG: "2021-10-27.1" + FDO_DISTRIBUTION_TAG: "2021-10-28.0" # Variables for build and usage of Debian 10 (Buster) + Android NDK image .monado.variables.debian:buster-ndk: @@ -165,8 +165,8 @@ ubuntu:impish:container_prep: - .monado.variables.debian-based-packages - .fdo.container-build@ubuntu # from ci-templates variables: - # a list of packages to install - assembled from .monado.variables.debian-based-packages - FDO_DISTRIBUTION_PACKAGES: "${CORE_REQUIRED_PACKAGES} ${FEATURE_PACKAGES} ${PACKAGING_PACKAGES}" + # a list of packages to install - assembled from .monado.variables.debian-based-packages, plus reprepro + FDO_DISTRIBUTION_PACKAGES: "${CORE_REQUIRED_PACKAGES} ${FEATURE_PACKAGES} ${PACKAGING_PACKAGES} reprepro" # Debian Buster + the Android NDK in /opt/android-ndk # The NDK itself gets installed by .gitlab-ci/ndk:container_prep.sh @@ -451,9 +451,9 @@ ubuntu:impish:package: reprepro:package: stage: reprepro extends: - - .monado.variables.debian:bullseye + - .monado.variables.ubuntu:impish - .monado.packaging.conditions - - .fdo.distribution-image@debian # from ci-templates + - .fdo.distribution-image@ubuntu # from ci-templates dependencies: - debian:buster:package - debian:bullseye:package