From defbf42376cdaae6146cde5840891e42ee24cf8e Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Tue, 30 Jan 2024 10:41:46 -0500 Subject: [PATCH] Lint before windows-cross build Signed-off-by: Chris Evich --- contrib/cirrus/runner.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/cirrus/runner.sh b/contrib/cirrus/runner.sh index 36c6e3352b..bc305846fb 100755 --- a/contrib/cirrus/runner.sh +++ b/contrib/cirrus/runner.sh @@ -281,6 +281,7 @@ function _run_altbuild() { rm -rf $context_dir ;; *Windows*) + showrun make lint GOOS=windows showrun make podman-remote-release-windows_amd64.zip ;; *RPM*)