Skip to content

Commit

Permalink
Cirrus: update VMs
Browse files Browse the repository at this point in the history
Reason: include perl-FindBin RPM in f33 VM, needed for
hack/xref-helpmsgs-manpages

Ref: containers/automation_images#39

Signed-off-by: Ed Santiago <[email protected]>
  • Loading branch information
edsantiago committed Nov 11, 2020
1 parent 12dbc1f commit 92e31a2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ env:
PRIOR_UBUNTU_NAME: "ubuntu-19"

# Google-cloud VM Images
IMAGE_SUFFIX: "c6323493627232256"
IMAGE_SUFFIX: "c5402398833246208"
FEDORA_CACHE_IMAGE_NAME: "fedora-${IMAGE_SUFFIX}"
PRIOR_FEDORA_CACHE_IMAGE_NAME: "prior-fedora-${IMAGE_SUFFIX}"
UBUNTU_CACHE_IMAGE_NAME: "ubuntu-${IMAGE_SUFFIX}"
Expand Down
3 changes: 0 additions & 3 deletions contrib/cirrus/runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@ function _run_validate() {
bin/podman --version
bin/podman-remote --version

# FIXME FIXME FIXME: 2020-11-10: remove once Fedora 33 has FindBin
perl -MFindBin -e 0 &>/dev/null || dnf -y install perl-FindBin

make validate # Some items require a build
}

Expand Down

0 comments on commit 92e31a2

Please sign in to comment.