From 2654642090225df05c7ea787f6419d9c7f0e0521 Mon Sep 17 00:00:00 2001 From: RichardG867 Date: Mon, 7 Feb 2022 17:39:59 -0300 Subject: [PATCH] Jenkins: Turn down Windows zip compression --- .ci/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/build.sh b/.ci/build.sh index ec300f70e..6dc276f59 100644 --- a/.ci/build.sh +++ b/.ci/build.sh @@ -430,7 +430,7 @@ cd archive_tmp if is_windows then # Create zip. - "$sevenzip" a -y -mx9 "$(cygpath -w "$cwd")\\$package_name.zip" * + "$sevenzip" a -y "$(cygpath -w "$cwd")\\$package_name.zip" * status=$? elif is_mac then