summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorValentin Rothberg <rothberg@redhat.com>2021-10-01 10:34:44 +0200
committerValentin Rothberg <rothberg@redhat.com>2021-10-01 10:34:44 +0200
commit0b5a2b7468eaf8bb2804621a97724c0074fd118f (patch)
tree0e60d4e5326c70020f7402daffd724475f78d702 /contrib
parentf96c281f53cff68ac0715dac5da0f53eefa95b8b (diff)
downloadpodman-0b5a2b7468eaf8bb2804621a97724c0074fd118f.tar.gz
podman-0b5a2b7468eaf8bb2804621a97724c0074fd118f.tar.bz2
podman-0b5a2b7468eaf8bb2804621a97724c0074fd118f.zip
cirrus: gitlab: download packages
It looks like the containerd.io package is not present anymore in the package cache which ultimately breaks CI since it's a requirement for docker. Hence, download the few packages instead of relying on the cache. Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/cirrus/setup_environment.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/cirrus/setup_environment.sh b/contrib/cirrus/setup_environment.sh
index ef1f83024..1f594000f 100755
--- a/contrib/cirrus/setup_environment.sh
+++ b/contrib/cirrus/setup_environment.sh
@@ -256,9 +256,9 @@ case "$TEST_FLAVOR" in
# Need to re-build lists (removed during image production)
ooe.sh apt-get -qq -y update
- msg "Installing previously downloaded/cached packages"
+ msg "Installing docker and containerd"
# N/B: Tests check/expect `docker info` output, and this `!= podman info`
- ooe.sh apt-get install --yes --no-download --ignore-missing containerd.io docker-ce docker-ce-cli
+ ooe.sh apt-get install --yes containerd.io docker-ce docker-ce-cli
msg "Disabling docker service and socket activation"
systemctl stop docker.service docker.socket