summaryrefslogtreecommitdiff
path: root/contrib/cirrus/runner.sh
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-11-11 16:50:47 +0100
committerGitHub <noreply@github.com>2020-11-11 16:50:47 +0100
commit12dbc1ff7dd7468f0be22e597ed9e552ad545e20 (patch)
tree4edfdd9f3937c6f52cede254a5860c429c842eba /contrib/cirrus/runner.sh
parent1952420e88bad3f602ab78ea140db9872acdba2b (diff)
parentb0601cb34ada6b0d4f29bf33221d1e8584ee50ad (diff)
downloadpodman-12dbc1ff7dd7468f0be22e597ed9e552ad545e20.tar.gz
podman-12dbc1ff7dd7468f0be22e597ed9e552ad545e20.tar.bz2
podman-12dbc1ff7dd7468f0be22e597ed9e552ad545e20.zip
Merge pull request #8299 from edsantiago/ci_reenable_manpage_xref
[CI:DOCS] Restore man page cross-checker
Diffstat (limited to 'contrib/cirrus/runner.sh')
-rwxr-xr-xcontrib/cirrus/runner.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/cirrus/runner.sh b/contrib/cirrus/runner.sh
index b7e7ab852..4107f3b26 100755
--- a/contrib/cirrus/runner.sh
+++ b/contrib/cirrus/runner.sh
@@ -50,6 +50,10 @@ function _run_validate() {
# Confirm compile via prior task + cache
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
}