From e41a5c3a937312ec982996ce78766cfc2c12b78c Mon Sep 17 00:00:00 2001 From: Arne Welzel Date: Wed, 7 Jun 2023 17:16:28 +0200 Subject: [PATCH] ci/windows: choco --localonly is gone choco 2.0 is now used after some caching changes on the Cirrus side [1] and the --localonly flag is gone from choco [2], remove its usage. [1] https://github.com/cirruslabs/cirrus-ci-docs/issues/1174#issuecomment-1580928673 [2] https://docs.chocolatey.org/en-us/guides/upgrading-to-chocolatey-v2-v6#the-list-command-now-lists-local-packages-only-and-the-local-only-and-lo-options-have-been-removed (cherry picked from commit 528e27e542b7641241e3d531b654f77ee09bcfea) --- ci/windows/prepare.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/windows/prepare.cmd b/ci/windows/prepare.cmd index 162381367e..a44a391317 100644 --- a/ci/windows/prepare.cmd +++ b/ci/windows/prepare.cmd @@ -4,4 +4,4 @@ echo %ZEEK_CI_CPUS% wmic cpu get NumberOfCores, NumberOfLogicalProcessors/Format:List systeminfo dir C: -choco list --localonly +choco list