mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-05 18:20:34 +00:00
5b0f6aaaae
Previously, the script would install the python package without a version specifier, then attempt to install a specific version (3.9.0), but this would fail because the first step installed a newer Python version: A newer version of python (v3.10.4) is already installed. Use --allow-downgrade or --force to attempt to install older versions, or use side by side to allow multiple versions. Chocolatey installed 0/1 packages. 1 packages failed. Remove the first unversioned step so we always get the requested version of Python only. BUG=None TEST=kokoro CI Change-Id: I95b224926ee9ebcaacdb7d6c2716381a46ec467c Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3657850 Reviewed-by: Dennis Kempin <denniskempin@google.com> Tested-by: kokoro <noreply+kokoro@google.com> Commit-Queue: Daniel Verkamp <dverkamp@chromium.org> |
||
---|---|---|
.. | ||
common.cfg | ||
continuous-windows.cfg | ||
crosvm_build.bat | ||
presubmit-windows.cfg |