From 1f6f81f5d4f87b60990e68a84c81cbdccf6b79a4 Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Thu, 23 Feb 2023 14:54:03 -0500 Subject: [PATCH] Temporarily disable version-check The script is broken and the maintainer temporarily unavailable to help fix it. Disable it for now, w/ reference to possible fix. Signed-off-by: Chris Evich --- contrib/cirrus/runner.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contrib/cirrus/runner.sh b/contrib/cirrus/runner.sh index beabdc3d0e..3e5b4fd533 100755 --- a/contrib/cirrus/runner.sh +++ b/contrib/cirrus/runner.sh @@ -275,7 +275,8 @@ function _run_altbuild() { *Windows*) make podman-remote-release-windows_amd64.zip make podman.msi - docs/version-check + # TODO: Script is broken, see #17620 for possible fix. + # docs/version-check ;; *Without*) make build-no-cgo