Skip to content

Commit

Permalink
Merge pull request #3562 from cevich/fix_conformance_setup
Browse files Browse the repository at this point in the history
Cirrus: Fix defunct package metadata breaking cache
  • Loading branch information
openshift-merge-robot committed Oct 1, 2021
2 parents 954c481 + 6542126 commit 0cd9445
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions contrib/cirrus/setup.sh
Expand Up @@ -34,10 +34,10 @@ EOF
;;
ubuntu)
if [[ "$1" == "conformance" ]]; then
# Need to re-build lists (removed during image production)
lilto apt-get -qq -y update
msg "Installing previously downloaded/cached packages"
$SHORT_APTGET install --no-download --ignore-missing containerd.io docker-ce docker-ce-cli
ooe.sh dpkg -i \
$PACKAGE_DOWNLOAD_DIR/containerd.io*.deb \
$PACKAGE_DOWNLOAD_DIR/docker-ce*.deb

# At the time of this comment, Ubuntu is using systemd-resolved
# which interfears badly with conformance testing. Some tests
Expand Down

0 comments on commit 0cd9445

Please sign in to comment.