mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00

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
7 lines
125 B
Batchfile
7 lines
125 B
Batchfile
@echo on
|
|
|
|
echo %ZEEK_CI_CPUS%
|
|
wmic cpu get NumberOfCores, NumberOfLogicalProcessors/Format:List
|
|
systeminfo
|
|
dir C:
|
|
choco list
|