mirror of https://github.com/containers/podman.git
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 <cevich@redhat.com>
This commit is contained in:
parent
a3af0f6b92
commit
1f6f81f5d4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue