Update to python3.
Change-Id: I66a3ba310ae4ad4618c3a8a232959f6817e36d1e
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/38282
Reviewed-by: Yusuf Mohsinally <mohsinally@google.com>
Commit-Queue: Ricardo Amador <ricardoamador@google.com>
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/41509
Reviewed-by: Ricardo Amador <ricardoamador@google.com>
Commit-Queue: Godofredo Contreras <godofredoc@google.com>
diff --git a/recipe_modules/bucket_util/api.py b/recipe_modules/bucket_util/api.py
index 6a783f1..aed7cb0 100644
--- a/recipe_modules/bucket_util/api.py
+++ b/recipe_modules/bucket_util/api.py
@@ -144,7 +144,7 @@
result = self.m.step(
'Ensure %s does not already exist on cloud storage' % remote_path,
[
- 'python',
+ 'python3',
self.m.depot_tools.gsutil_py_path,
'stat',
cloud_path,
diff --git a/recipe_modules/bucket_util/examples/full.expected/basic.json b/recipe_modules/bucket_util/examples/full.expected/basic.json
index 80a972e..d4a1084 100644
--- a/recipe_modules/bucket_util/examples/full.expected/basic.json
+++ b/recipe_modules/bucket_util/examples/full.expected/basic.json
@@ -1,7 +1,7 @@
[
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"name": "Zip build",
@@ -22,7 +22,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"name": "Zip build (2)",
@@ -43,7 +43,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"name": "Zip build (3)",
@@ -64,7 +64,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"name": "zipping",
diff --git a/recipe_modules/bucket_util/examples/full.expected/upload_packages.json b/recipe_modules/bucket_util/examples/full.expected/upload_packages.json
index 9621522..90a3ff5 100644
--- a/recipe_modules/bucket_util/examples/full.expected/upload_packages.json
+++ b/recipe_modules/bucket_util/examples/full.expected/upload_packages.json
@@ -1,7 +1,7 @@
[
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"name": "Zip build",
@@ -9,7 +9,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_REPO[depot_tools]/gsutil.py",
"stat",
"gs://flutter_infra_release/flutter/00000000-0000-0000-0000-000000001337/test1.zip"
@@ -49,7 +49,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"name": "Zip build (2)",
@@ -57,7 +57,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_REPO[depot_tools]/gsutil.py",
"stat",
"gs://flutter_infra_release/flutter/00000000-0000-0000-0000-00000000133a/test2.zip"
@@ -97,7 +97,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"name": "Zip build (3)",
@@ -105,7 +105,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_REPO[depot_tools]/gsutil.py",
"stat",
"gs://flutter_infra_release/flutter/00000000-0000-0000-0000-00000000133d/parent_directory/test3.zip"
@@ -145,7 +145,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"name": "zipping",
@@ -153,7 +153,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_REPO[depot_tools]/gsutil.py",
"stat",
"gs://flutter_infra_release/foo"
diff --git a/recipe_modules/bucket_util/examples/full.expected/upload_packages_experimental_runtime.json b/recipe_modules/bucket_util/examples/full.expected/upload_packages_experimental_runtime.json
index 4c444cf..2156e76 100644
--- a/recipe_modules/bucket_util/examples/full.expected/upload_packages_experimental_runtime.json
+++ b/recipe_modules/bucket_util/examples/full.expected/upload_packages_experimental_runtime.json
@@ -1,7 +1,7 @@
[
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"name": "Zip build",
@@ -40,7 +40,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"name": "Zip build (2)",
@@ -79,7 +79,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"name": "Zip build (3)",
@@ -118,7 +118,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"name": "zipping",
diff --git a/recipe_modules/bucket_util/examples/full.expected/upload_packages_if_commit_is_present.json b/recipe_modules/bucket_util/examples/full.expected/upload_packages_if_commit_is_present.json
index 333dc6b..fddd1a3 100644
--- a/recipe_modules/bucket_util/examples/full.expected/upload_packages_if_commit_is_present.json
+++ b/recipe_modules/bucket_util/examples/full.expected/upload_packages_if_commit_is_present.json
@@ -1,7 +1,7 @@
[
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"luci_context": {
@@ -21,7 +21,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_REPO[depot_tools]/gsutil.py",
"stat",
"gs://flutter_infra_release/flutter/8b3cd40a25a512033cc8c0797e41de9ecfc2432c/test1.zip"
@@ -97,7 +97,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"luci_context": {
@@ -117,7 +117,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_REPO[depot_tools]/gsutil.py",
"stat",
"gs://flutter_infra_release/flutter/8b3cd40a25a512033cc8c0797e41de9ecfc2432c/test2.zip"
@@ -193,7 +193,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"luci_context": {
@@ -213,7 +213,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_REPO[depot_tools]/gsutil.py",
"stat",
"gs://flutter_infra_release/flutter/8b3cd40a25a512033cc8c0797e41de9ecfc2432c/parent_directory/test3.zip"
@@ -289,7 +289,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"luci_context": {
@@ -309,7 +309,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_REPO[depot_tools]/gsutil.py",
"stat",
"gs://flutter_infra_release/foo"
diff --git a/recipe_modules/build_util/api.py b/recipe_modules/build_util/api.py
index 621fa2e..1335bde 100644
--- a/recipe_modules/build_util/api.py
+++ b/recipe_modules/build_util/api.py
@@ -27,7 +27,7 @@
checkout_path(Path): A path object with the checkout location.
"""
self._initialize()
- gn_cmd = ['python', checkout_path.join('flutter/tools/gn')]
+ gn_cmd = ['python3', checkout_path.join('flutter/tools/gn')]
if not self.m.properties.get('no_goma', False):
gn_cmd.append('--goma')
if self.m.properties.get('no_lto', False) and '--no-lto' not in gn_args:
diff --git a/recipe_modules/build_util/examples/full.expected/goma.json b/recipe_modules/build_util/examples/full.expected/goma.json
index 5747720..9e5af34 100644
--- a/recipe_modules/build_util/examples/full.expected/goma.json
+++ b/recipe_modules/build_util/examples/full.expected/goma.json
@@ -72,7 +72,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[START_DIR]/flutter/tools/gn",
"--goma",
"--no-lto"
diff --git a/recipe_modules/build_util/examples/full.expected/no_goma.json b/recipe_modules/build_util/examples/full.expected/no_goma.json
index 60ff356..4e18cc4 100644
--- a/recipe_modules/build_util/examples/full.expected/no_goma.json
+++ b/recipe_modules/build_util/examples/full.expected/no_goma.json
@@ -35,7 +35,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[START_DIR]/flutter/tools/gn",
"--no-lto"
],
diff --git a/recipe_modules/os_utils/api.py b/recipe_modules/os_utils/api.py
index 765d39a..6e6955c 100644
--- a/recipe_modules/os_utils/api.py
+++ b/recipe_modules/os_utils/api.py
@@ -90,8 +90,8 @@
# These are temporary steps to collect xattr info for triage purpose.
# See issue: https://github.com/flutter/flutter/issues/68322#issuecomment-740264251
self.m.step(
- 'python xattr info',
- cmd=['xattr', '/opt/s/w/ir/cipd_bin_packages/python'],
+ 'python3 xattr info',
+ cmd=['xattr', '/opt/s/w/ir/cipd_bin_packages/python3'],
ok_ret='any',
infra_step=True,
)
diff --git a/recipe_modules/os_utils/examples/full.expected/clean_derived_data.json b/recipe_modules/os_utils/examples/full.expected/clean_derived_data.json
index c1d7bc9..985a937 100644
--- a/recipe_modules/os_utils/examples/full.expected/clean_derived_data.json
+++ b/recipe_modules/os_utils/examples/full.expected/clean_derived_data.json
@@ -233,10 +233,10 @@
{
"cmd": [
"xattr",
- "/opt/s/w/ir/cipd_bin_packages/python"
+ "/opt/s/w/ir/cipd_bin_packages/python3"
],
"infra_step": true,
- "name": "python xattr info"
+ "name": "python3 xattr info"
},
{
"cmd": [
diff --git a/recipe_modules/os_utils/examples/full.expected/ios_debug_symbol_doctor_fails_then_succeeds.json b/recipe_modules/os_utils/examples/full.expected/ios_debug_symbol_doctor_fails_then_succeeds.json
index 2378f13..1802d19 100644
--- a/recipe_modules/os_utils/examples/full.expected/ios_debug_symbol_doctor_fails_then_succeeds.json
+++ b/recipe_modules/os_utils/examples/full.expected/ios_debug_symbol_doctor_fails_then_succeeds.json
@@ -267,10 +267,10 @@
{
"cmd": [
"xattr",
- "/opt/s/w/ir/cipd_bin_packages/python"
+ "/opt/s/w/ir/cipd_bin_packages/python3"
],
"infra_step": true,
- "name": "python xattr info"
+ "name": "python3 xattr info"
},
{
"cmd": [
diff --git a/recipe_modules/os_utils/examples/full.expected/mac.json b/recipe_modules/os_utils/examples/full.expected/mac.json
index 6179d8b..e7cb2d3 100644
--- a/recipe_modules/os_utils/examples/full.expected/mac.json
+++ b/recipe_modules/os_utils/examples/full.expected/mac.json
@@ -89,10 +89,10 @@
{
"cmd": [
"xattr",
- "/opt/s/w/ir/cipd_bin_packages/python"
+ "/opt/s/w/ir/cipd_bin_packages/python3"
],
"infra_step": true,
- "name": "python xattr info"
+ "name": "python3 xattr info"
},
{
"cmd": [
diff --git a/recipe_modules/yaml/api.py b/recipe_modules/yaml/api.py
index f676aa3..6de234e 100644
--- a/recipe_modules/yaml/api.py
+++ b/recipe_modules/yaml/api.py
@@ -12,10 +12,10 @@
"""Reads a yaml file.
It currently shells out to a script which converts the yaml to json,
- this way it can use vpython to import pyyaml. To achieve the same
+ this way it can use vpython3 to import pyyaml. To achieve the same
from the recipe we need to specify pyyaml at the root file. Please
change this behavior to be inline if it becomes easier to specify
- vpython packages dependencies in a recipe module.
+ vpython3 packages dependencies in a recipe module.
Args:
step_name: (str) the name of the step for reading the yaml.
@@ -30,7 +30,7 @@
return self.m.step(
'parse',
[
- 'vpython', self.resource('parse_yaml.py'),
+ 'vpython3', self.resource('parse_yaml.py'),
'--yaml_file', file_path,
'--json_file', self.m.json.output()
],
diff --git a/recipe_modules/yaml/examples/full.expected/passing.json b/recipe_modules/yaml/examples/full.expected/passing.json
index 10ed17b..63d1524 100644
--- a/recipe_modules/yaml/examples/full.expected/passing.json
+++ b/recipe_modules/yaml/examples/full.expected/passing.json
@@ -34,7 +34,7 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"RECIPE_MODULE[flutter::yaml]/resources/parse_yaml.py",
"--yaml_file",
"RECIPE[flutter::yaml:examples/full].resources/sample.yaml",
diff --git a/recipe_modules/yaml/resources/parse_yaml.py b/recipe_modules/yaml/resources/parse_yaml.py
index 8f0178f..7274747 100644
--- a/recipe_modules/yaml/resources/parse_yaml.py
+++ b/recipe_modules/yaml/resources/parse_yaml.py
@@ -1,10 +1,10 @@
-#!/usr/bin/env vpython
+#!/usr/bin/env vpython3
# [VPYTHON:BEGIN]
-# python_version: "2.7"
+# python_version: "3.8"
# wheel <
# name: "infra/python/wheels/pyyaml/${platform}_${py_python}_${py_abi}"
-# version: "version:3.12"
+# version: "version:5.4.1.chromium.1"
# >
# [VPYTHON:END]
diff --git a/recipe_modules/zip/api.py b/recipe_modules/zip/api.py
index c76fb53..c955cb1 100644
--- a/recipe_modules/zip/api.py
+++ b/recipe_modules/zip/api.py
@@ -64,7 +64,7 @@
}
self.m.step(
step_name,
- [ 'python', self.resource('unzip.py') ],
+ [ 'python3', self.resource('unzip.py') ],
stdin=self.m.json.input(script_input)
)
@@ -122,7 +122,7 @@
}
step_result = self._api.step(
step_name,
- [ 'python', self._api.zip.resource('zip.py') ],
+ [ 'python3', self._api.zip.resource('zip.py') ],
stdin=self._api.json.input(script_input))
self._api.path.mock_add_paths(self._output)
return step_result
diff --git a/recipe_modules/zip/examples/full.expected/linux.json b/recipe_modules/zip/examples/full.expected/linux.json
index 20320c8..107db36 100644
--- a/recipe_modules/zip/examples/full.expected/linux.json
+++ b/recipe_modules/zip/examples/full.expected/linux.json
@@ -37,7 +37,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"name": "zipping",
@@ -45,7 +45,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"name": "zipping more",
@@ -60,7 +60,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/unzip.py"
],
"name": "unzipping",
diff --git a/recipe_modules/zip/examples/full.expected/mac.json b/recipe_modules/zip/examples/full.expected/mac.json
index 20320c8..107db36 100644
--- a/recipe_modules/zip/examples/full.expected/mac.json
+++ b/recipe_modules/zip/examples/full.expected/mac.json
@@ -37,7 +37,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"name": "zipping",
@@ -45,7 +45,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"name": "zipping more",
@@ -60,7 +60,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/unzip.py"
],
"name": "unzipping",
diff --git a/recipe_modules/zip/examples/full.expected/win.json b/recipe_modules/zip/examples/full.expected/win.json
index fed58a8..dfc9302 100644
--- a/recipe_modules/zip/examples/full.expected/win.json
+++ b/recipe_modules/zip/examples/full.expected/win.json
@@ -37,7 +37,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"name": "zipping",
@@ -45,7 +45,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"name": "zipping more",
@@ -60,7 +60,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\unzip.py"
],
"name": "unzipping",
diff --git a/recipe_modules/zip/resources/unzip.py b/recipe_modules/zip/resources/unzip.py
index da37e63..6dbfdcb 100644
--- a/recipe_modules/zip/resources/unzip.py
+++ b/recipe_modules/zip/resources/unzip.py
@@ -52,7 +52,7 @@
"""
with zipfile.ZipFile(zip_file) as zip_file_obj:
for name in zip_file_obj.namelist():
- print 'Extracting %s' % name
+ print('Extracting %s' % name)
zip_file_obj.extract(name, output)
return 0
@@ -72,7 +72,7 @@
assert os.path.isabs(output), output
assert not os.path.exists(output), output
- print 'Unzipping %s...' % zip_file
+ print('Unzipping %s...' % zip_file)
exit_code = -1
try:
os.makedirs(output)
diff --git a/recipe_modules/zip/resources/zip.py b/recipe_modules/zip/resources/zip.py
index 5e7cc36..79d6331 100644
--- a/recipe_modules/zip/resources/zip.py
+++ b/recipe_modules/zip/resources/zip.py
@@ -56,7 +56,11 @@
args=['zip', '-1', '--recurse-paths', '--symlinks', '-@', output],
stdin=subprocess.PIPE,
cwd=root)
- proc.communicate('\n'.join(items_to_zip))
+ items_to_zip_bytes = []
+ for item in items_to_zip:
+ items_to_zip_bytes.append(item if isinstance(item, bytes) else bytes(item, 'UTF-8'))
+
+ proc.communicate(b'\n'.join(items_to_zip_bytes))
return proc.returncode
diff --git a/recipes/cocoon/cocoon.expected/pull_request.json b/recipes/cocoon/cocoon.expected/pull_request.json
index d082438..61eb4e9 100644
--- a/recipes/cocoon/cocoon.expected/pull_request.json
+++ b/recipes/cocoon/cocoon.expected/pull_request.json
@@ -249,7 +249,7 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"RECIPE_MODULE[flutter::yaml]/resources/parse_yaml.py",
"--yaml_file",
"[START_DIR]/cocoon/tests.yaml",
diff --git a/recipes/devicelab/devicelab_drone.expected/upload-metrics-mac.json b/recipes/devicelab/devicelab_drone.expected/upload-metrics-mac.json
index 993dc05..e37593e 100644
--- a/recipes/devicelab/devicelab_drone.expected/upload-metrics-mac.json
+++ b/recipes/devicelab/devicelab_drone.expected/upload-metrics-mac.json
@@ -25,7 +25,7 @@
{
"cmd": [
"xattr",
- "/opt/s/w/ir/cipd_bin_packages/python"
+ "/opt/s/w/ir/cipd_bin_packages/python3"
],
"infra_step": true,
"luci_context": {
@@ -40,7 +40,7 @@
"hostname": "rdbhost"
}
},
- "name": "python xattr info"
+ "name": "python3 xattr info"
},
{
"cmd": [
@@ -1403,7 +1403,7 @@
{
"cmd": [
"xattr",
- "/opt/s/w/ir/cipd_bin_packages/python"
+ "/opt/s/w/ir/cipd_bin_packages/python3"
],
"cwd": "[CLEANUP]/tmp_tmp_1/flutter sdk/dev/devicelab",
"env": {
@@ -1440,7 +1440,7 @@
"hostname": "rdbhost"
}
},
- "name": "python xattr info (2)"
+ "name": "python3 xattr info (2)"
},
{
"cmd": [
diff --git a/recipes/devicelab/devicelab_drone.expected/xcode-chromium-mac.json b/recipes/devicelab/devicelab_drone.expected/xcode-chromium-mac.json
index 3da03b9..2cf9d53 100644
--- a/recipes/devicelab/devicelab_drone.expected/xcode-chromium-mac.json
+++ b/recipes/devicelab/devicelab_drone.expected/xcode-chromium-mac.json
@@ -25,7 +25,7 @@
{
"cmd": [
"xattr",
- "/opt/s/w/ir/cipd_bin_packages/python"
+ "/opt/s/w/ir/cipd_bin_packages/python3"
],
"infra_step": true,
"luci_context": {
@@ -40,7 +40,7 @@
"hostname": "rdbhost"
}
},
- "name": "python xattr info"
+ "name": "python3 xattr info"
},
{
"cmd": [
@@ -1403,7 +1403,7 @@
{
"cmd": [
"xattr",
- "/opt/s/w/ir/cipd_bin_packages/python"
+ "/opt/s/w/ir/cipd_bin_packages/python3"
],
"cwd": "[CLEANUP]/tmp_tmp_1/flutter sdk/dev/devicelab",
"env": {
@@ -1440,7 +1440,7 @@
"hostname": "rdbhost"
}
},
- "name": "python xattr info (2)"
+ "name": "python3 xattr info (2)"
},
{
"cmd": [
diff --git a/recipes/devicelab/devicelab_drone.expected/xcode-devicelab.json b/recipes/devicelab/devicelab_drone.expected/xcode-devicelab.json
index b0bffa0..c695138 100644
--- a/recipes/devicelab/devicelab_drone.expected/xcode-devicelab.json
+++ b/recipes/devicelab/devicelab_drone.expected/xcode-devicelab.json
@@ -25,7 +25,7 @@
{
"cmd": [
"xattr",
- "/opt/s/w/ir/cipd_bin_packages/python"
+ "/opt/s/w/ir/cipd_bin_packages/python3"
],
"infra_step": true,
"luci_context": {
@@ -40,7 +40,7 @@
"hostname": "rdbhost"
}
},
- "name": "python xattr info"
+ "name": "python3 xattr info"
},
{
"cmd": [
@@ -2343,7 +2343,7 @@
{
"cmd": [
"xattr",
- "/opt/s/w/ir/cipd_bin_packages/python"
+ "/opt/s/w/ir/cipd_bin_packages/python3"
],
"cwd": "[CLEANUP]/tmp_tmp_1/flutter sdk/dev/devicelab",
"env": {
@@ -2380,7 +2380,7 @@
"hostname": "rdbhost"
}
},
- "name": "python xattr info (2)"
+ "name": "python3 xattr info (2)"
},
{
"cmd": [
diff --git a/recipes/engine/engine.expected/Linux Fuchsia failing test.json b/recipes/engine/engine.expected/Linux Fuchsia failing test.json
index 7d6cab7..43c4ce9 100644
--- a/recipes/engine/engine.expected/Linux Fuchsia failing test.json
+++ b/recipes/engine/engine.expected/Linux Fuchsia failing test.json
@@ -379,7 +379,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -1256,7 +1256,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -1739,9 +1739,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"android_jit_release_x86",
@@ -1787,7 +1787,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -2474,7 +2474,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
diff --git a/recipes/engine/engine.expected/Linux Fuchsia skips on duplicate.json b/recipes/engine/engine.expected/Linux Fuchsia skips on duplicate.json
index 7a06a75..293e098 100644
--- a/recipes/engine/engine.expected/Linux Fuchsia skips on duplicate.json
+++ b/recipes/engine/engine.expected/Linux Fuchsia skips on duplicate.json
@@ -931,7 +931,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -1813,7 +1813,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"abcd1234",
@@ -1859,7 +1859,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -2801,7 +2801,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"abcd1234",
@@ -2907,7 +2907,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_REPO[depot_tools]/gsutil.py",
"stat",
"gs://fuchsia-artifacts-release/debug/sub_dirtest_file.debug"
@@ -3002,7 +3002,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_REPO[depot_tools]/gsutil.py",
"stat",
"gs://fuchsia-artifacts-release/debug/sub_dirtest_file.debug"
@@ -3097,7 +3097,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_REPO[depot_tools]/gsutil.py",
"stat",
"gs://fuchsia-artifacts-release/debug/sub_dirtest_file.debug"
@@ -3141,7 +3141,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
@@ -3301,7 +3301,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_REPO[depot_tools]/gsutil.py",
"stat",
"gs://fuchsia-artifacts-release/debug/sub_dirtest_file.debug"
@@ -3396,7 +3396,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_REPO[depot_tools]/gsutil.py",
"stat",
"gs://fuchsia-artifacts-release/debug/sub_dirtest_file.debug"
@@ -3491,7 +3491,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_REPO[depot_tools]/gsutil.py",
"stat",
"gs://fuchsia-artifacts-release/debug/sub_dirtest_file.debug"
@@ -3535,7 +3535,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
diff --git a/recipes/engine/engine.expected/clobber.json b/recipes/engine/engine.expected/clobber.json
index e1f11fc..f2a0cc1 100644
--- a/recipes/engine/engine.expected/clobber.json
+++ b/recipes/engine/engine.expected/clobber.json
@@ -494,7 +494,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -540,7 +540,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -585,7 +585,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -631,7 +631,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1971,9 +1971,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_debug",
@@ -2464,9 +2464,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_profile",
@@ -3006,9 +3006,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_release",
@@ -3100,7 +3100,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3187,7 +3187,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3322,7 +3322,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3550,7 +3550,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3637,7 +3637,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3724,7 +3724,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3811,7 +3811,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -3856,7 +3856,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -3902,7 +3902,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -5285,7 +5285,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5372,7 +5372,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5459,7 +5459,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5546,7 +5546,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5633,7 +5633,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -6123,7 +6123,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -6615,9 +6615,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"android_jit_release_x86",
@@ -6664,7 +6664,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6751,7 +6751,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -7241,7 +7241,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -7733,9 +7733,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"android_debug",
@@ -7782,7 +7782,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -7869,7 +7869,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -7956,7 +7956,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -8446,7 +8446,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -8533,7 +8533,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -8620,7 +8620,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -9110,7 +9110,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9197,7 +9197,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9284,7 +9284,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -9774,7 +9774,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9861,7 +9861,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10395,7 +10395,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -11296,7 +11296,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -11802,7 +11802,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"./flutter/ci/firebase_testlab.py",
"--variant",
"android_profile_arm64",
@@ -12223,7 +12223,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12316,7 +12316,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12409,7 +12409,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12502,7 +12502,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12599,7 +12599,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12692,7 +12692,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12785,7 +12785,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12878,7 +12878,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13159,7 +13159,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13252,7 +13252,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13345,7 +13345,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13442,7 +13442,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13535,7 +13535,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13628,7 +13628,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13909,7 +13909,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14002,7 +14002,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14095,7 +14095,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14188,7 +14188,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14285,7 +14285,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14378,7 +14378,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14471,7 +14471,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14564,7 +14564,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15221,7 +15221,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -15716,7 +15716,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"2d72510e447ab60a9728aeea2362d8be2cbd7789",
@@ -15763,7 +15763,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -16460,7 +16460,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"2d72510e447ab60a9728aeea2362d8be2cbd7789",
@@ -16671,7 +16671,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"2d72510e447ab60a9728aeea2362d8be2cbd7789",
@@ -16937,7 +16937,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"2d72510e447ab60a9728aeea2362d8be2cbd7789",
diff --git a/recipes/engine/engine.expected/experimental.json b/recipes/engine/engine.expected/experimental.json
index 9990a15..04648ee 100644
--- a/recipes/engine/engine.expected/experimental.json
+++ b/recipes/engine/engine.expected/experimental.json
@@ -382,7 +382,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -428,7 +428,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -473,7 +473,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -519,7 +519,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1859,9 +1859,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_debug",
@@ -2352,9 +2352,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_profile",
@@ -2894,9 +2894,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_release",
@@ -2988,7 +2988,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3075,7 +3075,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3210,7 +3210,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3438,7 +3438,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3525,7 +3525,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3612,7 +3612,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3699,7 +3699,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -3744,7 +3744,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -3790,7 +3790,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -5173,7 +5173,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5260,7 +5260,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5347,7 +5347,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5434,7 +5434,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5521,7 +5521,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -6011,7 +6011,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -6503,9 +6503,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"android_jit_release_x86",
@@ -6552,7 +6552,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6639,7 +6639,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -7129,7 +7129,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -7621,9 +7621,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"android_debug",
@@ -7670,7 +7670,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -7757,7 +7757,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -7844,7 +7844,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -8334,7 +8334,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -8421,7 +8421,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -8508,7 +8508,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -8998,7 +8998,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9085,7 +9085,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9172,7 +9172,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -9662,7 +9662,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9749,7 +9749,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10283,7 +10283,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -11174,7 +11174,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -11680,7 +11680,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"./flutter/ci/firebase_testlab.py",
"--variant",
"android_profile_arm64",
@@ -12101,7 +12101,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12194,7 +12194,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12287,7 +12287,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12380,7 +12380,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12477,7 +12477,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12570,7 +12570,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12663,7 +12663,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12756,7 +12756,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13037,7 +13037,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13130,7 +13130,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13223,7 +13223,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13320,7 +13320,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13413,7 +13413,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13506,7 +13506,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13787,7 +13787,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13880,7 +13880,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13973,7 +13973,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14066,7 +14066,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14163,7 +14163,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14256,7 +14256,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14349,7 +14349,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14442,7 +14442,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15091,7 +15091,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -15586,7 +15586,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"2d72510e447ab60a9728aeea2362d8be2cbd7789",
@@ -15633,7 +15633,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -16330,7 +16330,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"2d72510e447ab60a9728aeea2362d8be2cbd7789",
@@ -16541,7 +16541,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"2d72510e447ab60a9728aeea2362d8be2cbd7789",
@@ -16807,7 +16807,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"2d72510e447ab60a9728aeea2362d8be2cbd7789",
diff --git a/recipes/engine/engine.expected/experimental_upload.json b/recipes/engine/engine.expected/experimental_upload.json
index c478de0..863c784 100644
--- a/recipes/engine/engine.expected/experimental_upload.json
+++ b/recipes/engine/engine.expected/experimental_upload.json
@@ -382,7 +382,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -428,7 +428,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -473,7 +473,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -519,7 +519,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1859,9 +1859,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_debug",
@@ -2352,9 +2352,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_profile",
@@ -2894,9 +2894,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_release",
@@ -2988,7 +2988,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3126,7 +3126,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3363,7 +3363,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3642,7 +3642,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3780,7 +3780,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3918,7 +3918,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -4056,7 +4056,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -4101,7 +4101,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -4147,7 +4147,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -5530,7 +5530,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5668,7 +5668,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5806,7 +5806,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5944,7 +5944,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6082,7 +6082,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -6572,7 +6572,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -7064,9 +7064,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"android_jit_release_x86",
@@ -7113,7 +7113,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -7251,7 +7251,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -7741,7 +7741,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -8233,9 +8233,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"android_debug",
@@ -8282,7 +8282,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -8420,7 +8420,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -8660,7 +8660,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -9150,7 +9150,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9288,7 +9288,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9528,7 +9528,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -10018,7 +10018,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10156,7 +10156,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10396,7 +10396,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -10886,7 +10886,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -11024,7 +11024,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -11864,7 +11864,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12914,7 +12914,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -13420,7 +13420,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"./flutter/ci/firebase_testlab.py",
"--variant",
"android_profile_arm64",
@@ -13841,7 +13841,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14090,7 +14090,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14235,7 +14235,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14380,7 +14380,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14685,7 +14685,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14934,7 +14934,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15079,7 +15079,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15224,7 +15224,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15766,7 +15766,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16015,7 +16015,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16160,7 +16160,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16309,7 +16309,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16558,7 +16558,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16703,7 +16703,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -17089,7 +17089,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -17338,7 +17338,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -17483,7 +17483,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -17628,7 +17628,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -17777,7 +17777,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -18026,7 +18026,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -18171,7 +18171,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -18316,7 +18316,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -19017,7 +19017,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -19512,7 +19512,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"2d72510e447ab60a9728aeea2362d8be2cbd7789",
@@ -19559,7 +19559,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -20256,7 +20256,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"2d72510e447ab60a9728aeea2362d8be2cbd7789",
@@ -20626,7 +20626,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"2d72510e447ab60a9728aeea2362d8be2cbd7789",
@@ -21051,7 +21051,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"2d72510e447ab60a9728aeea2362d8be2cbd7789",
diff --git a/recipes/engine/engine.expected/fail_android_aot_sharded_builds.json b/recipes/engine/engine.expected/fail_android_aot_sharded_builds.json
index 82048f9..b543022 100644
--- a/recipes/engine/engine.expected/fail_android_aot_sharded_builds.json
+++ b/recipes/engine/engine.expected/fail_android_aot_sharded_builds.json
@@ -429,7 +429,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -1351,7 +1351,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -1861,9 +1861,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"android_jit_release_x86",
@@ -1912,7 +1912,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -2766,7 +2766,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
diff --git a/recipes/engine/engine.expected/gcloud_pubsub_failure.json b/recipes/engine/engine.expected/gcloud_pubsub_failure.json
index f0b81d0..ac5e90b 100644
--- a/recipes/engine/engine.expected/gcloud_pubsub_failure.json
+++ b/recipes/engine/engine.expected/gcloud_pubsub_failure.json
@@ -384,7 +384,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -430,7 +430,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -475,7 +475,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -521,7 +521,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1861,9 +1861,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_debug",
@@ -2354,9 +2354,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_profile",
@@ -2896,9 +2896,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_release",
@@ -2990,7 +2990,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3077,7 +3077,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3212,7 +3212,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3440,7 +3440,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3527,7 +3527,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3614,7 +3614,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3701,7 +3701,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -3746,7 +3746,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -3792,7 +3792,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -5175,7 +5175,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5262,7 +5262,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5349,7 +5349,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5436,7 +5436,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5523,7 +5523,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -6013,7 +6013,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -6505,9 +6505,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"android_jit_release_x86",
@@ -6554,7 +6554,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6641,7 +6641,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -7131,7 +7131,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -7623,9 +7623,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"android_debug",
@@ -7672,7 +7672,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -7759,7 +7759,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -7846,7 +7846,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -8336,7 +8336,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -8423,7 +8423,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -8510,7 +8510,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -9000,7 +9000,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9087,7 +9087,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9174,7 +9174,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -9664,7 +9664,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9751,7 +9751,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10285,7 +10285,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -11186,7 +11186,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -11692,7 +11692,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"./flutter/ci/firebase_testlab.py",
"--variant",
"android_profile_arm64",
@@ -12113,7 +12113,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12206,7 +12206,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12299,7 +12299,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12392,7 +12392,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12489,7 +12489,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12582,7 +12582,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12675,7 +12675,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12768,7 +12768,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13049,7 +13049,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13142,7 +13142,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13235,7 +13235,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13332,7 +13332,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13425,7 +13425,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13518,7 +13518,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13799,7 +13799,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13892,7 +13892,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13985,7 +13985,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14078,7 +14078,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14175,7 +14175,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14268,7 +14268,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14361,7 +14361,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14454,7 +14454,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15111,7 +15111,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -15606,7 +15606,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"2d72510e447ab60a9728aeea2362d8be2cbd7789",
@@ -15653,7 +15653,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -16350,7 +16350,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"2d72510e447ab60a9728aeea2362d8be2cbd7789",
@@ -16561,7 +16561,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"2d72510e447ab60a9728aeea2362d8be2cbd7789",
@@ -16827,7 +16827,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"2d72510e447ab60a9728aeea2362d8be2cbd7789",
diff --git a/recipes/engine/engine.expected/linux.json b/recipes/engine/engine.expected/linux.json
index fbdad94..0bb1eb3 100644
--- a/recipes/engine/engine.expected/linux.json
+++ b/recipes/engine/engine.expected/linux.json
@@ -382,7 +382,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -428,7 +428,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -473,7 +473,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -519,7 +519,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1859,9 +1859,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_debug",
@@ -2352,9 +2352,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_profile",
@@ -2894,9 +2894,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_release",
@@ -2988,7 +2988,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3075,7 +3075,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3210,7 +3210,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3438,7 +3438,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3525,7 +3525,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3612,7 +3612,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3699,7 +3699,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -3744,7 +3744,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -3790,7 +3790,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -5173,7 +5173,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5260,7 +5260,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5347,7 +5347,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5434,7 +5434,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5521,7 +5521,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -6011,7 +6011,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -6503,9 +6503,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"android_jit_release_x86",
@@ -6552,7 +6552,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6639,7 +6639,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -7129,7 +7129,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -7621,9 +7621,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"android_debug",
@@ -7670,7 +7670,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -7757,7 +7757,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -7844,7 +7844,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -8334,7 +8334,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -8421,7 +8421,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -8508,7 +8508,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -8998,7 +8998,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9085,7 +9085,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9172,7 +9172,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -9662,7 +9662,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9749,7 +9749,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10283,7 +10283,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -11174,7 +11174,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -11680,7 +11680,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"./flutter/ci/firebase_testlab.py",
"--variant",
"android_profile_arm64",
@@ -12152,7 +12152,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12245,7 +12245,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12338,7 +12338,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12431,7 +12431,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12528,7 +12528,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12621,7 +12621,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12714,7 +12714,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12807,7 +12807,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13088,7 +13088,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13181,7 +13181,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13274,7 +13274,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13371,7 +13371,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13464,7 +13464,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13557,7 +13557,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13838,7 +13838,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13931,7 +13931,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14024,7 +14024,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14117,7 +14117,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14214,7 +14214,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14307,7 +14307,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14400,7 +14400,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14493,7 +14493,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15142,7 +15142,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -15637,7 +15637,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"abcd1234",
@@ -15684,7 +15684,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -16381,7 +16381,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"abcd1234",
@@ -16592,7 +16592,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
@@ -16858,7 +16858,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
diff --git a/recipes/engine/engine.expected/linux_font_subset.json b/recipes/engine/engine.expected/linux_font_subset.json
index fbdad94..0bb1eb3 100644
--- a/recipes/engine/engine.expected/linux_font_subset.json
+++ b/recipes/engine/engine.expected/linux_font_subset.json
@@ -382,7 +382,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -428,7 +428,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -473,7 +473,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -519,7 +519,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1859,9 +1859,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_debug",
@@ -2352,9 +2352,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_profile",
@@ -2894,9 +2894,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_release",
@@ -2988,7 +2988,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3075,7 +3075,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3210,7 +3210,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3438,7 +3438,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3525,7 +3525,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3612,7 +3612,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3699,7 +3699,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -3744,7 +3744,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -3790,7 +3790,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -5173,7 +5173,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5260,7 +5260,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5347,7 +5347,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5434,7 +5434,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5521,7 +5521,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -6011,7 +6011,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -6503,9 +6503,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"android_jit_release_x86",
@@ -6552,7 +6552,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6639,7 +6639,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -7129,7 +7129,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -7621,9 +7621,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"android_debug",
@@ -7670,7 +7670,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -7757,7 +7757,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -7844,7 +7844,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -8334,7 +8334,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -8421,7 +8421,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -8508,7 +8508,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -8998,7 +8998,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9085,7 +9085,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9172,7 +9172,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -9662,7 +9662,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9749,7 +9749,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10283,7 +10283,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -11174,7 +11174,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -11680,7 +11680,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"./flutter/ci/firebase_testlab.py",
"--variant",
"android_profile_arm64",
@@ -12152,7 +12152,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12245,7 +12245,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12338,7 +12338,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12431,7 +12431,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12528,7 +12528,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12621,7 +12621,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12714,7 +12714,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12807,7 +12807,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13088,7 +13088,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13181,7 +13181,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13274,7 +13274,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13371,7 +13371,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13464,7 +13464,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13557,7 +13557,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13838,7 +13838,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13931,7 +13931,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14024,7 +14024,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14117,7 +14117,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14214,7 +14214,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14307,7 +14307,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14400,7 +14400,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14493,7 +14493,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15142,7 +15142,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -15637,7 +15637,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"abcd1234",
@@ -15684,7 +15684,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -16381,7 +16381,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"abcd1234",
@@ -16592,7 +16592,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
@@ -16858,7 +16858,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
diff --git a/recipes/engine/engine.expected/linux_maven.json b/recipes/engine/engine.expected/linux_maven.json
index fbdad94..0bb1eb3 100644
--- a/recipes/engine/engine.expected/linux_maven.json
+++ b/recipes/engine/engine.expected/linux_maven.json
@@ -382,7 +382,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -428,7 +428,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -473,7 +473,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -519,7 +519,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1859,9 +1859,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_debug",
@@ -2352,9 +2352,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_profile",
@@ -2894,9 +2894,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_release",
@@ -2988,7 +2988,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3075,7 +3075,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3210,7 +3210,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3438,7 +3438,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3525,7 +3525,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3612,7 +3612,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3699,7 +3699,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -3744,7 +3744,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -3790,7 +3790,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -5173,7 +5173,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5260,7 +5260,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5347,7 +5347,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5434,7 +5434,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5521,7 +5521,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -6011,7 +6011,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -6503,9 +6503,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"android_jit_release_x86",
@@ -6552,7 +6552,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6639,7 +6639,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -7129,7 +7129,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -7621,9 +7621,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"android_debug",
@@ -7670,7 +7670,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -7757,7 +7757,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -7844,7 +7844,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -8334,7 +8334,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -8421,7 +8421,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -8508,7 +8508,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -8998,7 +8998,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9085,7 +9085,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9172,7 +9172,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -9662,7 +9662,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9749,7 +9749,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10283,7 +10283,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -11174,7 +11174,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -11680,7 +11680,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"./flutter/ci/firebase_testlab.py",
"--variant",
"android_profile_arm64",
@@ -12152,7 +12152,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12245,7 +12245,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12338,7 +12338,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12431,7 +12431,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12528,7 +12528,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12621,7 +12621,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12714,7 +12714,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12807,7 +12807,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13088,7 +13088,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13181,7 +13181,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13274,7 +13274,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13371,7 +13371,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13464,7 +13464,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13557,7 +13557,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13838,7 +13838,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13931,7 +13931,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14024,7 +14024,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14117,7 +14117,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14214,7 +14214,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14307,7 +14307,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14400,7 +14400,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14493,7 +14493,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15142,7 +15142,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -15637,7 +15637,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"abcd1234",
@@ -15684,7 +15684,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -16381,7 +16381,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"abcd1234",
@@ -16592,7 +16592,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
@@ -16858,7 +16858,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
diff --git a/recipes/engine/engine.expected/linux_maven_font_subset.json b/recipes/engine/engine.expected/linux_maven_font_subset.json
index fbdad94..0bb1eb3 100644
--- a/recipes/engine/engine.expected/linux_maven_font_subset.json
+++ b/recipes/engine/engine.expected/linux_maven_font_subset.json
@@ -382,7 +382,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -428,7 +428,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -473,7 +473,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -519,7 +519,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1859,9 +1859,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_debug",
@@ -2352,9 +2352,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_profile",
@@ -2894,9 +2894,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_release",
@@ -2988,7 +2988,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3075,7 +3075,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3210,7 +3210,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3438,7 +3438,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3525,7 +3525,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3612,7 +3612,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3699,7 +3699,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -3744,7 +3744,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -3790,7 +3790,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -5173,7 +5173,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5260,7 +5260,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5347,7 +5347,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5434,7 +5434,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5521,7 +5521,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -6011,7 +6011,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -6503,9 +6503,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"android_jit_release_x86",
@@ -6552,7 +6552,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6639,7 +6639,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -7129,7 +7129,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -7621,9 +7621,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"android_debug",
@@ -7670,7 +7670,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -7757,7 +7757,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -7844,7 +7844,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -8334,7 +8334,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -8421,7 +8421,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -8508,7 +8508,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -8998,7 +8998,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9085,7 +9085,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9172,7 +9172,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -9662,7 +9662,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9749,7 +9749,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10283,7 +10283,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -11174,7 +11174,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -11680,7 +11680,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"./flutter/ci/firebase_testlab.py",
"--variant",
"android_profile_arm64",
@@ -12152,7 +12152,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12245,7 +12245,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12338,7 +12338,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12431,7 +12431,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12528,7 +12528,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12621,7 +12621,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12714,7 +12714,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12807,7 +12807,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13088,7 +13088,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13181,7 +13181,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13274,7 +13274,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13371,7 +13371,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13464,7 +13464,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13557,7 +13557,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13838,7 +13838,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13931,7 +13931,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14024,7 +14024,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14117,7 +14117,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14214,7 +14214,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14307,7 +14307,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14400,7 +14400,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14493,7 +14493,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15142,7 +15142,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -15637,7 +15637,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"abcd1234",
@@ -15684,7 +15684,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -16381,7 +16381,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"abcd1234",
@@ -16592,7 +16592,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
@@ -16858,7 +16858,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
diff --git a/recipes/engine/engine.expected/linux_maven_no_lto.json b/recipes/engine/engine.expected/linux_maven_no_lto.json
index 927adae..0044ecc 100644
--- a/recipes/engine/engine.expected/linux_maven_no_lto.json
+++ b/recipes/engine/engine.expected/linux_maven_no_lto.json
@@ -382,7 +382,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -429,7 +429,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -475,7 +475,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -521,7 +521,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1862,9 +1862,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_debug",
@@ -2355,9 +2355,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_profile",
@@ -2897,9 +2897,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_release",
@@ -2991,7 +2991,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3078,7 +3078,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3213,7 +3213,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3441,7 +3441,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3528,7 +3528,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3615,7 +3615,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3702,7 +3702,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -3748,7 +3748,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -3794,7 +3794,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -5178,7 +5178,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5265,7 +5265,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5352,7 +5352,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5439,7 +5439,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5526,7 +5526,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -6017,7 +6017,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -6509,9 +6509,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"android_jit_release_x86",
@@ -6558,7 +6558,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6645,7 +6645,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -7135,7 +7135,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -7627,9 +7627,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"android_debug",
@@ -7676,7 +7676,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -7763,7 +7763,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -7850,7 +7850,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -8340,7 +8340,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -8427,7 +8427,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -8514,7 +8514,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -9004,7 +9004,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9091,7 +9091,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9178,7 +9178,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -9668,7 +9668,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9755,7 +9755,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10289,7 +10289,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -11180,7 +11180,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -11687,7 +11687,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"./flutter/ci/firebase_testlab.py",
"--variant",
"android_profile_arm64",
@@ -12159,7 +12159,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12252,7 +12252,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12345,7 +12345,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12438,7 +12438,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12535,7 +12535,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12628,7 +12628,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12721,7 +12721,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12814,7 +12814,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13095,7 +13095,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13188,7 +13188,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13281,7 +13281,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13378,7 +13378,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13471,7 +13471,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13564,7 +13564,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13845,7 +13845,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13938,7 +13938,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14031,7 +14031,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14124,7 +14124,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14221,7 +14221,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14314,7 +14314,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14407,7 +14407,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14500,7 +14500,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15149,7 +15149,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -15644,7 +15644,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"abcd1234",
@@ -15691,7 +15691,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -16388,7 +16388,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"abcd1234",
@@ -16599,7 +16599,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
@@ -16865,7 +16865,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
diff --git a/recipes/engine/engine.expected/linux_maven_no_lto_font_subset.json b/recipes/engine/engine.expected/linux_maven_no_lto_font_subset.json
index 927adae..0044ecc 100644
--- a/recipes/engine/engine.expected/linux_maven_no_lto_font_subset.json
+++ b/recipes/engine/engine.expected/linux_maven_no_lto_font_subset.json
@@ -382,7 +382,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -429,7 +429,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -475,7 +475,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -521,7 +521,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1862,9 +1862,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_debug",
@@ -2355,9 +2355,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_profile",
@@ -2897,9 +2897,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_release",
@@ -2991,7 +2991,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3078,7 +3078,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3213,7 +3213,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3441,7 +3441,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3528,7 +3528,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3615,7 +3615,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3702,7 +3702,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -3748,7 +3748,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -3794,7 +3794,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -5178,7 +5178,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5265,7 +5265,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5352,7 +5352,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5439,7 +5439,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5526,7 +5526,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -6017,7 +6017,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -6509,9 +6509,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"android_jit_release_x86",
@@ -6558,7 +6558,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6645,7 +6645,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -7135,7 +7135,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -7627,9 +7627,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"android_debug",
@@ -7676,7 +7676,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -7763,7 +7763,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -7850,7 +7850,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -8340,7 +8340,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -8427,7 +8427,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -8514,7 +8514,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -9004,7 +9004,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9091,7 +9091,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9178,7 +9178,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -9668,7 +9668,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9755,7 +9755,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10289,7 +10289,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -11180,7 +11180,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -11687,7 +11687,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"./flutter/ci/firebase_testlab.py",
"--variant",
"android_profile_arm64",
@@ -12159,7 +12159,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12252,7 +12252,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12345,7 +12345,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12438,7 +12438,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12535,7 +12535,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12628,7 +12628,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12721,7 +12721,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12814,7 +12814,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13095,7 +13095,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13188,7 +13188,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13281,7 +13281,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13378,7 +13378,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13471,7 +13471,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13564,7 +13564,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13845,7 +13845,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13938,7 +13938,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14031,7 +14031,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14124,7 +14124,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14221,7 +14221,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14314,7 +14314,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14407,7 +14407,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14500,7 +14500,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15149,7 +15149,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -15644,7 +15644,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"abcd1234",
@@ -15691,7 +15691,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -16388,7 +16388,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"abcd1234",
@@ -16599,7 +16599,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
@@ -16865,7 +16865,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
diff --git a/recipes/engine/engine.expected/linux_maven_publish_cipd.json b/recipes/engine/engine.expected/linux_maven_publish_cipd.json
index fbdad94..0bb1eb3 100644
--- a/recipes/engine/engine.expected/linux_maven_publish_cipd.json
+++ b/recipes/engine/engine.expected/linux_maven_publish_cipd.json
@@ -382,7 +382,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -428,7 +428,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -473,7 +473,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -519,7 +519,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1859,9 +1859,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_debug",
@@ -2352,9 +2352,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_profile",
@@ -2894,9 +2894,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_release",
@@ -2988,7 +2988,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3075,7 +3075,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3210,7 +3210,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3438,7 +3438,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3525,7 +3525,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3612,7 +3612,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3699,7 +3699,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -3744,7 +3744,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -3790,7 +3790,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -5173,7 +5173,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5260,7 +5260,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5347,7 +5347,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5434,7 +5434,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5521,7 +5521,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -6011,7 +6011,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -6503,9 +6503,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"android_jit_release_x86",
@@ -6552,7 +6552,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6639,7 +6639,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -7129,7 +7129,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -7621,9 +7621,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"android_debug",
@@ -7670,7 +7670,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -7757,7 +7757,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -7844,7 +7844,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -8334,7 +8334,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -8421,7 +8421,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -8508,7 +8508,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -8998,7 +8998,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9085,7 +9085,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9172,7 +9172,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -9662,7 +9662,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9749,7 +9749,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10283,7 +10283,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -11174,7 +11174,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -11680,7 +11680,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"./flutter/ci/firebase_testlab.py",
"--variant",
"android_profile_arm64",
@@ -12152,7 +12152,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12245,7 +12245,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12338,7 +12338,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12431,7 +12431,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12528,7 +12528,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12621,7 +12621,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12714,7 +12714,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12807,7 +12807,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13088,7 +13088,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13181,7 +13181,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13274,7 +13274,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13371,7 +13371,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13464,7 +13464,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13557,7 +13557,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13838,7 +13838,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13931,7 +13931,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14024,7 +14024,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14117,7 +14117,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14214,7 +14214,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14307,7 +14307,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14400,7 +14400,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14493,7 +14493,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15142,7 +15142,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -15637,7 +15637,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"abcd1234",
@@ -15684,7 +15684,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -16381,7 +16381,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"abcd1234",
@@ -16592,7 +16592,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
@@ -16858,7 +16858,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
diff --git a/recipes/engine/engine.expected/linux_maven_publish_cipd_font_subset.json b/recipes/engine/engine.expected/linux_maven_publish_cipd_font_subset.json
index fbdad94..0bb1eb3 100644
--- a/recipes/engine/engine.expected/linux_maven_publish_cipd_font_subset.json
+++ b/recipes/engine/engine.expected/linux_maven_publish_cipd_font_subset.json
@@ -382,7 +382,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -428,7 +428,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -473,7 +473,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -519,7 +519,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1859,9 +1859,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_debug",
@@ -2352,9 +2352,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_profile",
@@ -2894,9 +2894,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_release",
@@ -2988,7 +2988,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3075,7 +3075,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3210,7 +3210,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3438,7 +3438,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3525,7 +3525,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3612,7 +3612,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3699,7 +3699,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -3744,7 +3744,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -3790,7 +3790,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -5173,7 +5173,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5260,7 +5260,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5347,7 +5347,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5434,7 +5434,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5521,7 +5521,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -6011,7 +6011,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -6503,9 +6503,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"android_jit_release_x86",
@@ -6552,7 +6552,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6639,7 +6639,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -7129,7 +7129,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -7621,9 +7621,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"android_debug",
@@ -7670,7 +7670,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -7757,7 +7757,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -7844,7 +7844,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -8334,7 +8334,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -8421,7 +8421,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -8508,7 +8508,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -8998,7 +8998,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9085,7 +9085,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9172,7 +9172,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -9662,7 +9662,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9749,7 +9749,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10283,7 +10283,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -11174,7 +11174,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -11680,7 +11680,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"./flutter/ci/firebase_testlab.py",
"--variant",
"android_profile_arm64",
@@ -12152,7 +12152,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12245,7 +12245,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12338,7 +12338,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12431,7 +12431,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12528,7 +12528,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12621,7 +12621,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12714,7 +12714,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12807,7 +12807,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13088,7 +13088,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13181,7 +13181,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13274,7 +13274,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13371,7 +13371,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13464,7 +13464,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13557,7 +13557,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13838,7 +13838,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13931,7 +13931,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14024,7 +14024,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14117,7 +14117,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14214,7 +14214,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14307,7 +14307,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14400,7 +14400,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14493,7 +14493,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15142,7 +15142,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -15637,7 +15637,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"abcd1234",
@@ -15684,7 +15684,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -16381,7 +16381,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"abcd1234",
@@ -16592,7 +16592,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
@@ -16858,7 +16858,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
diff --git a/recipes/engine/engine.expected/linux_maven_publish_cipd_no_lto.json b/recipes/engine/engine.expected/linux_maven_publish_cipd_no_lto.json
index 927adae..0044ecc 100644
--- a/recipes/engine/engine.expected/linux_maven_publish_cipd_no_lto.json
+++ b/recipes/engine/engine.expected/linux_maven_publish_cipd_no_lto.json
@@ -382,7 +382,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -429,7 +429,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -475,7 +475,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -521,7 +521,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1862,9 +1862,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_debug",
@@ -2355,9 +2355,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_profile",
@@ -2897,9 +2897,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_release",
@@ -2991,7 +2991,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3078,7 +3078,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3213,7 +3213,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3441,7 +3441,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3528,7 +3528,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3615,7 +3615,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3702,7 +3702,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -3748,7 +3748,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -3794,7 +3794,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -5178,7 +5178,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5265,7 +5265,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5352,7 +5352,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5439,7 +5439,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5526,7 +5526,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -6017,7 +6017,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -6509,9 +6509,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"android_jit_release_x86",
@@ -6558,7 +6558,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6645,7 +6645,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -7135,7 +7135,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -7627,9 +7627,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"android_debug",
@@ -7676,7 +7676,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -7763,7 +7763,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -7850,7 +7850,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -8340,7 +8340,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -8427,7 +8427,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -8514,7 +8514,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -9004,7 +9004,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9091,7 +9091,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9178,7 +9178,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -9668,7 +9668,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9755,7 +9755,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10289,7 +10289,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -11180,7 +11180,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -11687,7 +11687,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"./flutter/ci/firebase_testlab.py",
"--variant",
"android_profile_arm64",
@@ -12159,7 +12159,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12252,7 +12252,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12345,7 +12345,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12438,7 +12438,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12535,7 +12535,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12628,7 +12628,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12721,7 +12721,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12814,7 +12814,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13095,7 +13095,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13188,7 +13188,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13281,7 +13281,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13378,7 +13378,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13471,7 +13471,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13564,7 +13564,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13845,7 +13845,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13938,7 +13938,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14031,7 +14031,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14124,7 +14124,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14221,7 +14221,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14314,7 +14314,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14407,7 +14407,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14500,7 +14500,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15149,7 +15149,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -15644,7 +15644,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"abcd1234",
@@ -15691,7 +15691,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -16388,7 +16388,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"abcd1234",
@@ -16599,7 +16599,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
@@ -16865,7 +16865,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
diff --git a/recipes/engine/engine.expected/linux_maven_publish_cipd_no_lto_font_subset.json b/recipes/engine/engine.expected/linux_maven_publish_cipd_no_lto_font_subset.json
index 927adae..0044ecc 100644
--- a/recipes/engine/engine.expected/linux_maven_publish_cipd_no_lto_font_subset.json
+++ b/recipes/engine/engine.expected/linux_maven_publish_cipd_no_lto_font_subset.json
@@ -382,7 +382,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -429,7 +429,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -475,7 +475,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -521,7 +521,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1862,9 +1862,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_debug",
@@ -2355,9 +2355,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_profile",
@@ -2897,9 +2897,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_release",
@@ -2991,7 +2991,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3078,7 +3078,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3213,7 +3213,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3441,7 +3441,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3528,7 +3528,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3615,7 +3615,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3702,7 +3702,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -3748,7 +3748,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -3794,7 +3794,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -5178,7 +5178,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5265,7 +5265,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5352,7 +5352,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5439,7 +5439,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5526,7 +5526,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -6017,7 +6017,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -6509,9 +6509,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"android_jit_release_x86",
@@ -6558,7 +6558,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6645,7 +6645,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -7135,7 +7135,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -7627,9 +7627,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"android_debug",
@@ -7676,7 +7676,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -7763,7 +7763,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -7850,7 +7850,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -8340,7 +8340,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -8427,7 +8427,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -8514,7 +8514,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -9004,7 +9004,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9091,7 +9091,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9178,7 +9178,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -9668,7 +9668,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9755,7 +9755,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10289,7 +10289,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -11180,7 +11180,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -11687,7 +11687,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"./flutter/ci/firebase_testlab.py",
"--variant",
"android_profile_arm64",
@@ -12159,7 +12159,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12252,7 +12252,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12345,7 +12345,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12438,7 +12438,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12535,7 +12535,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12628,7 +12628,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12721,7 +12721,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12814,7 +12814,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13095,7 +13095,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13188,7 +13188,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13281,7 +13281,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13378,7 +13378,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13471,7 +13471,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13564,7 +13564,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13845,7 +13845,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13938,7 +13938,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14031,7 +14031,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14124,7 +14124,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14221,7 +14221,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14314,7 +14314,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14407,7 +14407,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14500,7 +14500,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15149,7 +15149,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -15644,7 +15644,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"abcd1234",
@@ -15691,7 +15691,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -16388,7 +16388,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"abcd1234",
@@ -16599,7 +16599,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
@@ -16865,7 +16865,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
diff --git a/recipes/engine/engine.expected/linux_no_lto.json b/recipes/engine/engine.expected/linux_no_lto.json
index 927adae..0044ecc 100644
--- a/recipes/engine/engine.expected/linux_no_lto.json
+++ b/recipes/engine/engine.expected/linux_no_lto.json
@@ -382,7 +382,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -429,7 +429,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -475,7 +475,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -521,7 +521,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1862,9 +1862,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_debug",
@@ -2355,9 +2355,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_profile",
@@ -2897,9 +2897,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_release",
@@ -2991,7 +2991,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3078,7 +3078,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3213,7 +3213,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3441,7 +3441,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3528,7 +3528,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3615,7 +3615,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3702,7 +3702,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -3748,7 +3748,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -3794,7 +3794,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -5178,7 +5178,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5265,7 +5265,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5352,7 +5352,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5439,7 +5439,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5526,7 +5526,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -6017,7 +6017,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -6509,9 +6509,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"android_jit_release_x86",
@@ -6558,7 +6558,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6645,7 +6645,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -7135,7 +7135,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -7627,9 +7627,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"android_debug",
@@ -7676,7 +7676,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -7763,7 +7763,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -7850,7 +7850,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -8340,7 +8340,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -8427,7 +8427,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -8514,7 +8514,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -9004,7 +9004,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9091,7 +9091,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9178,7 +9178,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -9668,7 +9668,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9755,7 +9755,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10289,7 +10289,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -11180,7 +11180,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -11687,7 +11687,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"./flutter/ci/firebase_testlab.py",
"--variant",
"android_profile_arm64",
@@ -12159,7 +12159,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12252,7 +12252,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12345,7 +12345,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12438,7 +12438,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12535,7 +12535,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12628,7 +12628,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12721,7 +12721,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12814,7 +12814,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13095,7 +13095,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13188,7 +13188,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13281,7 +13281,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13378,7 +13378,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13471,7 +13471,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13564,7 +13564,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13845,7 +13845,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13938,7 +13938,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14031,7 +14031,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14124,7 +14124,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14221,7 +14221,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14314,7 +14314,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14407,7 +14407,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14500,7 +14500,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15149,7 +15149,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -15644,7 +15644,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"abcd1234",
@@ -15691,7 +15691,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -16388,7 +16388,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"abcd1234",
@@ -16599,7 +16599,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
@@ -16865,7 +16865,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
diff --git a/recipes/engine/engine.expected/linux_no_lto_font_subset.json b/recipes/engine/engine.expected/linux_no_lto_font_subset.json
index 927adae..0044ecc 100644
--- a/recipes/engine/engine.expected/linux_no_lto_font_subset.json
+++ b/recipes/engine/engine.expected/linux_no_lto_font_subset.json
@@ -382,7 +382,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -429,7 +429,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -475,7 +475,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -521,7 +521,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1862,9 +1862,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_debug",
@@ -2355,9 +2355,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_profile",
@@ -2897,9 +2897,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_release",
@@ -2991,7 +2991,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3078,7 +3078,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3213,7 +3213,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3441,7 +3441,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3528,7 +3528,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3615,7 +3615,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3702,7 +3702,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -3748,7 +3748,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -3794,7 +3794,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -5178,7 +5178,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5265,7 +5265,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5352,7 +5352,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5439,7 +5439,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5526,7 +5526,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -6017,7 +6017,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -6509,9 +6509,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"android_jit_release_x86",
@@ -6558,7 +6558,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6645,7 +6645,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -7135,7 +7135,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -7627,9 +7627,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"android_debug",
@@ -7676,7 +7676,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -7763,7 +7763,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -7850,7 +7850,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -8340,7 +8340,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -8427,7 +8427,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -8514,7 +8514,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -9004,7 +9004,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9091,7 +9091,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9178,7 +9178,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -9668,7 +9668,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9755,7 +9755,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10289,7 +10289,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -11180,7 +11180,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -11687,7 +11687,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"./flutter/ci/firebase_testlab.py",
"--variant",
"android_profile_arm64",
@@ -12159,7 +12159,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12252,7 +12252,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12345,7 +12345,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12438,7 +12438,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12535,7 +12535,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12628,7 +12628,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12721,7 +12721,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12814,7 +12814,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13095,7 +13095,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13188,7 +13188,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13281,7 +13281,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13378,7 +13378,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13471,7 +13471,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13564,7 +13564,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13845,7 +13845,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13938,7 +13938,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14031,7 +14031,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14124,7 +14124,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14221,7 +14221,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14314,7 +14314,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14407,7 +14407,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14500,7 +14500,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15149,7 +15149,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -15644,7 +15644,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"abcd1234",
@@ -15691,7 +15691,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -16388,7 +16388,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"abcd1234",
@@ -16599,7 +16599,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
@@ -16865,7 +16865,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
diff --git a/recipes/engine/engine.expected/linux_publish_cipd.json b/recipes/engine/engine.expected/linux_publish_cipd.json
index fbdad94..0bb1eb3 100644
--- a/recipes/engine/engine.expected/linux_publish_cipd.json
+++ b/recipes/engine/engine.expected/linux_publish_cipd.json
@@ -382,7 +382,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -428,7 +428,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -473,7 +473,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -519,7 +519,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1859,9 +1859,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_debug",
@@ -2352,9 +2352,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_profile",
@@ -2894,9 +2894,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_release",
@@ -2988,7 +2988,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3075,7 +3075,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3210,7 +3210,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3438,7 +3438,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3525,7 +3525,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3612,7 +3612,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3699,7 +3699,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -3744,7 +3744,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -3790,7 +3790,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -5173,7 +5173,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5260,7 +5260,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5347,7 +5347,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5434,7 +5434,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5521,7 +5521,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -6011,7 +6011,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -6503,9 +6503,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"android_jit_release_x86",
@@ -6552,7 +6552,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6639,7 +6639,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -7129,7 +7129,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -7621,9 +7621,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"android_debug",
@@ -7670,7 +7670,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -7757,7 +7757,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -7844,7 +7844,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -8334,7 +8334,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -8421,7 +8421,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -8508,7 +8508,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -8998,7 +8998,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9085,7 +9085,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9172,7 +9172,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -9662,7 +9662,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9749,7 +9749,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10283,7 +10283,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -11174,7 +11174,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -11680,7 +11680,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"./flutter/ci/firebase_testlab.py",
"--variant",
"android_profile_arm64",
@@ -12152,7 +12152,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12245,7 +12245,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12338,7 +12338,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12431,7 +12431,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12528,7 +12528,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12621,7 +12621,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12714,7 +12714,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12807,7 +12807,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13088,7 +13088,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13181,7 +13181,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13274,7 +13274,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13371,7 +13371,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13464,7 +13464,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13557,7 +13557,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13838,7 +13838,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13931,7 +13931,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14024,7 +14024,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14117,7 +14117,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14214,7 +14214,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14307,7 +14307,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14400,7 +14400,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14493,7 +14493,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15142,7 +15142,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -15637,7 +15637,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"abcd1234",
@@ -15684,7 +15684,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -16381,7 +16381,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"abcd1234",
@@ -16592,7 +16592,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
@@ -16858,7 +16858,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
diff --git a/recipes/engine/engine.expected/linux_publish_cipd_font_subset.json b/recipes/engine/engine.expected/linux_publish_cipd_font_subset.json
index fbdad94..0bb1eb3 100644
--- a/recipes/engine/engine.expected/linux_publish_cipd_font_subset.json
+++ b/recipes/engine/engine.expected/linux_publish_cipd_font_subset.json
@@ -382,7 +382,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -428,7 +428,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -473,7 +473,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -519,7 +519,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1859,9 +1859,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_debug",
@@ -2352,9 +2352,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_profile",
@@ -2894,9 +2894,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_release",
@@ -2988,7 +2988,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3075,7 +3075,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3210,7 +3210,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3438,7 +3438,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3525,7 +3525,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3612,7 +3612,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3699,7 +3699,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -3744,7 +3744,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -3790,7 +3790,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -5173,7 +5173,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5260,7 +5260,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5347,7 +5347,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5434,7 +5434,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5521,7 +5521,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -6011,7 +6011,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -6503,9 +6503,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"android_jit_release_x86",
@@ -6552,7 +6552,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6639,7 +6639,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -7129,7 +7129,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -7621,9 +7621,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"android_debug",
@@ -7670,7 +7670,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -7757,7 +7757,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -7844,7 +7844,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -8334,7 +8334,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -8421,7 +8421,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -8508,7 +8508,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -8998,7 +8998,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9085,7 +9085,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9172,7 +9172,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -9662,7 +9662,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9749,7 +9749,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10283,7 +10283,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -11174,7 +11174,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -11680,7 +11680,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"./flutter/ci/firebase_testlab.py",
"--variant",
"android_profile_arm64",
@@ -12152,7 +12152,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12245,7 +12245,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12338,7 +12338,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12431,7 +12431,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12528,7 +12528,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12621,7 +12621,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12714,7 +12714,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12807,7 +12807,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13088,7 +13088,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13181,7 +13181,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13274,7 +13274,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13371,7 +13371,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13464,7 +13464,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13557,7 +13557,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13838,7 +13838,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13931,7 +13931,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14024,7 +14024,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14117,7 +14117,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14214,7 +14214,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14307,7 +14307,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14400,7 +14400,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14493,7 +14493,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15142,7 +15142,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -15637,7 +15637,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"abcd1234",
@@ -15684,7 +15684,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -16381,7 +16381,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"abcd1234",
@@ -16592,7 +16592,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
@@ -16858,7 +16858,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
diff --git a/recipes/engine/engine.expected/linux_publish_cipd_no_lto.json b/recipes/engine/engine.expected/linux_publish_cipd_no_lto.json
index 927adae..0044ecc 100644
--- a/recipes/engine/engine.expected/linux_publish_cipd_no_lto.json
+++ b/recipes/engine/engine.expected/linux_publish_cipd_no_lto.json
@@ -382,7 +382,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -429,7 +429,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -475,7 +475,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -521,7 +521,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1862,9 +1862,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_debug",
@@ -2355,9 +2355,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_profile",
@@ -2897,9 +2897,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_release",
@@ -2991,7 +2991,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3078,7 +3078,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3213,7 +3213,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3441,7 +3441,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3528,7 +3528,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3615,7 +3615,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3702,7 +3702,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -3748,7 +3748,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -3794,7 +3794,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -5178,7 +5178,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5265,7 +5265,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5352,7 +5352,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5439,7 +5439,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5526,7 +5526,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -6017,7 +6017,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -6509,9 +6509,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"android_jit_release_x86",
@@ -6558,7 +6558,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6645,7 +6645,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -7135,7 +7135,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -7627,9 +7627,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"android_debug",
@@ -7676,7 +7676,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -7763,7 +7763,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -7850,7 +7850,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -8340,7 +8340,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -8427,7 +8427,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -8514,7 +8514,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -9004,7 +9004,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9091,7 +9091,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9178,7 +9178,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -9668,7 +9668,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9755,7 +9755,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10289,7 +10289,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -11180,7 +11180,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -11687,7 +11687,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"./flutter/ci/firebase_testlab.py",
"--variant",
"android_profile_arm64",
@@ -12159,7 +12159,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12252,7 +12252,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12345,7 +12345,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12438,7 +12438,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12535,7 +12535,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12628,7 +12628,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12721,7 +12721,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12814,7 +12814,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13095,7 +13095,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13188,7 +13188,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13281,7 +13281,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13378,7 +13378,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13471,7 +13471,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13564,7 +13564,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13845,7 +13845,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13938,7 +13938,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14031,7 +14031,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14124,7 +14124,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14221,7 +14221,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14314,7 +14314,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14407,7 +14407,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14500,7 +14500,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15149,7 +15149,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -15644,7 +15644,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"abcd1234",
@@ -15691,7 +15691,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -16388,7 +16388,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"abcd1234",
@@ -16599,7 +16599,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
@@ -16865,7 +16865,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
diff --git a/recipes/engine/engine.expected/linux_publish_cipd_no_lto_font_subset.json b/recipes/engine/engine.expected/linux_publish_cipd_no_lto_font_subset.json
index 927adae..0044ecc 100644
--- a/recipes/engine/engine.expected/linux_publish_cipd_no_lto_font_subset.json
+++ b/recipes/engine/engine.expected/linux_publish_cipd_no_lto_font_subset.json
@@ -382,7 +382,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -429,7 +429,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -475,7 +475,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -521,7 +521,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1862,9 +1862,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_debug",
@@ -2355,9 +2355,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_profile",
@@ -2897,9 +2897,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_release",
@@ -2991,7 +2991,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3078,7 +3078,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3213,7 +3213,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3441,7 +3441,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3528,7 +3528,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3615,7 +3615,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3702,7 +3702,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -3748,7 +3748,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -3794,7 +3794,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -5178,7 +5178,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5265,7 +5265,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5352,7 +5352,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5439,7 +5439,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5526,7 +5526,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -6017,7 +6017,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -6509,9 +6509,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"android_jit_release_x86",
@@ -6558,7 +6558,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6645,7 +6645,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -7135,7 +7135,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -7627,9 +7627,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"android_debug",
@@ -7676,7 +7676,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -7763,7 +7763,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -7850,7 +7850,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -8340,7 +8340,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -8427,7 +8427,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -8514,7 +8514,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -9004,7 +9004,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9091,7 +9091,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9178,7 +9178,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -9668,7 +9668,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9755,7 +9755,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10289,7 +10289,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -11180,7 +11180,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -11687,7 +11687,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"./flutter/ci/firebase_testlab.py",
"--variant",
"android_profile_arm64",
@@ -12159,7 +12159,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12252,7 +12252,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12345,7 +12345,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12438,7 +12438,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12535,7 +12535,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12628,7 +12628,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12721,7 +12721,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12814,7 +12814,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13095,7 +13095,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13188,7 +13188,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13281,7 +13281,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13378,7 +13378,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13471,7 +13471,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13564,7 +13564,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13845,7 +13845,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13938,7 +13938,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14031,7 +14031,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14124,7 +14124,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14221,7 +14221,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14314,7 +14314,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14407,7 +14407,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14500,7 +14500,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15149,7 +15149,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -15644,7 +15644,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"abcd1234",
@@ -15691,7 +15691,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -16388,7 +16388,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"abcd1234",
@@ -16599,7 +16599,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
@@ -16865,7 +16865,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
diff --git a/recipes/engine/engine.expected/linux_upload.json b/recipes/engine/engine.expected/linux_upload.json
index e45b1d2..aaa4ca5 100644
--- a/recipes/engine/engine.expected/linux_upload.json
+++ b/recipes/engine/engine.expected/linux_upload.json
@@ -382,7 +382,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -428,7 +428,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -473,7 +473,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -519,7 +519,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1859,9 +1859,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_debug",
@@ -2352,9 +2352,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_profile",
@@ -2894,9 +2894,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_release",
@@ -2988,7 +2988,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3126,7 +3126,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3312,7 +3312,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3591,7 +3591,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3729,7 +3729,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3867,7 +3867,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -4005,7 +4005,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -4050,7 +4050,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -4096,7 +4096,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -5479,7 +5479,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5617,7 +5617,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5755,7 +5755,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5893,7 +5893,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6031,7 +6031,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -6521,7 +6521,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -7013,9 +7013,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"android_jit_release_x86",
@@ -7062,7 +7062,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -7200,7 +7200,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -7690,7 +7690,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -8182,9 +8182,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"android_debug",
@@ -8231,7 +8231,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -8369,7 +8369,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -8609,7 +8609,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -9099,7 +9099,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9237,7 +9237,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9477,7 +9477,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -9967,7 +9967,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10105,7 +10105,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10345,7 +10345,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -10835,7 +10835,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10973,7 +10973,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -11813,7 +11813,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12863,7 +12863,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -13369,7 +13369,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"./flutter/ci/firebase_testlab.py",
"--variant",
"android_profile_arm64",
@@ -13841,7 +13841,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14090,7 +14090,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14235,7 +14235,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14380,7 +14380,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14685,7 +14685,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14934,7 +14934,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15079,7 +15079,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15224,7 +15224,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15766,7 +15766,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16015,7 +16015,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16160,7 +16160,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16309,7 +16309,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16558,7 +16558,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16703,7 +16703,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -17089,7 +17089,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -17338,7 +17338,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -17483,7 +17483,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -17628,7 +17628,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -17777,7 +17777,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -18026,7 +18026,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -18171,7 +18171,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -18316,7 +18316,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -19017,7 +19017,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -19512,7 +19512,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"abcd1234",
@@ -19559,7 +19559,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -20312,7 +20312,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"abcd1234",
@@ -20682,7 +20682,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
@@ -21107,7 +21107,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
diff --git a/recipes/engine/engine.expected/linux_upload_font_subset.json b/recipes/engine/engine.expected/linux_upload_font_subset.json
index b41fc46..2a598e7 100644
--- a/recipes/engine/engine.expected/linux_upload_font_subset.json
+++ b/recipes/engine/engine.expected/linux_upload_font_subset.json
@@ -382,7 +382,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -428,7 +428,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -473,7 +473,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -519,7 +519,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1859,9 +1859,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_debug",
@@ -2352,9 +2352,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_profile",
@@ -2894,9 +2894,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_release",
@@ -2988,7 +2988,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3126,7 +3126,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3363,7 +3363,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3642,7 +3642,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3780,7 +3780,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3918,7 +3918,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -4056,7 +4056,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -4101,7 +4101,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -4147,7 +4147,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -5530,7 +5530,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5668,7 +5668,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5806,7 +5806,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5944,7 +5944,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6082,7 +6082,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -6572,7 +6572,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -7064,9 +7064,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"android_jit_release_x86",
@@ -7113,7 +7113,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -7251,7 +7251,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -7741,7 +7741,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -8233,9 +8233,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"android_debug",
@@ -8282,7 +8282,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -8420,7 +8420,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -8660,7 +8660,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -9150,7 +9150,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9288,7 +9288,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9528,7 +9528,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -10018,7 +10018,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10156,7 +10156,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10396,7 +10396,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -10886,7 +10886,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -11024,7 +11024,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -11864,7 +11864,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12914,7 +12914,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -13420,7 +13420,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"./flutter/ci/firebase_testlab.py",
"--variant",
"android_profile_arm64",
@@ -13892,7 +13892,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14141,7 +14141,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14286,7 +14286,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14431,7 +14431,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14736,7 +14736,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14985,7 +14985,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15130,7 +15130,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15275,7 +15275,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15817,7 +15817,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16066,7 +16066,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16211,7 +16211,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16360,7 +16360,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16609,7 +16609,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16754,7 +16754,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -17140,7 +17140,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -17389,7 +17389,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -17534,7 +17534,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -17679,7 +17679,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -17828,7 +17828,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -18077,7 +18077,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -18222,7 +18222,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -18367,7 +18367,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -19068,7 +19068,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -19563,7 +19563,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"abcd1234",
@@ -19610,7 +19610,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -20363,7 +20363,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"abcd1234",
@@ -20733,7 +20733,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
@@ -21158,7 +21158,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
diff --git a/recipes/engine/engine.expected/linux_upload_maven.json b/recipes/engine/engine.expected/linux_upload_maven.json
index 4cce68e..83a4a85 100644
--- a/recipes/engine/engine.expected/linux_upload_maven.json
+++ b/recipes/engine/engine.expected/linux_upload_maven.json
@@ -382,7 +382,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -428,7 +428,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -473,7 +473,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -519,7 +519,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1859,9 +1859,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_debug",
@@ -2352,9 +2352,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_profile",
@@ -2894,9 +2894,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_release",
@@ -2988,7 +2988,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3126,7 +3126,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3312,7 +3312,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3591,7 +3591,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3729,7 +3729,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3867,7 +3867,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -4005,7 +4005,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -4050,7 +4050,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -4096,7 +4096,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -5479,7 +5479,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5617,7 +5617,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5755,7 +5755,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5893,7 +5893,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6031,7 +6031,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -6521,7 +6521,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -7013,9 +7013,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"android_jit_release_x86",
@@ -7062,7 +7062,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -7200,7 +7200,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -7690,7 +7690,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -8182,9 +8182,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"android_debug",
@@ -8231,7 +8231,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -8369,7 +8369,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -8507,7 +8507,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -8997,7 +8997,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9135,7 +9135,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9273,7 +9273,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -9763,7 +9763,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9901,7 +9901,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10039,7 +10039,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -10529,7 +10529,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10667,7 +10667,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -11252,7 +11252,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12302,7 +12302,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -12808,7 +12808,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"./flutter/ci/firebase_testlab.py",
"--variant",
"android_profile_arm64",
@@ -13280,7 +13280,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13425,7 +13425,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13570,7 +13570,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13715,7 +13715,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13864,7 +13864,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14009,7 +14009,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14154,7 +14154,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14299,7 +14299,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14685,7 +14685,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14830,7 +14830,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14975,7 +14975,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15124,7 +15124,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15269,7 +15269,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15414,7 +15414,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15800,7 +15800,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15945,7 +15945,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16090,7 +16090,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16235,7 +16235,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16384,7 +16384,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16529,7 +16529,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16674,7 +16674,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16819,7 +16819,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -17520,7 +17520,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -18015,7 +18015,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"abcd1234",
@@ -18062,7 +18062,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -18815,7 +18815,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"abcd1234",
@@ -19185,7 +19185,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
@@ -19610,7 +19610,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
diff --git a/recipes/engine/engine.expected/linux_upload_maven_font_subset.json b/recipes/engine/engine.expected/linux_upload_maven_font_subset.json
index 9d72f4e..810a2f4 100644
--- a/recipes/engine/engine.expected/linux_upload_maven_font_subset.json
+++ b/recipes/engine/engine.expected/linux_upload_maven_font_subset.json
@@ -382,7 +382,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -428,7 +428,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -473,7 +473,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -519,7 +519,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1859,9 +1859,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_debug",
@@ -2352,9 +2352,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_profile",
@@ -2894,9 +2894,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_release",
@@ -2988,7 +2988,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3126,7 +3126,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3363,7 +3363,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3642,7 +3642,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3780,7 +3780,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3918,7 +3918,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -4056,7 +4056,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -4101,7 +4101,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -4147,7 +4147,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -5530,7 +5530,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5668,7 +5668,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5806,7 +5806,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5944,7 +5944,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6082,7 +6082,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -6572,7 +6572,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -7064,9 +7064,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"android_jit_release_x86",
@@ -7113,7 +7113,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -7251,7 +7251,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -7741,7 +7741,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -8233,9 +8233,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"android_debug",
@@ -8282,7 +8282,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -8420,7 +8420,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -8558,7 +8558,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -9048,7 +9048,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9186,7 +9186,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9324,7 +9324,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -9814,7 +9814,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9952,7 +9952,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10090,7 +10090,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -10580,7 +10580,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10718,7 +10718,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -11303,7 +11303,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12353,7 +12353,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -12859,7 +12859,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"./flutter/ci/firebase_testlab.py",
"--variant",
"android_profile_arm64",
@@ -13331,7 +13331,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13476,7 +13476,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13621,7 +13621,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13766,7 +13766,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13915,7 +13915,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14060,7 +14060,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14205,7 +14205,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14350,7 +14350,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14736,7 +14736,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14881,7 +14881,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15026,7 +15026,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15175,7 +15175,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15320,7 +15320,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15465,7 +15465,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15851,7 +15851,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15996,7 +15996,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16141,7 +16141,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16286,7 +16286,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16435,7 +16435,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16580,7 +16580,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16725,7 +16725,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16870,7 +16870,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -17571,7 +17571,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -18066,7 +18066,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"abcd1234",
@@ -18113,7 +18113,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -18866,7 +18866,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"abcd1234",
@@ -19236,7 +19236,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
@@ -19661,7 +19661,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
diff --git a/recipes/engine/engine.expected/linux_upload_maven_no_lto.json b/recipes/engine/engine.expected/linux_upload_maven_no_lto.json
index 05c15ac..81c42d1 100644
--- a/recipes/engine/engine.expected/linux_upload_maven_no_lto.json
+++ b/recipes/engine/engine.expected/linux_upload_maven_no_lto.json
@@ -382,7 +382,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -429,7 +429,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -475,7 +475,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -521,7 +521,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1862,9 +1862,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_debug",
@@ -2355,9 +2355,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_profile",
@@ -2897,9 +2897,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_release",
@@ -2991,7 +2991,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3129,7 +3129,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3315,7 +3315,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3594,7 +3594,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3732,7 +3732,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3870,7 +3870,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -4008,7 +4008,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -4054,7 +4054,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -4100,7 +4100,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -5484,7 +5484,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5622,7 +5622,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5760,7 +5760,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5898,7 +5898,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6036,7 +6036,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -6527,7 +6527,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -7019,9 +7019,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"android_jit_release_x86",
@@ -7068,7 +7068,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -7206,7 +7206,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -7696,7 +7696,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -8188,9 +8188,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"android_debug",
@@ -8237,7 +8237,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -8375,7 +8375,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -8513,7 +8513,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -9003,7 +9003,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9141,7 +9141,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9279,7 +9279,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -9769,7 +9769,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9907,7 +9907,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10045,7 +10045,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -10535,7 +10535,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10673,7 +10673,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -11258,7 +11258,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12308,7 +12308,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -12815,7 +12815,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"./flutter/ci/firebase_testlab.py",
"--variant",
"android_profile_arm64",
@@ -13287,7 +13287,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13432,7 +13432,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13577,7 +13577,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13722,7 +13722,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13871,7 +13871,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14016,7 +14016,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14161,7 +14161,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14306,7 +14306,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14692,7 +14692,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14837,7 +14837,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14982,7 +14982,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15131,7 +15131,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15276,7 +15276,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15421,7 +15421,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15807,7 +15807,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15952,7 +15952,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16097,7 +16097,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16242,7 +16242,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16391,7 +16391,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16536,7 +16536,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16681,7 +16681,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16826,7 +16826,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -17527,7 +17527,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -18022,7 +18022,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"abcd1234",
@@ -18069,7 +18069,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -18822,7 +18822,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"abcd1234",
@@ -19192,7 +19192,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
@@ -19617,7 +19617,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
diff --git a/recipes/engine/engine.expected/linux_upload_maven_no_lto_font_subset.json b/recipes/engine/engine.expected/linux_upload_maven_no_lto_font_subset.json
index 8abc7bc..1bd6386 100644
--- a/recipes/engine/engine.expected/linux_upload_maven_no_lto_font_subset.json
+++ b/recipes/engine/engine.expected/linux_upload_maven_no_lto_font_subset.json
@@ -382,7 +382,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -429,7 +429,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -475,7 +475,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -521,7 +521,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1862,9 +1862,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_debug",
@@ -2355,9 +2355,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_profile",
@@ -2897,9 +2897,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_release",
@@ -2991,7 +2991,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3129,7 +3129,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3366,7 +3366,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3645,7 +3645,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3783,7 +3783,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3921,7 +3921,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -4059,7 +4059,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -4105,7 +4105,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -4151,7 +4151,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -5535,7 +5535,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5673,7 +5673,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5811,7 +5811,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5949,7 +5949,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6087,7 +6087,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -6578,7 +6578,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -7070,9 +7070,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"android_jit_release_x86",
@@ -7119,7 +7119,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -7257,7 +7257,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -7747,7 +7747,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -8239,9 +8239,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"android_debug",
@@ -8288,7 +8288,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -8426,7 +8426,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -8564,7 +8564,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -9054,7 +9054,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9192,7 +9192,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9330,7 +9330,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -9820,7 +9820,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9958,7 +9958,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10096,7 +10096,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -10586,7 +10586,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10724,7 +10724,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -11309,7 +11309,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12359,7 +12359,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -12866,7 +12866,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"./flutter/ci/firebase_testlab.py",
"--variant",
"android_profile_arm64",
@@ -13338,7 +13338,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13483,7 +13483,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13628,7 +13628,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13773,7 +13773,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13922,7 +13922,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14067,7 +14067,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14212,7 +14212,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14357,7 +14357,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14743,7 +14743,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14888,7 +14888,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15033,7 +15033,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15182,7 +15182,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15327,7 +15327,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15472,7 +15472,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15858,7 +15858,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16003,7 +16003,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16148,7 +16148,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16293,7 +16293,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16442,7 +16442,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16587,7 +16587,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16732,7 +16732,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16877,7 +16877,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -17578,7 +17578,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -18073,7 +18073,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"abcd1234",
@@ -18120,7 +18120,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -18873,7 +18873,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"abcd1234",
@@ -19243,7 +19243,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
@@ -19668,7 +19668,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
diff --git a/recipes/engine/engine.expected/linux_upload_maven_publish_cipd.json b/recipes/engine/engine.expected/linux_upload_maven_publish_cipd.json
index 5b1d72e..038df3c 100644
--- a/recipes/engine/engine.expected/linux_upload_maven_publish_cipd.json
+++ b/recipes/engine/engine.expected/linux_upload_maven_publish_cipd.json
@@ -382,7 +382,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -428,7 +428,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -473,7 +473,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -519,7 +519,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1859,9 +1859,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_debug",
@@ -2352,9 +2352,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_profile",
@@ -2894,9 +2894,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_release",
@@ -2988,7 +2988,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3126,7 +3126,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3312,7 +3312,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3591,7 +3591,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3729,7 +3729,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3867,7 +3867,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -4005,7 +4005,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -4050,7 +4050,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -4096,7 +4096,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -5479,7 +5479,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5617,7 +5617,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5755,7 +5755,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5893,7 +5893,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6031,7 +6031,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -6521,7 +6521,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -7013,9 +7013,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"android_jit_release_x86",
@@ -7062,7 +7062,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -7200,7 +7200,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -7690,7 +7690,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -8182,9 +8182,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"android_debug",
@@ -8231,7 +8231,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -8369,7 +8369,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -8507,7 +8507,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -8997,7 +8997,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9135,7 +9135,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9273,7 +9273,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -9763,7 +9763,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9901,7 +9901,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10039,7 +10039,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -10529,7 +10529,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10667,7 +10667,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -11252,7 +11252,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12302,7 +12302,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -12808,7 +12808,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"./flutter/ci/firebase_testlab.py",
"--variant",
"android_profile_arm64",
@@ -13280,7 +13280,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13425,7 +13425,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13570,7 +13570,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13715,7 +13715,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13864,7 +13864,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14009,7 +14009,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14154,7 +14154,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14299,7 +14299,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14685,7 +14685,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14830,7 +14830,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14975,7 +14975,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15124,7 +15124,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15269,7 +15269,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15414,7 +15414,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15800,7 +15800,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15945,7 +15945,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16090,7 +16090,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16235,7 +16235,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16384,7 +16384,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16529,7 +16529,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16674,7 +16674,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16819,7 +16819,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -17520,7 +17520,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -18015,7 +18015,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"abcd1234",
@@ -18062,7 +18062,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -18810,7 +18810,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"abcd1234",
@@ -19181,7 +19181,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
@@ -19607,7 +19607,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
diff --git a/recipes/engine/engine.expected/linux_upload_maven_publish_cipd_font_subset.json b/recipes/engine/engine.expected/linux_upload_maven_publish_cipd_font_subset.json
index a071079..74a02a8 100644
--- a/recipes/engine/engine.expected/linux_upload_maven_publish_cipd_font_subset.json
+++ b/recipes/engine/engine.expected/linux_upload_maven_publish_cipd_font_subset.json
@@ -382,7 +382,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -428,7 +428,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -473,7 +473,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -519,7 +519,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1859,9 +1859,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_debug",
@@ -2352,9 +2352,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_profile",
@@ -2894,9 +2894,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_release",
@@ -2988,7 +2988,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3126,7 +3126,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3363,7 +3363,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3642,7 +3642,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3780,7 +3780,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3918,7 +3918,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -4056,7 +4056,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -4101,7 +4101,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -4147,7 +4147,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -5530,7 +5530,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5668,7 +5668,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5806,7 +5806,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5944,7 +5944,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6082,7 +6082,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -6572,7 +6572,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -7064,9 +7064,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"android_jit_release_x86",
@@ -7113,7 +7113,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -7251,7 +7251,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -7741,7 +7741,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -8233,9 +8233,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"android_debug",
@@ -8282,7 +8282,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -8420,7 +8420,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -8558,7 +8558,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -9048,7 +9048,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9186,7 +9186,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9324,7 +9324,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -9814,7 +9814,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9952,7 +9952,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10090,7 +10090,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -10580,7 +10580,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10718,7 +10718,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -11303,7 +11303,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12353,7 +12353,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -12859,7 +12859,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"./flutter/ci/firebase_testlab.py",
"--variant",
"android_profile_arm64",
@@ -13331,7 +13331,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13476,7 +13476,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13621,7 +13621,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13766,7 +13766,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13915,7 +13915,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14060,7 +14060,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14205,7 +14205,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14350,7 +14350,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14736,7 +14736,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14881,7 +14881,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15026,7 +15026,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15175,7 +15175,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15320,7 +15320,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15465,7 +15465,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15851,7 +15851,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15996,7 +15996,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16141,7 +16141,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16286,7 +16286,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16435,7 +16435,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16580,7 +16580,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16725,7 +16725,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16870,7 +16870,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -17571,7 +17571,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -18066,7 +18066,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"abcd1234",
@@ -18113,7 +18113,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -18861,7 +18861,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"abcd1234",
@@ -19232,7 +19232,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
@@ -19658,7 +19658,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
diff --git a/recipes/engine/engine.expected/linux_upload_maven_publish_cipd_no_lto.json b/recipes/engine/engine.expected/linux_upload_maven_publish_cipd_no_lto.json
index 4f78a7f..57f11ae 100644
--- a/recipes/engine/engine.expected/linux_upload_maven_publish_cipd_no_lto.json
+++ b/recipes/engine/engine.expected/linux_upload_maven_publish_cipd_no_lto.json
@@ -382,7 +382,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -429,7 +429,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -475,7 +475,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -521,7 +521,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1862,9 +1862,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_debug",
@@ -2355,9 +2355,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_profile",
@@ -2897,9 +2897,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_release",
@@ -2991,7 +2991,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3129,7 +3129,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3315,7 +3315,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3594,7 +3594,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3732,7 +3732,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3870,7 +3870,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -4008,7 +4008,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -4054,7 +4054,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -4100,7 +4100,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -5484,7 +5484,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5622,7 +5622,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5760,7 +5760,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5898,7 +5898,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6036,7 +6036,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -6527,7 +6527,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -7019,9 +7019,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"android_jit_release_x86",
@@ -7068,7 +7068,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -7206,7 +7206,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -7696,7 +7696,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -8188,9 +8188,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"android_debug",
@@ -8237,7 +8237,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -8375,7 +8375,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -8513,7 +8513,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -9003,7 +9003,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9141,7 +9141,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9279,7 +9279,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -9769,7 +9769,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9907,7 +9907,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10045,7 +10045,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -10535,7 +10535,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10673,7 +10673,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -11258,7 +11258,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12308,7 +12308,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -12815,7 +12815,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"./flutter/ci/firebase_testlab.py",
"--variant",
"android_profile_arm64",
@@ -13287,7 +13287,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13432,7 +13432,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13577,7 +13577,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13722,7 +13722,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13871,7 +13871,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14016,7 +14016,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14161,7 +14161,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14306,7 +14306,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14692,7 +14692,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14837,7 +14837,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14982,7 +14982,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15131,7 +15131,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15276,7 +15276,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15421,7 +15421,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15807,7 +15807,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15952,7 +15952,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16097,7 +16097,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16242,7 +16242,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16391,7 +16391,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16536,7 +16536,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16681,7 +16681,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16826,7 +16826,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -17527,7 +17527,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -18022,7 +18022,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"abcd1234",
@@ -18069,7 +18069,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -18817,7 +18817,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"abcd1234",
@@ -19188,7 +19188,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
@@ -19614,7 +19614,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
diff --git a/recipes/engine/engine.expected/linux_upload_maven_publish_cipd_no_lto_font_subset.json b/recipes/engine/engine.expected/linux_upload_maven_publish_cipd_no_lto_font_subset.json
index 9fa820f..f584acb 100644
--- a/recipes/engine/engine.expected/linux_upload_maven_publish_cipd_no_lto_font_subset.json
+++ b/recipes/engine/engine.expected/linux_upload_maven_publish_cipd_no_lto_font_subset.json
@@ -382,7 +382,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -429,7 +429,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -475,7 +475,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -521,7 +521,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1862,9 +1862,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_debug",
@@ -2355,9 +2355,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_profile",
@@ -2897,9 +2897,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_release",
@@ -2991,7 +2991,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3129,7 +3129,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3366,7 +3366,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3645,7 +3645,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3783,7 +3783,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3921,7 +3921,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -4059,7 +4059,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -4105,7 +4105,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -4151,7 +4151,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -5535,7 +5535,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5673,7 +5673,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5811,7 +5811,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5949,7 +5949,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6087,7 +6087,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -6578,7 +6578,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -7070,9 +7070,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"android_jit_release_x86",
@@ -7119,7 +7119,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -7257,7 +7257,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -7747,7 +7747,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -8239,9 +8239,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"android_debug",
@@ -8288,7 +8288,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -8426,7 +8426,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -8564,7 +8564,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -9054,7 +9054,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9192,7 +9192,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9330,7 +9330,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -9820,7 +9820,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9958,7 +9958,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10096,7 +10096,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -10586,7 +10586,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10724,7 +10724,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -11309,7 +11309,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12359,7 +12359,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -12866,7 +12866,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"./flutter/ci/firebase_testlab.py",
"--variant",
"android_profile_arm64",
@@ -13338,7 +13338,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13483,7 +13483,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13628,7 +13628,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13773,7 +13773,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13922,7 +13922,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14067,7 +14067,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14212,7 +14212,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14357,7 +14357,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14743,7 +14743,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14888,7 +14888,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15033,7 +15033,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15182,7 +15182,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15327,7 +15327,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15472,7 +15472,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15858,7 +15858,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16003,7 +16003,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16148,7 +16148,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16293,7 +16293,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16442,7 +16442,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16587,7 +16587,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16732,7 +16732,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16877,7 +16877,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -17578,7 +17578,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -18073,7 +18073,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"abcd1234",
@@ -18120,7 +18120,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -18868,7 +18868,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"abcd1234",
@@ -19239,7 +19239,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
@@ -19665,7 +19665,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
diff --git a/recipes/engine/engine.expected/linux_upload_no_lto.json b/recipes/engine/engine.expected/linux_upload_no_lto.json
index 1bc37a3..56fdb19 100644
--- a/recipes/engine/engine.expected/linux_upload_no_lto.json
+++ b/recipes/engine/engine.expected/linux_upload_no_lto.json
@@ -382,7 +382,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -429,7 +429,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -475,7 +475,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -521,7 +521,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1862,9 +1862,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_debug",
@@ -2355,9 +2355,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_profile",
@@ -2897,9 +2897,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_release",
@@ -2991,7 +2991,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3129,7 +3129,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3315,7 +3315,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3594,7 +3594,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3732,7 +3732,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3870,7 +3870,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -4008,7 +4008,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -4054,7 +4054,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -4100,7 +4100,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -5484,7 +5484,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5622,7 +5622,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5760,7 +5760,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5898,7 +5898,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6036,7 +6036,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -6527,7 +6527,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -7019,9 +7019,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"android_jit_release_x86",
@@ -7068,7 +7068,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -7206,7 +7206,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -7696,7 +7696,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -8188,9 +8188,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"android_debug",
@@ -8237,7 +8237,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -8375,7 +8375,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -8615,7 +8615,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -9105,7 +9105,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9243,7 +9243,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9483,7 +9483,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -9973,7 +9973,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10111,7 +10111,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10351,7 +10351,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -10841,7 +10841,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10979,7 +10979,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -11819,7 +11819,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12869,7 +12869,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -13376,7 +13376,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"./flutter/ci/firebase_testlab.py",
"--variant",
"android_profile_arm64",
@@ -13848,7 +13848,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14097,7 +14097,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14242,7 +14242,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14387,7 +14387,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14692,7 +14692,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14941,7 +14941,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15086,7 +15086,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15231,7 +15231,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15773,7 +15773,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16022,7 +16022,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16167,7 +16167,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16316,7 +16316,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16565,7 +16565,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16710,7 +16710,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -17096,7 +17096,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -17345,7 +17345,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -17490,7 +17490,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -17635,7 +17635,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -17784,7 +17784,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -18033,7 +18033,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -18178,7 +18178,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -18323,7 +18323,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -19024,7 +19024,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -19519,7 +19519,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"abcd1234",
@@ -19566,7 +19566,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -20319,7 +20319,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"abcd1234",
@@ -20689,7 +20689,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
@@ -21114,7 +21114,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
diff --git a/recipes/engine/engine.expected/linux_upload_no_lto_font_subset.json b/recipes/engine/engine.expected/linux_upload_no_lto_font_subset.json
index 323a6ea..816e23c 100644
--- a/recipes/engine/engine.expected/linux_upload_no_lto_font_subset.json
+++ b/recipes/engine/engine.expected/linux_upload_no_lto_font_subset.json
@@ -382,7 +382,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -429,7 +429,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -475,7 +475,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -521,7 +521,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1862,9 +1862,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_debug",
@@ -2355,9 +2355,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_profile",
@@ -2897,9 +2897,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_release",
@@ -2991,7 +2991,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3129,7 +3129,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3366,7 +3366,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3645,7 +3645,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3783,7 +3783,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3921,7 +3921,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -4059,7 +4059,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -4105,7 +4105,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -4151,7 +4151,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -5535,7 +5535,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5673,7 +5673,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5811,7 +5811,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5949,7 +5949,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6087,7 +6087,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -6578,7 +6578,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -7070,9 +7070,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"android_jit_release_x86",
@@ -7119,7 +7119,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -7257,7 +7257,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -7747,7 +7747,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -8239,9 +8239,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"android_debug",
@@ -8288,7 +8288,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -8426,7 +8426,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -8666,7 +8666,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -9156,7 +9156,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9294,7 +9294,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9534,7 +9534,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -10024,7 +10024,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10162,7 +10162,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10402,7 +10402,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -10892,7 +10892,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -11030,7 +11030,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -11870,7 +11870,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12920,7 +12920,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -13427,7 +13427,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"./flutter/ci/firebase_testlab.py",
"--variant",
"android_profile_arm64",
@@ -13899,7 +13899,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14148,7 +14148,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14293,7 +14293,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14438,7 +14438,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14743,7 +14743,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14992,7 +14992,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15137,7 +15137,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15282,7 +15282,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15824,7 +15824,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16073,7 +16073,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16218,7 +16218,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16367,7 +16367,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16616,7 +16616,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16761,7 +16761,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -17147,7 +17147,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -17396,7 +17396,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -17541,7 +17541,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -17686,7 +17686,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -17835,7 +17835,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -18084,7 +18084,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -18229,7 +18229,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -18374,7 +18374,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -19075,7 +19075,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -19570,7 +19570,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"abcd1234",
@@ -19617,7 +19617,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -20370,7 +20370,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"abcd1234",
@@ -20740,7 +20740,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
@@ -21165,7 +21165,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
diff --git a/recipes/engine/engine.expected/linux_upload_publish_cipd.json b/recipes/engine/engine.expected/linux_upload_publish_cipd.json
index c583694..98ac923 100644
--- a/recipes/engine/engine.expected/linux_upload_publish_cipd.json
+++ b/recipes/engine/engine.expected/linux_upload_publish_cipd.json
@@ -382,7 +382,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -428,7 +428,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -473,7 +473,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -519,7 +519,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1859,9 +1859,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_debug",
@@ -2352,9 +2352,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_profile",
@@ -2894,9 +2894,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_release",
@@ -2988,7 +2988,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3126,7 +3126,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3312,7 +3312,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3591,7 +3591,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3729,7 +3729,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3867,7 +3867,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -4005,7 +4005,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -4050,7 +4050,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -4096,7 +4096,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -5479,7 +5479,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5617,7 +5617,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5755,7 +5755,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5893,7 +5893,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6031,7 +6031,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -6521,7 +6521,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -7013,9 +7013,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"android_jit_release_x86",
@@ -7062,7 +7062,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -7200,7 +7200,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -7690,7 +7690,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -8182,9 +8182,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"android_debug",
@@ -8231,7 +8231,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -8369,7 +8369,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -8609,7 +8609,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -9099,7 +9099,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9237,7 +9237,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9477,7 +9477,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -9967,7 +9967,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10105,7 +10105,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10345,7 +10345,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -10835,7 +10835,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10973,7 +10973,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -11813,7 +11813,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12863,7 +12863,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -13369,7 +13369,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"./flutter/ci/firebase_testlab.py",
"--variant",
"android_profile_arm64",
@@ -13841,7 +13841,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14090,7 +14090,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14235,7 +14235,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14380,7 +14380,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14685,7 +14685,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14934,7 +14934,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15079,7 +15079,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15224,7 +15224,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15766,7 +15766,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16015,7 +16015,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16160,7 +16160,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16309,7 +16309,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16558,7 +16558,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16703,7 +16703,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -17089,7 +17089,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -17338,7 +17338,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -17483,7 +17483,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -17628,7 +17628,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -17777,7 +17777,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -18026,7 +18026,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -18171,7 +18171,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -18316,7 +18316,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -19017,7 +19017,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -19512,7 +19512,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"abcd1234",
@@ -19559,7 +19559,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -20307,7 +20307,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"abcd1234",
@@ -20678,7 +20678,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
@@ -21104,7 +21104,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
diff --git a/recipes/engine/engine.expected/linux_upload_publish_cipd_font_subset.json b/recipes/engine/engine.expected/linux_upload_publish_cipd_font_subset.json
index a4025d4..976950f 100644
--- a/recipes/engine/engine.expected/linux_upload_publish_cipd_font_subset.json
+++ b/recipes/engine/engine.expected/linux_upload_publish_cipd_font_subset.json
@@ -382,7 +382,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -428,7 +428,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -473,7 +473,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -519,7 +519,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1859,9 +1859,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_debug",
@@ -2352,9 +2352,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_profile",
@@ -2894,9 +2894,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_release",
@@ -2988,7 +2988,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3126,7 +3126,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3363,7 +3363,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3642,7 +3642,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3780,7 +3780,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3918,7 +3918,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -4056,7 +4056,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -4101,7 +4101,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -4147,7 +4147,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -5530,7 +5530,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5668,7 +5668,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5806,7 +5806,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5944,7 +5944,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6082,7 +6082,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -6572,7 +6572,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -7064,9 +7064,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"android_jit_release_x86",
@@ -7113,7 +7113,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -7251,7 +7251,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -7741,7 +7741,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -8233,9 +8233,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"android_debug",
@@ -8282,7 +8282,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -8420,7 +8420,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -8660,7 +8660,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -9150,7 +9150,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9288,7 +9288,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9528,7 +9528,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -10018,7 +10018,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10156,7 +10156,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10396,7 +10396,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -10886,7 +10886,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -11024,7 +11024,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -11864,7 +11864,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12914,7 +12914,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -13420,7 +13420,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"./flutter/ci/firebase_testlab.py",
"--variant",
"android_profile_arm64",
@@ -13892,7 +13892,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14141,7 +14141,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14286,7 +14286,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14431,7 +14431,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14736,7 +14736,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14985,7 +14985,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15130,7 +15130,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15275,7 +15275,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15817,7 +15817,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16066,7 +16066,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16211,7 +16211,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16360,7 +16360,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16609,7 +16609,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16754,7 +16754,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -17140,7 +17140,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -17389,7 +17389,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -17534,7 +17534,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -17679,7 +17679,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -17828,7 +17828,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -18077,7 +18077,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -18222,7 +18222,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -18367,7 +18367,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -19068,7 +19068,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -19563,7 +19563,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"abcd1234",
@@ -19610,7 +19610,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -20358,7 +20358,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"abcd1234",
@@ -20729,7 +20729,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
@@ -21155,7 +21155,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
diff --git a/recipes/engine/engine.expected/linux_upload_publish_cipd_no_lto.json b/recipes/engine/engine.expected/linux_upload_publish_cipd_no_lto.json
index 0ebdb84..31b3db3 100644
--- a/recipes/engine/engine.expected/linux_upload_publish_cipd_no_lto.json
+++ b/recipes/engine/engine.expected/linux_upload_publish_cipd_no_lto.json
@@ -382,7 +382,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -429,7 +429,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -475,7 +475,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -521,7 +521,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1862,9 +1862,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_debug",
@@ -2355,9 +2355,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_profile",
@@ -2897,9 +2897,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_release",
@@ -2991,7 +2991,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3129,7 +3129,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3315,7 +3315,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3594,7 +3594,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3732,7 +3732,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3870,7 +3870,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -4008,7 +4008,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -4054,7 +4054,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -4100,7 +4100,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -5484,7 +5484,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5622,7 +5622,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5760,7 +5760,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5898,7 +5898,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6036,7 +6036,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -6527,7 +6527,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -7019,9 +7019,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"android_jit_release_x86",
@@ -7068,7 +7068,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -7206,7 +7206,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -7696,7 +7696,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -8188,9 +8188,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"android_debug",
@@ -8237,7 +8237,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -8375,7 +8375,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -8615,7 +8615,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -9105,7 +9105,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9243,7 +9243,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9483,7 +9483,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -9973,7 +9973,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10111,7 +10111,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10351,7 +10351,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -10841,7 +10841,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10979,7 +10979,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -11819,7 +11819,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12869,7 +12869,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -13376,7 +13376,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"./flutter/ci/firebase_testlab.py",
"--variant",
"android_profile_arm64",
@@ -13848,7 +13848,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14097,7 +14097,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14242,7 +14242,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14387,7 +14387,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14692,7 +14692,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14941,7 +14941,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15086,7 +15086,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15231,7 +15231,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15773,7 +15773,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16022,7 +16022,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16167,7 +16167,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16316,7 +16316,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16565,7 +16565,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16710,7 +16710,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -17096,7 +17096,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -17345,7 +17345,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -17490,7 +17490,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -17635,7 +17635,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -17784,7 +17784,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -18033,7 +18033,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -18178,7 +18178,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -18323,7 +18323,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -19024,7 +19024,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -19519,7 +19519,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"abcd1234",
@@ -19566,7 +19566,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -20314,7 +20314,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"abcd1234",
@@ -20685,7 +20685,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
@@ -21111,7 +21111,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
diff --git a/recipes/engine/engine.expected/linux_upload_publish_cipd_no_lto_font_subset.json b/recipes/engine/engine.expected/linux_upload_publish_cipd_no_lto_font_subset.json
index 6b58b8e..5eaeb21 100644
--- a/recipes/engine/engine.expected/linux_upload_publish_cipd_no_lto_font_subset.json
+++ b/recipes/engine/engine.expected/linux_upload_publish_cipd_no_lto_font_subset.json
@@ -382,7 +382,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -429,7 +429,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -475,7 +475,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -521,7 +521,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1862,9 +1862,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_debug",
@@ -2355,9 +2355,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_profile",
@@ -2897,9 +2897,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_release",
@@ -2991,7 +2991,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3129,7 +3129,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3366,7 +3366,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3645,7 +3645,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3783,7 +3783,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3921,7 +3921,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -4059,7 +4059,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -4105,7 +4105,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -4151,7 +4151,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -5535,7 +5535,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5673,7 +5673,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5811,7 +5811,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5949,7 +5949,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6087,7 +6087,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -6578,7 +6578,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -7070,9 +7070,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"android_jit_release_x86",
@@ -7119,7 +7119,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -7257,7 +7257,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -7747,7 +7747,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -8239,9 +8239,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"android_debug",
@@ -8288,7 +8288,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -8426,7 +8426,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -8666,7 +8666,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -9156,7 +9156,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9294,7 +9294,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9534,7 +9534,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -10024,7 +10024,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10162,7 +10162,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10402,7 +10402,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -10892,7 +10892,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -11030,7 +11030,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -11870,7 +11870,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12920,7 +12920,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -13427,7 +13427,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"./flutter/ci/firebase_testlab.py",
"--variant",
"android_profile_arm64",
@@ -13899,7 +13899,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14148,7 +14148,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14293,7 +14293,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14438,7 +14438,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14743,7 +14743,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14992,7 +14992,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15137,7 +15137,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15282,7 +15282,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15824,7 +15824,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16073,7 +16073,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16218,7 +16218,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16367,7 +16367,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16616,7 +16616,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -16761,7 +16761,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -17147,7 +17147,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -17396,7 +17396,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -17541,7 +17541,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -17686,7 +17686,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -17835,7 +17835,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -18084,7 +18084,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -18229,7 +18229,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -18374,7 +18374,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -19075,7 +19075,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -19570,7 +19570,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"abcd1234",
@@ -19617,7 +19617,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -20365,7 +20365,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"abcd1234",
@@ -20736,7 +20736,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
@@ -21162,7 +21162,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
diff --git a/recipes/engine/engine.expected/mac.json b/recipes/engine/engine.expected/mac.json
index a253d65..0849bc9 100644
--- a/recipes/engine/engine.expected/mac.json
+++ b/recipes/engine/engine.expected/mac.json
@@ -25,7 +25,7 @@
{
"cmd": [
"xattr",
- "/opt/s/w/ir/cipd_bin_packages/python"
+ "/opt/s/w/ir/cipd_bin_packages/python3"
],
"infra_step": true,
"luci_context": {
@@ -40,7 +40,7 @@
"hostname": "rdbhost"
}
},
- "name": "python xattr info"
+ "name": "python3 xattr info"
},
{
"cmd": [
@@ -681,7 +681,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -726,7 +726,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -773,7 +773,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -819,7 +819,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -865,7 +865,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--mac",
@@ -914,7 +914,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--mac",
@@ -962,7 +962,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--mac",
@@ -2305,9 +2305,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_debug",
@@ -2798,9 +2798,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_profile",
@@ -3291,9 +3291,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_release",
@@ -4766,7 +4766,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -4807,7 +4807,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -4894,7 +4894,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5071,7 +5071,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5112,7 +5112,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5199,7 +5199,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5378,7 +5378,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5419,7 +5419,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5506,7 +5506,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5593,7 +5593,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5634,7 +5634,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5721,7 +5721,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5809,7 +5809,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5896,7 +5896,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5983,7 +5983,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6070,7 +6070,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6157,7 +6157,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6244,7 +6244,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6331,7 +6331,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6418,7 +6418,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6505,7 +6505,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6592,7 +6592,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6679,7 +6679,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -6723,7 +6723,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -6768,7 +6768,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -6813,7 +6813,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -6857,7 +6857,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -6902,7 +6902,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -9629,7 +9629,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9716,7 +9716,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9803,7 +9803,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9890,7 +9890,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9977,7 +9977,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10064,7 +10064,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10151,7 +10151,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--ios",
@@ -10643,7 +10643,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--ios",
@@ -11138,7 +11138,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--ios",
@@ -11765,7 +11765,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -11946,7 +11946,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12033,7 +12033,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--ios",
@@ -12615,7 +12615,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12702,7 +12702,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--ios",
@@ -13286,7 +13286,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13373,7 +13373,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13970,7 +13970,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -14465,7 +14465,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -15372,7 +15372,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"abcd1234",
@@ -15583,7 +15583,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
@@ -15849,7 +15849,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
@@ -16666,7 +16666,7 @@
{
"cmd": [
"xattr",
- "/opt/s/w/ir/cipd_bin_packages/python"
+ "/opt/s/w/ir/cipd_bin_packages/python3"
],
"infra_step": true,
"luci_context": {
@@ -16681,7 +16681,7 @@
"hostname": "rdbhost"
}
},
- "name": "python xattr info (2)"
+ "name": "python3 xattr info (2)"
},
{
"cmd": [
diff --git a/recipes/engine/engine.expected/mac_font_subset.json b/recipes/engine/engine.expected/mac_font_subset.json
index a253d65..0849bc9 100644
--- a/recipes/engine/engine.expected/mac_font_subset.json
+++ b/recipes/engine/engine.expected/mac_font_subset.json
@@ -25,7 +25,7 @@
{
"cmd": [
"xattr",
- "/opt/s/w/ir/cipd_bin_packages/python"
+ "/opt/s/w/ir/cipd_bin_packages/python3"
],
"infra_step": true,
"luci_context": {
@@ -40,7 +40,7 @@
"hostname": "rdbhost"
}
},
- "name": "python xattr info"
+ "name": "python3 xattr info"
},
{
"cmd": [
@@ -681,7 +681,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -726,7 +726,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -773,7 +773,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -819,7 +819,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -865,7 +865,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--mac",
@@ -914,7 +914,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--mac",
@@ -962,7 +962,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--mac",
@@ -2305,9 +2305,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_debug",
@@ -2798,9 +2798,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_profile",
@@ -3291,9 +3291,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_release",
@@ -4766,7 +4766,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -4807,7 +4807,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -4894,7 +4894,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5071,7 +5071,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5112,7 +5112,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5199,7 +5199,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5378,7 +5378,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5419,7 +5419,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5506,7 +5506,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5593,7 +5593,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5634,7 +5634,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5721,7 +5721,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5809,7 +5809,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5896,7 +5896,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5983,7 +5983,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6070,7 +6070,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6157,7 +6157,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6244,7 +6244,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6331,7 +6331,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6418,7 +6418,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6505,7 +6505,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6592,7 +6592,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6679,7 +6679,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -6723,7 +6723,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -6768,7 +6768,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -6813,7 +6813,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -6857,7 +6857,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -6902,7 +6902,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -9629,7 +9629,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9716,7 +9716,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9803,7 +9803,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9890,7 +9890,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9977,7 +9977,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10064,7 +10064,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10151,7 +10151,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--ios",
@@ -10643,7 +10643,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--ios",
@@ -11138,7 +11138,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--ios",
@@ -11765,7 +11765,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -11946,7 +11946,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12033,7 +12033,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--ios",
@@ -12615,7 +12615,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12702,7 +12702,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--ios",
@@ -13286,7 +13286,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13373,7 +13373,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13970,7 +13970,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -14465,7 +14465,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -15372,7 +15372,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"abcd1234",
@@ -15583,7 +15583,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
@@ -15849,7 +15849,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
@@ -16666,7 +16666,7 @@
{
"cmd": [
"xattr",
- "/opt/s/w/ir/cipd_bin_packages/python"
+ "/opt/s/w/ir/cipd_bin_packages/python3"
],
"infra_step": true,
"luci_context": {
@@ -16681,7 +16681,7 @@
"hostname": "rdbhost"
}
},
- "name": "python xattr info (2)"
+ "name": "python3 xattr info (2)"
},
{
"cmd": [
diff --git a/recipes/engine/engine.expected/mac_no_lto.json b/recipes/engine/engine.expected/mac_no_lto.json
index 951028b..2f81aa6 100644
--- a/recipes/engine/engine.expected/mac_no_lto.json
+++ b/recipes/engine/engine.expected/mac_no_lto.json
@@ -25,7 +25,7 @@
{
"cmd": [
"xattr",
- "/opt/s/w/ir/cipd_bin_packages/python"
+ "/opt/s/w/ir/cipd_bin_packages/python3"
],
"infra_step": true,
"luci_context": {
@@ -40,7 +40,7 @@
"hostname": "rdbhost"
}
},
- "name": "python xattr info"
+ "name": "python3 xattr info"
},
{
"cmd": [
@@ -681,7 +681,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -727,7 +727,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -774,7 +774,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -820,7 +820,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -866,7 +866,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--mac",
@@ -915,7 +915,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--mac",
@@ -963,7 +963,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--mac",
@@ -2306,9 +2306,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_debug",
@@ -2799,9 +2799,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_profile",
@@ -3292,9 +3292,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_release",
@@ -4767,7 +4767,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -4808,7 +4808,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -4895,7 +4895,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5072,7 +5072,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5113,7 +5113,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5200,7 +5200,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5379,7 +5379,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5420,7 +5420,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5507,7 +5507,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5594,7 +5594,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5635,7 +5635,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5722,7 +5722,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5810,7 +5810,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5897,7 +5897,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5984,7 +5984,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6071,7 +6071,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6158,7 +6158,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6245,7 +6245,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6332,7 +6332,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6419,7 +6419,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6506,7 +6506,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6593,7 +6593,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6680,7 +6680,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -6725,7 +6725,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -6771,7 +6771,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -6817,7 +6817,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -6862,7 +6862,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -6908,7 +6908,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -9636,7 +9636,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9723,7 +9723,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9810,7 +9810,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9897,7 +9897,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9984,7 +9984,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10071,7 +10071,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10158,7 +10158,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--ios",
@@ -10650,7 +10650,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--ios",
@@ -11145,7 +11145,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--ios",
@@ -11773,7 +11773,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -11954,7 +11954,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12041,7 +12041,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--ios",
@@ -12624,7 +12624,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12711,7 +12711,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--ios",
@@ -13296,7 +13296,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13383,7 +13383,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13980,7 +13980,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -14475,7 +14475,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -15382,7 +15382,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"abcd1234",
@@ -15593,7 +15593,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
@@ -15859,7 +15859,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
@@ -16676,7 +16676,7 @@
{
"cmd": [
"xattr",
- "/opt/s/w/ir/cipd_bin_packages/python"
+ "/opt/s/w/ir/cipd_bin_packages/python3"
],
"infra_step": true,
"luci_context": {
@@ -16691,7 +16691,7 @@
"hostname": "rdbhost"
}
},
- "name": "python xattr info (2)"
+ "name": "python3 xattr info (2)"
},
{
"cmd": [
diff --git a/recipes/engine/engine.expected/mac_no_lto_font_subset.json b/recipes/engine/engine.expected/mac_no_lto_font_subset.json
index 951028b..2f81aa6 100644
--- a/recipes/engine/engine.expected/mac_no_lto_font_subset.json
+++ b/recipes/engine/engine.expected/mac_no_lto_font_subset.json
@@ -25,7 +25,7 @@
{
"cmd": [
"xattr",
- "/opt/s/w/ir/cipd_bin_packages/python"
+ "/opt/s/w/ir/cipd_bin_packages/python3"
],
"infra_step": true,
"luci_context": {
@@ -40,7 +40,7 @@
"hostname": "rdbhost"
}
},
- "name": "python xattr info"
+ "name": "python3 xattr info"
},
{
"cmd": [
@@ -681,7 +681,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -727,7 +727,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -774,7 +774,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -820,7 +820,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -866,7 +866,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--mac",
@@ -915,7 +915,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--mac",
@@ -963,7 +963,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--mac",
@@ -2306,9 +2306,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_debug",
@@ -2799,9 +2799,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_profile",
@@ -3292,9 +3292,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_release",
@@ -4767,7 +4767,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -4808,7 +4808,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -4895,7 +4895,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5072,7 +5072,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5113,7 +5113,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5200,7 +5200,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5379,7 +5379,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5420,7 +5420,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5507,7 +5507,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5594,7 +5594,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5635,7 +5635,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5722,7 +5722,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5810,7 +5810,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5897,7 +5897,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5984,7 +5984,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6071,7 +6071,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6158,7 +6158,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6245,7 +6245,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6332,7 +6332,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6419,7 +6419,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6506,7 +6506,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6593,7 +6593,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6680,7 +6680,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -6725,7 +6725,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -6771,7 +6771,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -6817,7 +6817,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -6862,7 +6862,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -6908,7 +6908,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -9636,7 +9636,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9723,7 +9723,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9810,7 +9810,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9897,7 +9897,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9984,7 +9984,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10071,7 +10071,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10158,7 +10158,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--ios",
@@ -10650,7 +10650,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--ios",
@@ -11145,7 +11145,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--ios",
@@ -11773,7 +11773,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -11954,7 +11954,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12041,7 +12041,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--ios",
@@ -12624,7 +12624,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12711,7 +12711,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--ios",
@@ -13296,7 +13296,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13383,7 +13383,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13980,7 +13980,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -14475,7 +14475,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -15382,7 +15382,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"abcd1234",
@@ -15593,7 +15593,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
@@ -15859,7 +15859,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
@@ -16676,7 +16676,7 @@
{
"cmd": [
"xattr",
- "/opt/s/w/ir/cipd_bin_packages/python"
+ "/opt/s/w/ir/cipd_bin_packages/python3"
],
"infra_step": true,
"luci_context": {
@@ -16691,7 +16691,7 @@
"hostname": "rdbhost"
}
},
- "name": "python xattr info (2)"
+ "name": "python3 xattr info (2)"
},
{
"cmd": [
diff --git a/recipes/engine/engine.expected/mac_publish_cipd.json b/recipes/engine/engine.expected/mac_publish_cipd.json
index a253d65..0849bc9 100644
--- a/recipes/engine/engine.expected/mac_publish_cipd.json
+++ b/recipes/engine/engine.expected/mac_publish_cipd.json
@@ -25,7 +25,7 @@
{
"cmd": [
"xattr",
- "/opt/s/w/ir/cipd_bin_packages/python"
+ "/opt/s/w/ir/cipd_bin_packages/python3"
],
"infra_step": true,
"luci_context": {
@@ -40,7 +40,7 @@
"hostname": "rdbhost"
}
},
- "name": "python xattr info"
+ "name": "python3 xattr info"
},
{
"cmd": [
@@ -681,7 +681,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -726,7 +726,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -773,7 +773,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -819,7 +819,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -865,7 +865,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--mac",
@@ -914,7 +914,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--mac",
@@ -962,7 +962,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--mac",
@@ -2305,9 +2305,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_debug",
@@ -2798,9 +2798,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_profile",
@@ -3291,9 +3291,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_release",
@@ -4766,7 +4766,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -4807,7 +4807,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -4894,7 +4894,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5071,7 +5071,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5112,7 +5112,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5199,7 +5199,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5378,7 +5378,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5419,7 +5419,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5506,7 +5506,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5593,7 +5593,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5634,7 +5634,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5721,7 +5721,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5809,7 +5809,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5896,7 +5896,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5983,7 +5983,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6070,7 +6070,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6157,7 +6157,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6244,7 +6244,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6331,7 +6331,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6418,7 +6418,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6505,7 +6505,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6592,7 +6592,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6679,7 +6679,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -6723,7 +6723,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -6768,7 +6768,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -6813,7 +6813,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -6857,7 +6857,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -6902,7 +6902,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -9629,7 +9629,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9716,7 +9716,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9803,7 +9803,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9890,7 +9890,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9977,7 +9977,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10064,7 +10064,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10151,7 +10151,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--ios",
@@ -10643,7 +10643,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--ios",
@@ -11138,7 +11138,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--ios",
@@ -11765,7 +11765,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -11946,7 +11946,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12033,7 +12033,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--ios",
@@ -12615,7 +12615,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12702,7 +12702,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--ios",
@@ -13286,7 +13286,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13373,7 +13373,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13970,7 +13970,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -14465,7 +14465,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -15372,7 +15372,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"abcd1234",
@@ -15583,7 +15583,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
@@ -15849,7 +15849,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
@@ -16666,7 +16666,7 @@
{
"cmd": [
"xattr",
- "/opt/s/w/ir/cipd_bin_packages/python"
+ "/opt/s/w/ir/cipd_bin_packages/python3"
],
"infra_step": true,
"luci_context": {
@@ -16681,7 +16681,7 @@
"hostname": "rdbhost"
}
},
- "name": "python xattr info (2)"
+ "name": "python3 xattr info (2)"
},
{
"cmd": [
diff --git a/recipes/engine/engine.expected/mac_publish_cipd_font_subset.json b/recipes/engine/engine.expected/mac_publish_cipd_font_subset.json
index a253d65..0849bc9 100644
--- a/recipes/engine/engine.expected/mac_publish_cipd_font_subset.json
+++ b/recipes/engine/engine.expected/mac_publish_cipd_font_subset.json
@@ -25,7 +25,7 @@
{
"cmd": [
"xattr",
- "/opt/s/w/ir/cipd_bin_packages/python"
+ "/opt/s/w/ir/cipd_bin_packages/python3"
],
"infra_step": true,
"luci_context": {
@@ -40,7 +40,7 @@
"hostname": "rdbhost"
}
},
- "name": "python xattr info"
+ "name": "python3 xattr info"
},
{
"cmd": [
@@ -681,7 +681,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -726,7 +726,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -773,7 +773,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -819,7 +819,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -865,7 +865,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--mac",
@@ -914,7 +914,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--mac",
@@ -962,7 +962,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--mac",
@@ -2305,9 +2305,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_debug",
@@ -2798,9 +2798,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_profile",
@@ -3291,9 +3291,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_release",
@@ -4766,7 +4766,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -4807,7 +4807,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -4894,7 +4894,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5071,7 +5071,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5112,7 +5112,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5199,7 +5199,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5378,7 +5378,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5419,7 +5419,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5506,7 +5506,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5593,7 +5593,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5634,7 +5634,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5721,7 +5721,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5809,7 +5809,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5896,7 +5896,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5983,7 +5983,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6070,7 +6070,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6157,7 +6157,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6244,7 +6244,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6331,7 +6331,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6418,7 +6418,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6505,7 +6505,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6592,7 +6592,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6679,7 +6679,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -6723,7 +6723,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -6768,7 +6768,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -6813,7 +6813,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -6857,7 +6857,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -6902,7 +6902,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -9629,7 +9629,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9716,7 +9716,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9803,7 +9803,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9890,7 +9890,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9977,7 +9977,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10064,7 +10064,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10151,7 +10151,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--ios",
@@ -10643,7 +10643,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--ios",
@@ -11138,7 +11138,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--ios",
@@ -11765,7 +11765,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -11946,7 +11946,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12033,7 +12033,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--ios",
@@ -12615,7 +12615,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12702,7 +12702,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--ios",
@@ -13286,7 +13286,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13373,7 +13373,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13970,7 +13970,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -14465,7 +14465,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -15372,7 +15372,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"abcd1234",
@@ -15583,7 +15583,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
@@ -15849,7 +15849,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
@@ -16666,7 +16666,7 @@
{
"cmd": [
"xattr",
- "/opt/s/w/ir/cipd_bin_packages/python"
+ "/opt/s/w/ir/cipd_bin_packages/python3"
],
"infra_step": true,
"luci_context": {
@@ -16681,7 +16681,7 @@
"hostname": "rdbhost"
}
},
- "name": "python xattr info (2)"
+ "name": "python3 xattr info (2)"
},
{
"cmd": [
diff --git a/recipes/engine/engine.expected/mac_publish_cipd_no_lto.json b/recipes/engine/engine.expected/mac_publish_cipd_no_lto.json
index 951028b..2f81aa6 100644
--- a/recipes/engine/engine.expected/mac_publish_cipd_no_lto.json
+++ b/recipes/engine/engine.expected/mac_publish_cipd_no_lto.json
@@ -25,7 +25,7 @@
{
"cmd": [
"xattr",
- "/opt/s/w/ir/cipd_bin_packages/python"
+ "/opt/s/w/ir/cipd_bin_packages/python3"
],
"infra_step": true,
"luci_context": {
@@ -40,7 +40,7 @@
"hostname": "rdbhost"
}
},
- "name": "python xattr info"
+ "name": "python3 xattr info"
},
{
"cmd": [
@@ -681,7 +681,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -727,7 +727,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -774,7 +774,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -820,7 +820,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -866,7 +866,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--mac",
@@ -915,7 +915,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--mac",
@@ -963,7 +963,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--mac",
@@ -2306,9 +2306,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_debug",
@@ -2799,9 +2799,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_profile",
@@ -3292,9 +3292,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_release",
@@ -4767,7 +4767,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -4808,7 +4808,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -4895,7 +4895,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5072,7 +5072,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5113,7 +5113,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5200,7 +5200,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5379,7 +5379,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5420,7 +5420,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5507,7 +5507,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5594,7 +5594,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5635,7 +5635,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5722,7 +5722,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5810,7 +5810,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5897,7 +5897,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5984,7 +5984,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6071,7 +6071,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6158,7 +6158,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6245,7 +6245,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6332,7 +6332,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6419,7 +6419,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6506,7 +6506,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6593,7 +6593,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6680,7 +6680,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -6725,7 +6725,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -6771,7 +6771,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -6817,7 +6817,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -6862,7 +6862,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -6908,7 +6908,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -9636,7 +9636,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9723,7 +9723,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9810,7 +9810,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9897,7 +9897,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9984,7 +9984,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10071,7 +10071,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10158,7 +10158,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--ios",
@@ -10650,7 +10650,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--ios",
@@ -11145,7 +11145,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--ios",
@@ -11773,7 +11773,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -11954,7 +11954,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12041,7 +12041,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--ios",
@@ -12624,7 +12624,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12711,7 +12711,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--ios",
@@ -13296,7 +13296,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13383,7 +13383,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13980,7 +13980,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -14475,7 +14475,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -15382,7 +15382,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"abcd1234",
@@ -15593,7 +15593,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
@@ -15859,7 +15859,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
@@ -16676,7 +16676,7 @@
{
"cmd": [
"xattr",
- "/opt/s/w/ir/cipd_bin_packages/python"
+ "/opt/s/w/ir/cipd_bin_packages/python3"
],
"infra_step": true,
"luci_context": {
@@ -16691,7 +16691,7 @@
"hostname": "rdbhost"
}
},
- "name": "python xattr info (2)"
+ "name": "python3 xattr info (2)"
},
{
"cmd": [
diff --git a/recipes/engine/engine.expected/mac_publish_cipd_no_lto_font_subset.json b/recipes/engine/engine.expected/mac_publish_cipd_no_lto_font_subset.json
index 951028b..2f81aa6 100644
--- a/recipes/engine/engine.expected/mac_publish_cipd_no_lto_font_subset.json
+++ b/recipes/engine/engine.expected/mac_publish_cipd_no_lto_font_subset.json
@@ -25,7 +25,7 @@
{
"cmd": [
"xattr",
- "/opt/s/w/ir/cipd_bin_packages/python"
+ "/opt/s/w/ir/cipd_bin_packages/python3"
],
"infra_step": true,
"luci_context": {
@@ -40,7 +40,7 @@
"hostname": "rdbhost"
}
},
- "name": "python xattr info"
+ "name": "python3 xattr info"
},
{
"cmd": [
@@ -681,7 +681,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -727,7 +727,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -774,7 +774,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -820,7 +820,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -866,7 +866,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--mac",
@@ -915,7 +915,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--mac",
@@ -963,7 +963,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--mac",
@@ -2306,9 +2306,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_debug",
@@ -2799,9 +2799,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_profile",
@@ -3292,9 +3292,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_release",
@@ -4767,7 +4767,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -4808,7 +4808,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -4895,7 +4895,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5072,7 +5072,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5113,7 +5113,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5200,7 +5200,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5379,7 +5379,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5420,7 +5420,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5507,7 +5507,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5594,7 +5594,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5635,7 +5635,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5722,7 +5722,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5810,7 +5810,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5897,7 +5897,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5984,7 +5984,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6071,7 +6071,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6158,7 +6158,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6245,7 +6245,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6332,7 +6332,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6419,7 +6419,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6506,7 +6506,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6593,7 +6593,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6680,7 +6680,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -6725,7 +6725,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -6771,7 +6771,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -6817,7 +6817,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -6862,7 +6862,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -6908,7 +6908,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -9636,7 +9636,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9723,7 +9723,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9810,7 +9810,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9897,7 +9897,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9984,7 +9984,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10071,7 +10071,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10158,7 +10158,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--ios",
@@ -10650,7 +10650,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--ios",
@@ -11145,7 +11145,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--ios",
@@ -11773,7 +11773,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -11954,7 +11954,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12041,7 +12041,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--ios",
@@ -12624,7 +12624,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12711,7 +12711,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--ios",
@@ -13296,7 +13296,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13383,7 +13383,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13980,7 +13980,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -14475,7 +14475,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -15382,7 +15382,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"abcd1234",
@@ -15593,7 +15593,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
@@ -15859,7 +15859,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
@@ -16676,7 +16676,7 @@
{
"cmd": [
"xattr",
- "/opt/s/w/ir/cipd_bin_packages/python"
+ "/opt/s/w/ir/cipd_bin_packages/python3"
],
"infra_step": true,
"luci_context": {
@@ -16691,7 +16691,7 @@
"hostname": "rdbhost"
}
},
- "name": "python xattr info (2)"
+ "name": "python3 xattr info (2)"
},
{
"cmd": [
diff --git a/recipes/engine/engine.expected/mac_upload.json b/recipes/engine/engine.expected/mac_upload.json
index 62ed9c7..3afe59a 100644
--- a/recipes/engine/engine.expected/mac_upload.json
+++ b/recipes/engine/engine.expected/mac_upload.json
@@ -25,7 +25,7 @@
{
"cmd": [
"xattr",
- "/opt/s/w/ir/cipd_bin_packages/python"
+ "/opt/s/w/ir/cipd_bin_packages/python3"
],
"infra_step": true,
"luci_context": {
@@ -40,7 +40,7 @@
"hostname": "rdbhost"
}
},
- "name": "python xattr info"
+ "name": "python3 xattr info"
},
{
"cmd": [
@@ -681,7 +681,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -726,7 +726,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -773,7 +773,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -819,7 +819,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -865,7 +865,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--mac",
@@ -914,7 +914,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--mac",
@@ -962,7 +962,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--mac",
@@ -2305,9 +2305,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_debug",
@@ -2798,9 +2798,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_profile",
@@ -3291,9 +3291,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_release",
@@ -4766,7 +4766,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -4807,7 +4807,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -4945,7 +4945,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5173,7 +5173,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5214,7 +5214,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5352,7 +5352,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5582,7 +5582,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5623,7 +5623,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5761,7 +5761,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5899,7 +5899,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5940,7 +5940,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6078,7 +6078,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6166,7 +6166,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6304,7 +6304,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6442,7 +6442,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6580,7 +6580,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6718,7 +6718,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6856,7 +6856,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6994,7 +6994,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -7132,7 +7132,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -7270,7 +7270,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -7408,7 +7408,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -7546,7 +7546,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -7590,7 +7590,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -7635,7 +7635,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -7680,7 +7680,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -7724,7 +7724,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -7769,7 +7769,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -10496,7 +10496,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10634,7 +10634,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10772,7 +10772,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10910,7 +10910,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -11048,7 +11048,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -11186,7 +11186,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -11324,7 +11324,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--ios",
@@ -11816,7 +11816,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--ios",
@@ -12311,7 +12311,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--ios",
@@ -12938,7 +12938,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13172,7 +13172,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13310,7 +13310,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--ios",
@@ -13892,7 +13892,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14030,7 +14030,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--ios",
@@ -14614,7 +14614,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14752,7 +14752,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15400,7 +15400,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -15895,7 +15895,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -16858,7 +16858,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"abcd1234",
@@ -17228,7 +17228,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
@@ -17653,7 +17653,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
@@ -18470,7 +18470,7 @@
{
"cmd": [
"xattr",
- "/opt/s/w/ir/cipd_bin_packages/python"
+ "/opt/s/w/ir/cipd_bin_packages/python3"
],
"infra_step": true,
"luci_context": {
@@ -18485,7 +18485,7 @@
"hostname": "rdbhost"
}
},
- "name": "python xattr info (2)"
+ "name": "python3 xattr info (2)"
},
{
"cmd": [
diff --git a/recipes/engine/engine.expected/mac_upload_font_subset.json b/recipes/engine/engine.expected/mac_upload_font_subset.json
index 22575b3..952fb80 100644
--- a/recipes/engine/engine.expected/mac_upload_font_subset.json
+++ b/recipes/engine/engine.expected/mac_upload_font_subset.json
@@ -25,7 +25,7 @@
{
"cmd": [
"xattr",
- "/opt/s/w/ir/cipd_bin_packages/python"
+ "/opt/s/w/ir/cipd_bin_packages/python3"
],
"infra_step": true,
"luci_context": {
@@ -40,7 +40,7 @@
"hostname": "rdbhost"
}
},
- "name": "python xattr info"
+ "name": "python3 xattr info"
},
{
"cmd": [
@@ -681,7 +681,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -726,7 +726,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -773,7 +773,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -819,7 +819,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -865,7 +865,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--mac",
@@ -914,7 +914,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--mac",
@@ -962,7 +962,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--mac",
@@ -2305,9 +2305,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_debug",
@@ -2798,9 +2798,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_profile",
@@ -3291,9 +3291,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_release",
@@ -4766,7 +4766,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -4807,7 +4807,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -4945,7 +4945,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5173,7 +5173,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5214,7 +5214,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5352,7 +5352,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5582,7 +5582,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5623,7 +5623,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5761,7 +5761,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5899,7 +5899,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5940,7 +5940,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6078,7 +6078,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6166,7 +6166,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6304,7 +6304,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6442,7 +6442,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6580,7 +6580,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6718,7 +6718,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6856,7 +6856,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6994,7 +6994,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -7234,7 +7234,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -7372,7 +7372,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -7510,7 +7510,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -7648,7 +7648,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -7692,7 +7692,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -7737,7 +7737,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -7782,7 +7782,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -7826,7 +7826,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -7871,7 +7871,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -10598,7 +10598,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10736,7 +10736,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10874,7 +10874,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -11012,7 +11012,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -11150,7 +11150,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -11288,7 +11288,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -11426,7 +11426,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--ios",
@@ -11918,7 +11918,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--ios",
@@ -12413,7 +12413,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--ios",
@@ -13040,7 +13040,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13274,7 +13274,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13412,7 +13412,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--ios",
@@ -13994,7 +13994,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14132,7 +14132,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--ios",
@@ -14716,7 +14716,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14854,7 +14854,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15502,7 +15502,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -15997,7 +15997,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -16960,7 +16960,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"abcd1234",
@@ -17330,7 +17330,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
@@ -17755,7 +17755,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
@@ -18572,7 +18572,7 @@
{
"cmd": [
"xattr",
- "/opt/s/w/ir/cipd_bin_packages/python"
+ "/opt/s/w/ir/cipd_bin_packages/python3"
],
"infra_step": true,
"luci_context": {
@@ -18587,7 +18587,7 @@
"hostname": "rdbhost"
}
},
- "name": "python xattr info (2)"
+ "name": "python3 xattr info (2)"
},
{
"cmd": [
diff --git a/recipes/engine/engine.expected/mac_upload_no_lto.json b/recipes/engine/engine.expected/mac_upload_no_lto.json
index 0c23280..edcd191 100644
--- a/recipes/engine/engine.expected/mac_upload_no_lto.json
+++ b/recipes/engine/engine.expected/mac_upload_no_lto.json
@@ -25,7 +25,7 @@
{
"cmd": [
"xattr",
- "/opt/s/w/ir/cipd_bin_packages/python"
+ "/opt/s/w/ir/cipd_bin_packages/python3"
],
"infra_step": true,
"luci_context": {
@@ -40,7 +40,7 @@
"hostname": "rdbhost"
}
},
- "name": "python xattr info"
+ "name": "python3 xattr info"
},
{
"cmd": [
@@ -681,7 +681,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -727,7 +727,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -774,7 +774,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -820,7 +820,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -866,7 +866,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--mac",
@@ -915,7 +915,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--mac",
@@ -963,7 +963,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--mac",
@@ -2306,9 +2306,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_debug",
@@ -2799,9 +2799,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_profile",
@@ -3292,9 +3292,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_release",
@@ -4767,7 +4767,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -4808,7 +4808,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -4946,7 +4946,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5174,7 +5174,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5215,7 +5215,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5353,7 +5353,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5583,7 +5583,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5624,7 +5624,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5762,7 +5762,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5900,7 +5900,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5941,7 +5941,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6079,7 +6079,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6167,7 +6167,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6305,7 +6305,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6443,7 +6443,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6581,7 +6581,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6719,7 +6719,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6857,7 +6857,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6995,7 +6995,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -7133,7 +7133,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -7271,7 +7271,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -7409,7 +7409,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -7547,7 +7547,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -7592,7 +7592,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -7638,7 +7638,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -7684,7 +7684,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -7729,7 +7729,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -7775,7 +7775,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -10503,7 +10503,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10641,7 +10641,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10779,7 +10779,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10917,7 +10917,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -11055,7 +11055,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -11193,7 +11193,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -11331,7 +11331,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--ios",
@@ -11823,7 +11823,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--ios",
@@ -12318,7 +12318,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--ios",
@@ -12946,7 +12946,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13180,7 +13180,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13318,7 +13318,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--ios",
@@ -13901,7 +13901,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14039,7 +14039,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--ios",
@@ -14624,7 +14624,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14762,7 +14762,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15410,7 +15410,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -15905,7 +15905,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -16868,7 +16868,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"abcd1234",
@@ -17238,7 +17238,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
@@ -17663,7 +17663,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
@@ -18480,7 +18480,7 @@
{
"cmd": [
"xattr",
- "/opt/s/w/ir/cipd_bin_packages/python"
+ "/opt/s/w/ir/cipd_bin_packages/python3"
],
"infra_step": true,
"luci_context": {
@@ -18495,7 +18495,7 @@
"hostname": "rdbhost"
}
},
- "name": "python xattr info (2)"
+ "name": "python3 xattr info (2)"
},
{
"cmd": [
diff --git a/recipes/engine/engine.expected/mac_upload_no_lto_font_subset.json b/recipes/engine/engine.expected/mac_upload_no_lto_font_subset.json
index da7073b..7323f1d 100644
--- a/recipes/engine/engine.expected/mac_upload_no_lto_font_subset.json
+++ b/recipes/engine/engine.expected/mac_upload_no_lto_font_subset.json
@@ -25,7 +25,7 @@
{
"cmd": [
"xattr",
- "/opt/s/w/ir/cipd_bin_packages/python"
+ "/opt/s/w/ir/cipd_bin_packages/python3"
],
"infra_step": true,
"luci_context": {
@@ -40,7 +40,7 @@
"hostname": "rdbhost"
}
},
- "name": "python xattr info"
+ "name": "python3 xattr info"
},
{
"cmd": [
@@ -681,7 +681,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -727,7 +727,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -774,7 +774,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -820,7 +820,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -866,7 +866,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--mac",
@@ -915,7 +915,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--mac",
@@ -963,7 +963,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--mac",
@@ -2306,9 +2306,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_debug",
@@ -2799,9 +2799,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_profile",
@@ -3292,9 +3292,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_release",
@@ -4767,7 +4767,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -4808,7 +4808,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -4946,7 +4946,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5174,7 +5174,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5215,7 +5215,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5353,7 +5353,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5583,7 +5583,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5624,7 +5624,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5762,7 +5762,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5900,7 +5900,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5941,7 +5941,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6079,7 +6079,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6167,7 +6167,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6305,7 +6305,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6443,7 +6443,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6581,7 +6581,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6719,7 +6719,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6857,7 +6857,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6995,7 +6995,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -7235,7 +7235,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -7373,7 +7373,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -7511,7 +7511,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -7649,7 +7649,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -7694,7 +7694,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -7740,7 +7740,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -7786,7 +7786,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -7831,7 +7831,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -7877,7 +7877,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -10605,7 +10605,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10743,7 +10743,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10881,7 +10881,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -11019,7 +11019,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -11157,7 +11157,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -11295,7 +11295,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -11433,7 +11433,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--ios",
@@ -11925,7 +11925,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--ios",
@@ -12420,7 +12420,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--ios",
@@ -13048,7 +13048,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13282,7 +13282,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13420,7 +13420,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--ios",
@@ -14003,7 +14003,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14141,7 +14141,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--ios",
@@ -14726,7 +14726,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14864,7 +14864,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15512,7 +15512,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -16007,7 +16007,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -16970,7 +16970,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"abcd1234",
@@ -17340,7 +17340,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
@@ -17765,7 +17765,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
@@ -18582,7 +18582,7 @@
{
"cmd": [
"xattr",
- "/opt/s/w/ir/cipd_bin_packages/python"
+ "/opt/s/w/ir/cipd_bin_packages/python3"
],
"infra_step": true,
"luci_context": {
@@ -18597,7 +18597,7 @@
"hostname": "rdbhost"
}
},
- "name": "python xattr info (2)"
+ "name": "python3 xattr info (2)"
},
{
"cmd": [
diff --git a/recipes/engine/engine.expected/mac_upload_publish_cipd.json b/recipes/engine/engine.expected/mac_upload_publish_cipd.json
index 62ed9c7..3afe59a 100644
--- a/recipes/engine/engine.expected/mac_upload_publish_cipd.json
+++ b/recipes/engine/engine.expected/mac_upload_publish_cipd.json
@@ -25,7 +25,7 @@
{
"cmd": [
"xattr",
- "/opt/s/w/ir/cipd_bin_packages/python"
+ "/opt/s/w/ir/cipd_bin_packages/python3"
],
"infra_step": true,
"luci_context": {
@@ -40,7 +40,7 @@
"hostname": "rdbhost"
}
},
- "name": "python xattr info"
+ "name": "python3 xattr info"
},
{
"cmd": [
@@ -681,7 +681,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -726,7 +726,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -773,7 +773,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -819,7 +819,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -865,7 +865,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--mac",
@@ -914,7 +914,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--mac",
@@ -962,7 +962,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--mac",
@@ -2305,9 +2305,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_debug",
@@ -2798,9 +2798,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_profile",
@@ -3291,9 +3291,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_release",
@@ -4766,7 +4766,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -4807,7 +4807,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -4945,7 +4945,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5173,7 +5173,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5214,7 +5214,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5352,7 +5352,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5582,7 +5582,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5623,7 +5623,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5761,7 +5761,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5899,7 +5899,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5940,7 +5940,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6078,7 +6078,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6166,7 +6166,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6304,7 +6304,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6442,7 +6442,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6580,7 +6580,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6718,7 +6718,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6856,7 +6856,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6994,7 +6994,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -7132,7 +7132,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -7270,7 +7270,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -7408,7 +7408,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -7546,7 +7546,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -7590,7 +7590,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -7635,7 +7635,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -7680,7 +7680,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -7724,7 +7724,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -7769,7 +7769,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -10496,7 +10496,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10634,7 +10634,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10772,7 +10772,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10910,7 +10910,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -11048,7 +11048,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -11186,7 +11186,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -11324,7 +11324,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--ios",
@@ -11816,7 +11816,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--ios",
@@ -12311,7 +12311,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--ios",
@@ -12938,7 +12938,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13172,7 +13172,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13310,7 +13310,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--ios",
@@ -13892,7 +13892,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14030,7 +14030,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--ios",
@@ -14614,7 +14614,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14752,7 +14752,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15400,7 +15400,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -15895,7 +15895,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -16858,7 +16858,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"abcd1234",
@@ -17228,7 +17228,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
@@ -17653,7 +17653,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
@@ -18470,7 +18470,7 @@
{
"cmd": [
"xattr",
- "/opt/s/w/ir/cipd_bin_packages/python"
+ "/opt/s/w/ir/cipd_bin_packages/python3"
],
"infra_step": true,
"luci_context": {
@@ -18485,7 +18485,7 @@
"hostname": "rdbhost"
}
},
- "name": "python xattr info (2)"
+ "name": "python3 xattr info (2)"
},
{
"cmd": [
diff --git a/recipes/engine/engine.expected/mac_upload_publish_cipd_font_subset.json b/recipes/engine/engine.expected/mac_upload_publish_cipd_font_subset.json
index 22575b3..952fb80 100644
--- a/recipes/engine/engine.expected/mac_upload_publish_cipd_font_subset.json
+++ b/recipes/engine/engine.expected/mac_upload_publish_cipd_font_subset.json
@@ -25,7 +25,7 @@
{
"cmd": [
"xattr",
- "/opt/s/w/ir/cipd_bin_packages/python"
+ "/opt/s/w/ir/cipd_bin_packages/python3"
],
"infra_step": true,
"luci_context": {
@@ -40,7 +40,7 @@
"hostname": "rdbhost"
}
},
- "name": "python xattr info"
+ "name": "python3 xattr info"
},
{
"cmd": [
@@ -681,7 +681,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -726,7 +726,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -773,7 +773,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -819,7 +819,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -865,7 +865,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--mac",
@@ -914,7 +914,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--mac",
@@ -962,7 +962,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--mac",
@@ -2305,9 +2305,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_debug",
@@ -2798,9 +2798,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_profile",
@@ -3291,9 +3291,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_release",
@@ -4766,7 +4766,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -4807,7 +4807,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -4945,7 +4945,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5173,7 +5173,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5214,7 +5214,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5352,7 +5352,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5582,7 +5582,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5623,7 +5623,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5761,7 +5761,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5899,7 +5899,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5940,7 +5940,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6078,7 +6078,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6166,7 +6166,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6304,7 +6304,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6442,7 +6442,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6580,7 +6580,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6718,7 +6718,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6856,7 +6856,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6994,7 +6994,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -7234,7 +7234,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -7372,7 +7372,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -7510,7 +7510,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -7648,7 +7648,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -7692,7 +7692,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -7737,7 +7737,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -7782,7 +7782,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -7826,7 +7826,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -7871,7 +7871,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -10598,7 +10598,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10736,7 +10736,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10874,7 +10874,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -11012,7 +11012,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -11150,7 +11150,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -11288,7 +11288,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -11426,7 +11426,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--ios",
@@ -11918,7 +11918,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--ios",
@@ -12413,7 +12413,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--ios",
@@ -13040,7 +13040,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13274,7 +13274,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13412,7 +13412,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--ios",
@@ -13994,7 +13994,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14132,7 +14132,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--ios",
@@ -14716,7 +14716,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14854,7 +14854,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15502,7 +15502,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -15997,7 +15997,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -16960,7 +16960,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"abcd1234",
@@ -17330,7 +17330,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
@@ -17755,7 +17755,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
@@ -18572,7 +18572,7 @@
{
"cmd": [
"xattr",
- "/opt/s/w/ir/cipd_bin_packages/python"
+ "/opt/s/w/ir/cipd_bin_packages/python3"
],
"infra_step": true,
"luci_context": {
@@ -18587,7 +18587,7 @@
"hostname": "rdbhost"
}
},
- "name": "python xattr info (2)"
+ "name": "python3 xattr info (2)"
},
{
"cmd": [
diff --git a/recipes/engine/engine.expected/mac_upload_publish_cipd_no_lto.json b/recipes/engine/engine.expected/mac_upload_publish_cipd_no_lto.json
index 0c23280..edcd191 100644
--- a/recipes/engine/engine.expected/mac_upload_publish_cipd_no_lto.json
+++ b/recipes/engine/engine.expected/mac_upload_publish_cipd_no_lto.json
@@ -25,7 +25,7 @@
{
"cmd": [
"xattr",
- "/opt/s/w/ir/cipd_bin_packages/python"
+ "/opt/s/w/ir/cipd_bin_packages/python3"
],
"infra_step": true,
"luci_context": {
@@ -40,7 +40,7 @@
"hostname": "rdbhost"
}
},
- "name": "python xattr info"
+ "name": "python3 xattr info"
},
{
"cmd": [
@@ -681,7 +681,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -727,7 +727,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -774,7 +774,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -820,7 +820,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -866,7 +866,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--mac",
@@ -915,7 +915,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--mac",
@@ -963,7 +963,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--mac",
@@ -2306,9 +2306,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_debug",
@@ -2799,9 +2799,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_profile",
@@ -3292,9 +3292,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_release",
@@ -4767,7 +4767,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -4808,7 +4808,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -4946,7 +4946,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5174,7 +5174,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5215,7 +5215,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5353,7 +5353,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5583,7 +5583,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5624,7 +5624,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5762,7 +5762,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5900,7 +5900,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5941,7 +5941,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6079,7 +6079,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6167,7 +6167,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6305,7 +6305,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6443,7 +6443,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6581,7 +6581,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6719,7 +6719,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6857,7 +6857,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6995,7 +6995,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -7133,7 +7133,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -7271,7 +7271,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -7409,7 +7409,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -7547,7 +7547,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -7592,7 +7592,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -7638,7 +7638,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -7684,7 +7684,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -7729,7 +7729,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -7775,7 +7775,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -10503,7 +10503,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10641,7 +10641,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10779,7 +10779,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10917,7 +10917,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -11055,7 +11055,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -11193,7 +11193,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -11331,7 +11331,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--ios",
@@ -11823,7 +11823,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--ios",
@@ -12318,7 +12318,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--ios",
@@ -12946,7 +12946,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13180,7 +13180,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13318,7 +13318,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--ios",
@@ -13901,7 +13901,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14039,7 +14039,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--ios",
@@ -14624,7 +14624,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14762,7 +14762,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15410,7 +15410,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -15905,7 +15905,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -16868,7 +16868,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"abcd1234",
@@ -17238,7 +17238,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
@@ -17663,7 +17663,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
@@ -18480,7 +18480,7 @@
{
"cmd": [
"xattr",
- "/opt/s/w/ir/cipd_bin_packages/python"
+ "/opt/s/w/ir/cipd_bin_packages/python3"
],
"infra_step": true,
"luci_context": {
@@ -18495,7 +18495,7 @@
"hostname": "rdbhost"
}
},
- "name": "python xattr info (2)"
+ "name": "python3 xattr info (2)"
},
{
"cmd": [
diff --git a/recipes/engine/engine.expected/mac_upload_publish_cipd_no_lto_font_subset.json b/recipes/engine/engine.expected/mac_upload_publish_cipd_no_lto_font_subset.json
index da7073b..7323f1d 100644
--- a/recipes/engine/engine.expected/mac_upload_publish_cipd_no_lto_font_subset.json
+++ b/recipes/engine/engine.expected/mac_upload_publish_cipd_no_lto_font_subset.json
@@ -25,7 +25,7 @@
{
"cmd": [
"xattr",
- "/opt/s/w/ir/cipd_bin_packages/python"
+ "/opt/s/w/ir/cipd_bin_packages/python3"
],
"infra_step": true,
"luci_context": {
@@ -40,7 +40,7 @@
"hostname": "rdbhost"
}
},
- "name": "python xattr info"
+ "name": "python3 xattr info"
},
{
"cmd": [
@@ -681,7 +681,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -727,7 +727,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -774,7 +774,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -820,7 +820,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -866,7 +866,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--mac",
@@ -915,7 +915,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--mac",
@@ -963,7 +963,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--mac",
@@ -2306,9 +2306,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_debug",
@@ -2799,9 +2799,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_profile",
@@ -3292,9 +3292,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_release",
@@ -4767,7 +4767,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -4808,7 +4808,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -4946,7 +4946,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5174,7 +5174,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5215,7 +5215,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5353,7 +5353,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5583,7 +5583,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5624,7 +5624,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5762,7 +5762,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5900,7 +5900,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5941,7 +5941,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6079,7 +6079,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6167,7 +6167,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6305,7 +6305,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6443,7 +6443,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6581,7 +6581,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6719,7 +6719,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6857,7 +6857,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6995,7 +6995,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -7235,7 +7235,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -7373,7 +7373,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -7511,7 +7511,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -7649,7 +7649,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -7694,7 +7694,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -7740,7 +7740,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -7786,7 +7786,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -7831,7 +7831,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -7877,7 +7877,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -10605,7 +10605,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10743,7 +10743,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10881,7 +10881,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -11019,7 +11019,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -11157,7 +11157,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -11295,7 +11295,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -11433,7 +11433,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--ios",
@@ -11925,7 +11925,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--ios",
@@ -12420,7 +12420,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--ios",
@@ -13048,7 +13048,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13282,7 +13282,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13420,7 +13420,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--ios",
@@ -14003,7 +14003,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14141,7 +14141,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--ios",
@@ -14726,7 +14726,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14864,7 +14864,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15512,7 +15512,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -16007,7 +16007,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -16970,7 +16970,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"abcd1234",
@@ -17340,7 +17340,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
@@ -17765,7 +17765,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"abcd1234",
@@ -18582,7 +18582,7 @@
{
"cmd": [
"xattr",
- "/opt/s/w/ir/cipd_bin_packages/python"
+ "/opt/s/w/ir/cipd_bin_packages/python3"
],
"infra_step": true,
"luci_context": {
@@ -18597,7 +18597,7 @@
"hostname": "rdbhost"
}
},
- "name": "python xattr info (2)"
+ "name": "python3 xattr info (2)"
},
{
"cmd": [
diff --git a/recipes/engine/engine.expected/pull_request.json b/recipes/engine/engine.expected/pull_request.json
index 46b152e..69947e0 100644
--- a/recipes/engine/engine.expected/pull_request.json
+++ b/recipes/engine/engine.expected/pull_request.json
@@ -384,7 +384,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -430,7 +430,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -475,7 +475,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -521,7 +521,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1861,9 +1861,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_debug",
@@ -2354,9 +2354,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_profile",
@@ -2896,9 +2896,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_release",
@@ -2990,7 +2990,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3077,7 +3077,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3212,7 +3212,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3440,7 +3440,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3527,7 +3527,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3614,7 +3614,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -3701,7 +3701,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -3746,7 +3746,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -3792,7 +3792,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -5175,7 +5175,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5262,7 +5262,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5349,7 +5349,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5436,7 +5436,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -5523,7 +5523,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -6013,7 +6013,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -6505,9 +6505,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"android_jit_release_x86",
@@ -6554,7 +6554,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -6641,7 +6641,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -7131,7 +7131,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -7623,9 +7623,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"android_debug",
@@ -7672,7 +7672,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -7759,7 +7759,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -7846,7 +7846,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -8336,7 +8336,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -8423,7 +8423,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -8510,7 +8510,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -9000,7 +9000,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9087,7 +9087,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9174,7 +9174,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -9664,7 +9664,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -9751,7 +9751,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -10285,7 +10285,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -11186,7 +11186,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -11692,7 +11692,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"./flutter/ci/firebase_testlab.py",
"--variant",
"android_profile_arm64",
@@ -12113,7 +12113,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12206,7 +12206,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12299,7 +12299,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12392,7 +12392,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12489,7 +12489,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12582,7 +12582,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12675,7 +12675,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -12768,7 +12768,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13049,7 +13049,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13142,7 +13142,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13235,7 +13235,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13332,7 +13332,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13425,7 +13425,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13518,7 +13518,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13799,7 +13799,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13892,7 +13892,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -13985,7 +13985,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14078,7 +14078,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14175,7 +14175,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14268,7 +14268,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14361,7 +14361,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -14454,7 +14454,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -15123,7 +15123,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -15618,7 +15618,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"2d72510e447ab60a9728aeea2362d8be2cbd7789",
@@ -15665,7 +15665,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -16362,7 +16362,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"2d72510e447ab60a9728aeea2362d8be2cbd7789",
@@ -16573,7 +16573,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"2d72510e447ab60a9728aeea2362d8be2cbd7789",
@@ -16839,7 +16839,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"--engine-version",
"2d72510e447ab60a9728aeea2362d8be2cbd7789",
diff --git a/recipes/engine/engine.expected/win.json b/recipes/engine/engine.expected/win.json
index 4896bfd..0c2440a 100644
--- a/recipes/engine/engine.expected/win.json
+++ b/recipes/engine/engine.expected/win.json
@@ -485,7 +485,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1401,9 +1401,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]\\.vpython",
+ "RECIPE_REPO[depot_tools]\\.vpython3",
"[CACHE]\\builder\\src\\flutter\\testing\\run_tests.py",
"--variant",
"host_debug",
@@ -1449,7 +1449,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1955,7 +1955,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -2559,7 +2559,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -2648,7 +2648,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -2737,7 +2737,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -2826,7 +2826,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -2915,7 +2915,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3004,7 +3004,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3093,7 +3093,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3182,7 +3182,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3271,7 +3271,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3360,7 +3360,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -3405,7 +3405,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -3451,7 +3451,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -3497,7 +3497,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -3542,7 +3542,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -3588,7 +3588,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -6388,7 +6388,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -6477,7 +6477,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -6566,7 +6566,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -6655,7 +6655,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -6744,7 +6744,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -6833,7 +6833,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
diff --git a/recipes/engine/engine.expected/win_font_subset.json b/recipes/engine/engine.expected/win_font_subset.json
index 3291342..7f415f6 100644
--- a/recipes/engine/engine.expected/win_font_subset.json
+++ b/recipes/engine/engine.expected/win_font_subset.json
@@ -485,7 +485,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1401,9 +1401,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]\\.vpython",
+ "RECIPE_REPO[depot_tools]\\.vpython3",
"[CACHE]\\builder\\src\\flutter\\testing\\run_tests.py",
"--variant",
"host_debug",
@@ -1449,7 +1449,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1955,7 +1955,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -3018,7 +3018,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3107,7 +3107,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3196,7 +3196,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3285,7 +3285,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3374,7 +3374,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3463,7 +3463,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3552,7 +3552,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3641,7 +3641,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3730,7 +3730,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3819,7 +3819,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -3864,7 +3864,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -3910,7 +3910,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -3956,7 +3956,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -4001,7 +4001,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -4047,7 +4047,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -6847,7 +6847,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -6936,7 +6936,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -7025,7 +7025,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -7114,7 +7114,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -7203,7 +7203,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -7292,7 +7292,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
diff --git a/recipes/engine/engine.expected/win_no_lto.json b/recipes/engine/engine.expected/win_no_lto.json
index 882817b..536a6fe 100644
--- a/recipes/engine/engine.expected/win_no_lto.json
+++ b/recipes/engine/engine.expected/win_no_lto.json
@@ -485,7 +485,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1401,9 +1401,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]\\.vpython",
+ "RECIPE_REPO[depot_tools]\\.vpython3",
"[CACHE]\\builder\\src\\flutter\\testing\\run_tests.py",
"--variant",
"host_debug",
@@ -1449,7 +1449,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1955,7 +1955,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -2559,7 +2559,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -2648,7 +2648,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -2737,7 +2737,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -2826,7 +2826,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -2915,7 +2915,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3004,7 +3004,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3093,7 +3093,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3182,7 +3182,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3271,7 +3271,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3360,7 +3360,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -3406,7 +3406,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -3453,7 +3453,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -3500,7 +3500,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -3546,7 +3546,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -3593,7 +3593,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -6394,7 +6394,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -6483,7 +6483,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -6572,7 +6572,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -6661,7 +6661,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -6750,7 +6750,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -6839,7 +6839,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
diff --git a/recipes/engine/engine.expected/win_no_lto_font_subset.json b/recipes/engine/engine.expected/win_no_lto_font_subset.json
index 54c7129..e4efc62 100644
--- a/recipes/engine/engine.expected/win_no_lto_font_subset.json
+++ b/recipes/engine/engine.expected/win_no_lto_font_subset.json
@@ -485,7 +485,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1401,9 +1401,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]\\.vpython",
+ "RECIPE_REPO[depot_tools]\\.vpython3",
"[CACHE]\\builder\\src\\flutter\\testing\\run_tests.py",
"--variant",
"host_debug",
@@ -1449,7 +1449,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1955,7 +1955,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -3018,7 +3018,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3107,7 +3107,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3196,7 +3196,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3285,7 +3285,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3374,7 +3374,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3463,7 +3463,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3552,7 +3552,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3641,7 +3641,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3730,7 +3730,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3819,7 +3819,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -3865,7 +3865,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -3912,7 +3912,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -3959,7 +3959,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -4005,7 +4005,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -4052,7 +4052,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -6853,7 +6853,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -6942,7 +6942,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -7031,7 +7031,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -7120,7 +7120,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -7209,7 +7209,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -7298,7 +7298,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
diff --git a/recipes/engine/engine.expected/win_publish_cipd.json b/recipes/engine/engine.expected/win_publish_cipd.json
index 4896bfd..0c2440a 100644
--- a/recipes/engine/engine.expected/win_publish_cipd.json
+++ b/recipes/engine/engine.expected/win_publish_cipd.json
@@ -485,7 +485,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1401,9 +1401,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]\\.vpython",
+ "RECIPE_REPO[depot_tools]\\.vpython3",
"[CACHE]\\builder\\src\\flutter\\testing\\run_tests.py",
"--variant",
"host_debug",
@@ -1449,7 +1449,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1955,7 +1955,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -2559,7 +2559,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -2648,7 +2648,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -2737,7 +2737,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -2826,7 +2826,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -2915,7 +2915,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3004,7 +3004,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3093,7 +3093,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3182,7 +3182,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3271,7 +3271,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3360,7 +3360,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -3405,7 +3405,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -3451,7 +3451,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -3497,7 +3497,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -3542,7 +3542,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -3588,7 +3588,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -6388,7 +6388,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -6477,7 +6477,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -6566,7 +6566,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -6655,7 +6655,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -6744,7 +6744,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -6833,7 +6833,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
diff --git a/recipes/engine/engine.expected/win_publish_cipd_font_subset.json b/recipes/engine/engine.expected/win_publish_cipd_font_subset.json
index 3291342..7f415f6 100644
--- a/recipes/engine/engine.expected/win_publish_cipd_font_subset.json
+++ b/recipes/engine/engine.expected/win_publish_cipd_font_subset.json
@@ -485,7 +485,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1401,9 +1401,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]\\.vpython",
+ "RECIPE_REPO[depot_tools]\\.vpython3",
"[CACHE]\\builder\\src\\flutter\\testing\\run_tests.py",
"--variant",
"host_debug",
@@ -1449,7 +1449,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1955,7 +1955,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -3018,7 +3018,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3107,7 +3107,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3196,7 +3196,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3285,7 +3285,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3374,7 +3374,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3463,7 +3463,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3552,7 +3552,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3641,7 +3641,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3730,7 +3730,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3819,7 +3819,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -3864,7 +3864,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -3910,7 +3910,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -3956,7 +3956,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -4001,7 +4001,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -4047,7 +4047,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -6847,7 +6847,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -6936,7 +6936,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -7025,7 +7025,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -7114,7 +7114,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -7203,7 +7203,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -7292,7 +7292,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
diff --git a/recipes/engine/engine.expected/win_publish_cipd_no_lto.json b/recipes/engine/engine.expected/win_publish_cipd_no_lto.json
index 882817b..536a6fe 100644
--- a/recipes/engine/engine.expected/win_publish_cipd_no_lto.json
+++ b/recipes/engine/engine.expected/win_publish_cipd_no_lto.json
@@ -485,7 +485,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1401,9 +1401,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]\\.vpython",
+ "RECIPE_REPO[depot_tools]\\.vpython3",
"[CACHE]\\builder\\src\\flutter\\testing\\run_tests.py",
"--variant",
"host_debug",
@@ -1449,7 +1449,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1955,7 +1955,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -2559,7 +2559,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -2648,7 +2648,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -2737,7 +2737,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -2826,7 +2826,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -2915,7 +2915,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3004,7 +3004,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3093,7 +3093,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3182,7 +3182,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3271,7 +3271,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3360,7 +3360,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -3406,7 +3406,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -3453,7 +3453,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -3500,7 +3500,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -3546,7 +3546,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -3593,7 +3593,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -6394,7 +6394,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -6483,7 +6483,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -6572,7 +6572,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -6661,7 +6661,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -6750,7 +6750,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -6839,7 +6839,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
diff --git a/recipes/engine/engine.expected/win_publish_cipd_no_lto_font_subset.json b/recipes/engine/engine.expected/win_publish_cipd_no_lto_font_subset.json
index 54c7129..e4efc62 100644
--- a/recipes/engine/engine.expected/win_publish_cipd_no_lto_font_subset.json
+++ b/recipes/engine/engine.expected/win_publish_cipd_no_lto_font_subset.json
@@ -485,7 +485,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1401,9 +1401,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]\\.vpython",
+ "RECIPE_REPO[depot_tools]\\.vpython3",
"[CACHE]\\builder\\src\\flutter\\testing\\run_tests.py",
"--variant",
"host_debug",
@@ -1449,7 +1449,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1955,7 +1955,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -3018,7 +3018,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3107,7 +3107,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3196,7 +3196,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3285,7 +3285,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3374,7 +3374,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3463,7 +3463,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3552,7 +3552,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3641,7 +3641,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3730,7 +3730,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3819,7 +3819,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -3865,7 +3865,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -3912,7 +3912,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -3959,7 +3959,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -4005,7 +4005,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -4052,7 +4052,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -6853,7 +6853,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -6942,7 +6942,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -7031,7 +7031,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -7120,7 +7120,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -7209,7 +7209,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -7298,7 +7298,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
diff --git a/recipes/engine/engine.expected/win_upload.json b/recipes/engine/engine.expected/win_upload.json
index 966b813..dbd92a5 100644
--- a/recipes/engine/engine.expected/win_upload.json
+++ b/recipes/engine/engine.expected/win_upload.json
@@ -485,7 +485,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1401,9 +1401,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]\\.vpython",
+ "RECIPE_REPO[depot_tools]\\.vpython3",
"[CACHE]\\builder\\src\\flutter\\testing\\run_tests.py",
"--variant",
"host_debug",
@@ -1449,7 +1449,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1955,7 +1955,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -2559,7 +2559,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -2700,7 +2700,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -2841,7 +2841,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -2982,7 +2982,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3123,7 +3123,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3264,7 +3264,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3405,7 +3405,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3546,7 +3546,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3687,7 +3687,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3828,7 +3828,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -3873,7 +3873,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -3919,7 +3919,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -3965,7 +3965,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -4010,7 +4010,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -4056,7 +4056,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -6856,7 +6856,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -6997,7 +6997,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -7138,7 +7138,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -7279,7 +7279,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -7420,7 +7420,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -7561,7 +7561,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
diff --git a/recipes/engine/engine.expected/win_upload_font_subset.json b/recipes/engine/engine.expected/win_upload_font_subset.json
index ec5d1fe..106cc38 100644
--- a/recipes/engine/engine.expected/win_upload_font_subset.json
+++ b/recipes/engine/engine.expected/win_upload_font_subset.json
@@ -485,7 +485,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1401,9 +1401,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]\\.vpython",
+ "RECIPE_REPO[depot_tools]\\.vpython3",
"[CACHE]\\builder\\src\\flutter\\testing\\run_tests.py",
"--variant",
"host_debug",
@@ -1449,7 +1449,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1955,7 +1955,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -3018,7 +3018,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3159,7 +3159,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3300,7 +3300,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3441,7 +3441,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3582,7 +3582,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3723,7 +3723,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3864,7 +3864,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -4057,7 +4057,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -4198,7 +4198,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -4339,7 +4339,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -4384,7 +4384,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -4430,7 +4430,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -4476,7 +4476,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -4521,7 +4521,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -4567,7 +4567,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -7367,7 +7367,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -7508,7 +7508,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -7649,7 +7649,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -7790,7 +7790,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -7931,7 +7931,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -8072,7 +8072,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
diff --git a/recipes/engine/engine.expected/win_upload_no_lto.json b/recipes/engine/engine.expected/win_upload_no_lto.json
index f607eb5..5487f18 100644
--- a/recipes/engine/engine.expected/win_upload_no_lto.json
+++ b/recipes/engine/engine.expected/win_upload_no_lto.json
@@ -485,7 +485,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1401,9 +1401,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]\\.vpython",
+ "RECIPE_REPO[depot_tools]\\.vpython3",
"[CACHE]\\builder\\src\\flutter\\testing\\run_tests.py",
"--variant",
"host_debug",
@@ -1449,7 +1449,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1955,7 +1955,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -2559,7 +2559,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -2700,7 +2700,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -2841,7 +2841,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -2982,7 +2982,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3123,7 +3123,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3264,7 +3264,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3405,7 +3405,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3546,7 +3546,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3687,7 +3687,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3828,7 +3828,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -3874,7 +3874,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -3921,7 +3921,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -3968,7 +3968,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -4014,7 +4014,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -4061,7 +4061,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -6862,7 +6862,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -7003,7 +7003,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -7144,7 +7144,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -7285,7 +7285,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -7426,7 +7426,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -7567,7 +7567,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
diff --git a/recipes/engine/engine.expected/win_upload_no_lto_font_subset.json b/recipes/engine/engine.expected/win_upload_no_lto_font_subset.json
index 714b10c..20bc4fc 100644
--- a/recipes/engine/engine.expected/win_upload_no_lto_font_subset.json
+++ b/recipes/engine/engine.expected/win_upload_no_lto_font_subset.json
@@ -485,7 +485,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1401,9 +1401,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]\\.vpython",
+ "RECIPE_REPO[depot_tools]\\.vpython3",
"[CACHE]\\builder\\src\\flutter\\testing\\run_tests.py",
"--variant",
"host_debug",
@@ -1449,7 +1449,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1955,7 +1955,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -3018,7 +3018,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3159,7 +3159,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3300,7 +3300,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3441,7 +3441,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3582,7 +3582,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3723,7 +3723,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3864,7 +3864,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -4057,7 +4057,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -4198,7 +4198,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -4339,7 +4339,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -4385,7 +4385,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -4432,7 +4432,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -4479,7 +4479,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -4525,7 +4525,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -4572,7 +4572,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -7373,7 +7373,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -7514,7 +7514,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -7655,7 +7655,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -7796,7 +7796,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -7937,7 +7937,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -8078,7 +8078,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
diff --git a/recipes/engine/engine.expected/win_upload_publish_cipd.json b/recipes/engine/engine.expected/win_upload_publish_cipd.json
index 966b813..dbd92a5 100644
--- a/recipes/engine/engine.expected/win_upload_publish_cipd.json
+++ b/recipes/engine/engine.expected/win_upload_publish_cipd.json
@@ -485,7 +485,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1401,9 +1401,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]\\.vpython",
+ "RECIPE_REPO[depot_tools]\\.vpython3",
"[CACHE]\\builder\\src\\flutter\\testing\\run_tests.py",
"--variant",
"host_debug",
@@ -1449,7 +1449,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1955,7 +1955,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -2559,7 +2559,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -2700,7 +2700,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -2841,7 +2841,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -2982,7 +2982,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3123,7 +3123,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3264,7 +3264,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3405,7 +3405,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3546,7 +3546,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3687,7 +3687,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3828,7 +3828,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -3873,7 +3873,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -3919,7 +3919,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -3965,7 +3965,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -4010,7 +4010,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -4056,7 +4056,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -6856,7 +6856,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -6997,7 +6997,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -7138,7 +7138,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -7279,7 +7279,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -7420,7 +7420,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -7561,7 +7561,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
diff --git a/recipes/engine/engine.expected/win_upload_publish_cipd_font_subset.json b/recipes/engine/engine.expected/win_upload_publish_cipd_font_subset.json
index ec5d1fe..106cc38 100644
--- a/recipes/engine/engine.expected/win_upload_publish_cipd_font_subset.json
+++ b/recipes/engine/engine.expected/win_upload_publish_cipd_font_subset.json
@@ -485,7 +485,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1401,9 +1401,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]\\.vpython",
+ "RECIPE_REPO[depot_tools]\\.vpython3",
"[CACHE]\\builder\\src\\flutter\\testing\\run_tests.py",
"--variant",
"host_debug",
@@ -1449,7 +1449,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1955,7 +1955,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -3018,7 +3018,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3159,7 +3159,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3300,7 +3300,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3441,7 +3441,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3582,7 +3582,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3723,7 +3723,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3864,7 +3864,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -4057,7 +4057,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -4198,7 +4198,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -4339,7 +4339,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -4384,7 +4384,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -4430,7 +4430,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -4476,7 +4476,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -4521,7 +4521,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -4567,7 +4567,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -7367,7 +7367,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -7508,7 +7508,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -7649,7 +7649,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -7790,7 +7790,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -7931,7 +7931,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -8072,7 +8072,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
diff --git a/recipes/engine/engine.expected/win_upload_publish_cipd_no_lto.json b/recipes/engine/engine.expected/win_upload_publish_cipd_no_lto.json
index f607eb5..5487f18 100644
--- a/recipes/engine/engine.expected/win_upload_publish_cipd_no_lto.json
+++ b/recipes/engine/engine.expected/win_upload_publish_cipd_no_lto.json
@@ -485,7 +485,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1401,9 +1401,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]\\.vpython",
+ "RECIPE_REPO[depot_tools]\\.vpython3",
"[CACHE]\\builder\\src\\flutter\\testing\\run_tests.py",
"--variant",
"host_debug",
@@ -1449,7 +1449,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1955,7 +1955,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -2559,7 +2559,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -2700,7 +2700,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -2841,7 +2841,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -2982,7 +2982,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3123,7 +3123,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3264,7 +3264,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3405,7 +3405,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3546,7 +3546,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3687,7 +3687,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3828,7 +3828,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -3874,7 +3874,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -3921,7 +3921,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -3968,7 +3968,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -4014,7 +4014,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -4061,7 +4061,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -6862,7 +6862,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -7003,7 +7003,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -7144,7 +7144,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -7285,7 +7285,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -7426,7 +7426,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -7567,7 +7567,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
diff --git a/recipes/engine/engine.expected/win_upload_publish_cipd_no_lto_font_subset.json b/recipes/engine/engine.expected/win_upload_publish_cipd_no_lto_font_subset.json
index 714b10c..20bc4fc 100644
--- a/recipes/engine/engine.expected/win_upload_publish_cipd_no_lto_font_subset.json
+++ b/recipes/engine/engine.expected/win_upload_publish_cipd_no_lto_font_subset.json
@@ -485,7 +485,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1401,9 +1401,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]\\.vpython",
+ "RECIPE_REPO[depot_tools]\\.vpython3",
"[CACHE]\\builder\\src\\flutter\\testing\\run_tests.py",
"--variant",
"host_debug",
@@ -1449,7 +1449,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1955,7 +1955,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -3018,7 +3018,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3159,7 +3159,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3300,7 +3300,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3441,7 +3441,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3582,7 +3582,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3723,7 +3723,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -3864,7 +3864,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -4057,7 +4057,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -4198,7 +4198,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -4339,7 +4339,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -4385,7 +4385,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -4432,7 +4432,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -4479,7 +4479,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -4525,7 +4525,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -4572,7 +4572,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -7373,7 +7373,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -7514,7 +7514,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -7655,7 +7655,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -7796,7 +7796,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -7937,7 +7937,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
@@ -8078,7 +8078,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]\\resources\\zip.py"
],
"cwd": "[CACHE]\\builder",
diff --git a/recipes/engine/engine.py b/recipes/engine/engine.py
index 837806d..ab303c0 100644
--- a/recipes/engine/engine.py
+++ b/recipes/engine/engine.py
@@ -122,9 +122,9 @@
def RunTests(api, out_dir, android_out_dir=None, types='all'):
script_path = GetCheckoutPath(api).join('flutter', 'testing', 'run_tests.py')
# TODO(godofredoc): use .vpython from engine when file are available.
- venv_path = api.depot_tools.root.join('.vpython')
+ venv_path = api.depot_tools.root.join('.vpython3')
args = [
- 'vpython', '-vpython-spec', venv_path,
+ 'vpython3', '-vpython-spec', venv_path,
script_path,
'--variant', out_dir,
'--type', types,
@@ -224,7 +224,7 @@
# TODO(akbiggs): Clean this up if we feel brave.
if api.platform.is_linux:
fuchsia_package_cmd = [
- 'python', build_script, '--engine-version', git_rev, '--skip-build',
+ 'python3', build_script, '--engine-version', git_rev, '--skip-build',
'--archs', 'x64', '--runtime-mode', 'debug',
]
api.step('Package Fuchsia Artifacts', fuchsia_package_cmd)
@@ -238,7 +238,7 @@
def RunGN(api, *args):
checkout = GetCheckoutPath(api)
- gn_cmd = ['python', checkout.join('flutter/tools/gn'), '--goma']
+ gn_cmd = ['python3', checkout.join('flutter/tools/gn'), '--goma']
if api.properties.get('no_lto', False) and '--no-lto' not in args:
args += ('--no-lto',)
gn_cmd.extend(args)
@@ -556,7 +556,7 @@
with api.context(env=env, cwd=checkout):
args = [
- 'python', './flutter/ci/firebase_testlab.py',
+ 'python3', './flutter/ci/firebase_testlab.py',
'--variant', build_output_dir,
'--build-id', swarming_task_id,
]
@@ -925,7 +925,7 @@
with api.os_utils.make_temp_directory('FuchsiaDebugSymbols_%s' % arch
) as temp_dir:
debug_symbols_cmd = [
- 'python', dbg_symbols_script, '--engine-version', git_rev
+ 'python3', dbg_symbols_script, '--engine-version', git_rev
]
if upload:
debug_symbols_cmd += ['--upload']
@@ -1040,7 +1040,7 @@
)
fuchsia_package_cmd = [
- 'python',
+ 'python3',
build_script,
'--engine-version',
git_rev,
diff --git a/recipes/engine/engine_arm.expected/clobber.json b/recipes/engine/engine_arm.expected/clobber.json
index 608c582..99d3f71 100644
--- a/recipes/engine/engine_arm.expected/clobber.json
+++ b/recipes/engine/engine_arm.expected/clobber.json
@@ -410,7 +410,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1200,7 +1200,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1630,7 +1630,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -2099,7 +2099,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -2172,7 +2172,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -2245,7 +2245,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -2318,7 +2318,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -2391,7 +2391,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -2464,7 +2464,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -2537,7 +2537,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
diff --git a/recipes/engine/engine_arm.expected/experimental.json b/recipes/engine/engine_arm.expected/experimental.json
index d497daf..646ca83 100644
--- a/recipes/engine/engine_arm.expected/experimental.json
+++ b/recipes/engine/engine_arm.expected/experimental.json
@@ -298,7 +298,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1088,7 +1088,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1518,7 +1518,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1987,7 +1987,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -2060,7 +2060,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -2133,7 +2133,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -2206,7 +2206,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -2279,7 +2279,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -2352,7 +2352,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -2425,7 +2425,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
diff --git a/recipes/engine/engine_arm.expected/experimental_upload.json b/recipes/engine/engine_arm.expected/experimental_upload.json
index e707bca..9e62248 100644
--- a/recipes/engine/engine_arm.expected/experimental_upload.json
+++ b/recipes/engine/engine_arm.expected/experimental_upload.json
@@ -298,7 +298,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1088,7 +1088,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1518,7 +1518,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1987,7 +1987,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -2104,7 +2104,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -2221,7 +2221,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -2338,7 +2338,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -2455,7 +2455,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -2572,7 +2572,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -2689,7 +2689,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
diff --git a/recipes/engine/engine_arm.expected/gcloud_pubsub_failure.json b/recipes/engine/engine_arm.expected/gcloud_pubsub_failure.json
index ed48240..4dd90b9 100644
--- a/recipes/engine/engine_arm.expected/gcloud_pubsub_failure.json
+++ b/recipes/engine/engine_arm.expected/gcloud_pubsub_failure.json
@@ -300,7 +300,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1090,7 +1090,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1520,7 +1520,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1989,7 +1989,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -2062,7 +2062,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -2135,7 +2135,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -2208,7 +2208,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -2281,7 +2281,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -2354,7 +2354,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -2427,7 +2427,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
diff --git a/recipes/engine/engine_arm.expected/linux.json b/recipes/engine/engine_arm.expected/linux.json
index 664a43a..e90baa1 100644
--- a/recipes/engine/engine_arm.expected/linux.json
+++ b/recipes/engine/engine_arm.expected/linux.json
@@ -298,7 +298,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1088,7 +1088,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1518,7 +1518,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1987,7 +1987,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -2060,7 +2060,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -2133,7 +2133,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -2206,7 +2206,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -2279,7 +2279,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -2352,7 +2352,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -2425,7 +2425,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
diff --git a/recipes/engine/engine_arm.expected/linux_upload.json b/recipes/engine/engine_arm.expected/linux_upload.json
index 48790ca..5c4cd1a 100644
--- a/recipes/engine/engine_arm.expected/linux_upload.json
+++ b/recipes/engine/engine_arm.expected/linux_upload.json
@@ -298,7 +298,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1088,7 +1088,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1518,7 +1518,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1987,7 +1987,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -2104,7 +2104,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -2221,7 +2221,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -2338,7 +2338,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -2455,7 +2455,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -2572,7 +2572,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -2689,7 +2689,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
diff --git a/recipes/engine/engine_arm.expected/mac.json b/recipes/engine/engine_arm.expected/mac.json
index 7799aaf..ea94e69 100644
--- a/recipes/engine/engine_arm.expected/mac.json
+++ b/recipes/engine/engine_arm.expected/mac.json
@@ -25,7 +25,7 @@
{
"cmd": [
"xattr",
- "/opt/s/w/ir/cipd_bin_packages/python"
+ "/opt/s/w/ir/cipd_bin_packages/python3"
],
"infra_step": true,
"luci_context": {
@@ -40,7 +40,7 @@
"hostname": "rdbhost"
}
},
- "name": "python xattr info"
+ "name": "python3 xattr info"
},
{
"cmd": [
diff --git a/recipes/engine/engine_arm.expected/mac_upload.json b/recipes/engine/engine_arm.expected/mac_upload.json
index 7799aaf..ea94e69 100644
--- a/recipes/engine/engine_arm.expected/mac_upload.json
+++ b/recipes/engine/engine_arm.expected/mac_upload.json
@@ -25,7 +25,7 @@
{
"cmd": [
"xattr",
- "/opt/s/w/ir/cipd_bin_packages/python"
+ "/opt/s/w/ir/cipd_bin_packages/python3"
],
"infra_step": true,
"luci_context": {
@@ -40,7 +40,7 @@
"hostname": "rdbhost"
}
},
- "name": "python xattr info"
+ "name": "python3 xattr info"
},
{
"cmd": [
diff --git a/recipes/engine/engine_arm.expected/pull_request.json b/recipes/engine/engine_arm.expected/pull_request.json
index 3a229d6..6184afe 100644
--- a/recipes/engine/engine_arm.expected/pull_request.json
+++ b/recipes/engine/engine_arm.expected/pull_request.json
@@ -300,7 +300,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1090,7 +1090,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1520,7 +1520,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1989,7 +1989,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -2062,7 +2062,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -2135,7 +2135,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -2208,7 +2208,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -2281,7 +2281,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -2354,7 +2354,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
@@ -2427,7 +2427,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"cwd": "[CACHE]/builder",
diff --git a/recipes/engine/engine_arm.py b/recipes/engine/engine_arm.py
index d099d34..83a2863 100644
--- a/recipes/engine/engine_arm.py
+++ b/recipes/engine/engine_arm.py
@@ -81,7 +81,7 @@
def RunGN(api, *args):
checkout = GetCheckoutPath(api)
- gn_cmd = ['python', checkout.join('flutter/tools/gn'), '--goma']
+ gn_cmd = ['python3', checkout.join('flutter/tools/gn'), '--goma']
gn_cmd.extend(args)
api.step('gn %s' % ' '.join(args), gn_cmd)
diff --git a/recipes/engine/engine_builder.expected/Schedule two builds one with goma and one without.json b/recipes/engine/engine_builder.expected/Schedule two builds one with goma and one without.json
index 71585a0..61a7a29 100644
--- a/recipes/engine/engine_builder.expected/Schedule two builds one with goma and one without.json
+++ b/recipes/engine/engine_builder.expected/Schedule two builds one with goma and one without.json
@@ -208,7 +208,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--unoptimized",
"--android"
@@ -285,7 +285,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--unoptimized"
],
diff --git a/recipes/engine/engine_builder.py b/recipes/engine/engine_builder.py
index 6a8f3ad..ae5c7ee 100644
--- a/recipes/engine/engine_builder.py
+++ b/recipes/engine/engine_builder.py
@@ -47,7 +47,7 @@
def RunGN(api, *args):
checkout = api.path['cache'].join('builder', 'src')
- gn_cmd = ['python', checkout.join('flutter/tools/gn')]
+ gn_cmd = ['python3', checkout.join('flutter/tools/gn')]
gn_cmd.extend(args)
api.step('gn %s' % ' '.join(args), gn_cmd)
diff --git a/recipes/engine/engine_lint.expected/linux android all.json b/recipes/engine/engine_lint.expected/linux android all.json
index 11ac78b..f65f558 100644
--- a/recipes/engine/engine_lint.expected/linux android all.json
+++ b/recipes/engine/engine_lint.expected/linux android all.json
@@ -424,7 +424,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -469,7 +469,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
diff --git a/recipes/engine/engine_lint.expected/linux android branch.json b/recipes/engine/engine_lint.expected/linux android branch.json
index 11ac78b..f65f558 100644
--- a/recipes/engine/engine_lint.expected/linux android branch.json
+++ b/recipes/engine/engine_lint.expected/linux android branch.json
@@ -424,7 +424,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -469,7 +469,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
diff --git a/recipes/engine/engine_lint.expected/linux android head.json b/recipes/engine/engine_lint.expected/linux android head.json
index 9ea2518..f3163f3 100644
--- a/recipes/engine/engine_lint.expected/linux android head.json
+++ b/recipes/engine/engine_lint.expected/linux android head.json
@@ -424,7 +424,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -469,7 +469,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
diff --git a/recipes/engine/engine_lint.expected/linux host all.json b/recipes/engine/engine_lint.expected/linux host all.json
index 11ac78b..f65f558 100644
--- a/recipes/engine/engine_lint.expected/linux host all.json
+++ b/recipes/engine/engine_lint.expected/linux host all.json
@@ -424,7 +424,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -469,7 +469,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
diff --git a/recipes/engine/engine_lint.expected/linux host branch.json b/recipes/engine/engine_lint.expected/linux host branch.json
index 11ac78b..f65f558 100644
--- a/recipes/engine/engine_lint.expected/linux host branch.json
+++ b/recipes/engine/engine_lint.expected/linux host branch.json
@@ -424,7 +424,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -469,7 +469,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
diff --git a/recipes/engine/engine_lint.expected/linux host head.json b/recipes/engine/engine_lint.expected/linux host head.json
index 9ea2518..f3163f3 100644
--- a/recipes/engine/engine_lint.expected/linux host head.json
+++ b/recipes/engine/engine_lint.expected/linux host head.json
@@ -424,7 +424,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -469,7 +469,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
diff --git a/recipes/engine/engine_lint.expected/mac host all.json b/recipes/engine/engine_lint.expected/mac host all.json
index 8a11bf3..19cce18 100644
--- a/recipes/engine/engine_lint.expected/mac host all.json
+++ b/recipes/engine/engine_lint.expected/mac host all.json
@@ -25,7 +25,7 @@
{
"cmd": [
"xattr",
- "/opt/s/w/ir/cipd_bin_packages/python"
+ "/opt/s/w/ir/cipd_bin_packages/python3"
],
"infra_step": true,
"luci_context": {
@@ -40,7 +40,7 @@
"hostname": "rdbhost"
}
},
- "name": "python xattr info"
+ "name": "python3 xattr info"
},
{
"cmd": [
@@ -723,7 +723,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--ios",
@@ -769,7 +769,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -2705,7 +2705,7 @@
{
"cmd": [
"xattr",
- "/opt/s/w/ir/cipd_bin_packages/python"
+ "/opt/s/w/ir/cipd_bin_packages/python3"
],
"infra_step": true,
"luci_context": {
@@ -2720,7 +2720,7 @@
"hostname": "rdbhost"
}
},
- "name": "python xattr info (2)"
+ "name": "python3 xattr info (2)"
},
{
"cmd": [
diff --git a/recipes/engine/engine_lint.expected/mac host branch.json b/recipes/engine/engine_lint.expected/mac host branch.json
index 8a11bf3..19cce18 100644
--- a/recipes/engine/engine_lint.expected/mac host branch.json
+++ b/recipes/engine/engine_lint.expected/mac host branch.json
@@ -25,7 +25,7 @@
{
"cmd": [
"xattr",
- "/opt/s/w/ir/cipd_bin_packages/python"
+ "/opt/s/w/ir/cipd_bin_packages/python3"
],
"infra_step": true,
"luci_context": {
@@ -40,7 +40,7 @@
"hostname": "rdbhost"
}
},
- "name": "python xattr info"
+ "name": "python3 xattr info"
},
{
"cmd": [
@@ -723,7 +723,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--ios",
@@ -769,7 +769,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -2705,7 +2705,7 @@
{
"cmd": [
"xattr",
- "/opt/s/w/ir/cipd_bin_packages/python"
+ "/opt/s/w/ir/cipd_bin_packages/python3"
],
"infra_step": true,
"luci_context": {
@@ -2720,7 +2720,7 @@
"hostname": "rdbhost"
}
},
- "name": "python xattr info (2)"
+ "name": "python3 xattr info (2)"
},
{
"cmd": [
diff --git a/recipes/engine/engine_lint.expected/mac host head.json b/recipes/engine/engine_lint.expected/mac host head.json
index e8c2e75..61ab5fd 100644
--- a/recipes/engine/engine_lint.expected/mac host head.json
+++ b/recipes/engine/engine_lint.expected/mac host head.json
@@ -25,7 +25,7 @@
{
"cmd": [
"xattr",
- "/opt/s/w/ir/cipd_bin_packages/python"
+ "/opt/s/w/ir/cipd_bin_packages/python3"
],
"infra_step": true,
"luci_context": {
@@ -40,7 +40,7 @@
"hostname": "rdbhost"
}
},
- "name": "python xattr info"
+ "name": "python3 xattr info"
},
{
"cmd": [
@@ -723,7 +723,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--ios",
@@ -769,7 +769,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -2707,7 +2707,7 @@
{
"cmd": [
"xattr",
- "/opt/s/w/ir/cipd_bin_packages/python"
+ "/opt/s/w/ir/cipd_bin_packages/python3"
],
"infra_step": true,
"luci_context": {
@@ -2722,7 +2722,7 @@
"hostname": "rdbhost"
}
},
- "name": "python xattr info (2)"
+ "name": "python3 xattr info (2)"
},
{
"cmd": [
diff --git a/recipes/engine/engine_lint.expected/mac ios all.json b/recipes/engine/engine_lint.expected/mac ios all.json
index 8a11bf3..19cce18 100644
--- a/recipes/engine/engine_lint.expected/mac ios all.json
+++ b/recipes/engine/engine_lint.expected/mac ios all.json
@@ -25,7 +25,7 @@
{
"cmd": [
"xattr",
- "/opt/s/w/ir/cipd_bin_packages/python"
+ "/opt/s/w/ir/cipd_bin_packages/python3"
],
"infra_step": true,
"luci_context": {
@@ -40,7 +40,7 @@
"hostname": "rdbhost"
}
},
- "name": "python xattr info"
+ "name": "python3 xattr info"
},
{
"cmd": [
@@ -723,7 +723,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--ios",
@@ -769,7 +769,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -2705,7 +2705,7 @@
{
"cmd": [
"xattr",
- "/opt/s/w/ir/cipd_bin_packages/python"
+ "/opt/s/w/ir/cipd_bin_packages/python3"
],
"infra_step": true,
"luci_context": {
@@ -2720,7 +2720,7 @@
"hostname": "rdbhost"
}
},
- "name": "python xattr info (2)"
+ "name": "python3 xattr info (2)"
},
{
"cmd": [
diff --git a/recipes/engine/engine_lint.expected/mac ios branch.json b/recipes/engine/engine_lint.expected/mac ios branch.json
index 8a11bf3..19cce18 100644
--- a/recipes/engine/engine_lint.expected/mac ios branch.json
+++ b/recipes/engine/engine_lint.expected/mac ios branch.json
@@ -25,7 +25,7 @@
{
"cmd": [
"xattr",
- "/opt/s/w/ir/cipd_bin_packages/python"
+ "/opt/s/w/ir/cipd_bin_packages/python3"
],
"infra_step": true,
"luci_context": {
@@ -40,7 +40,7 @@
"hostname": "rdbhost"
}
},
- "name": "python xattr info"
+ "name": "python3 xattr info"
},
{
"cmd": [
@@ -723,7 +723,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--ios",
@@ -769,7 +769,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -2705,7 +2705,7 @@
{
"cmd": [
"xattr",
- "/opt/s/w/ir/cipd_bin_packages/python"
+ "/opt/s/w/ir/cipd_bin_packages/python3"
],
"infra_step": true,
"luci_context": {
@@ -2720,7 +2720,7 @@
"hostname": "rdbhost"
}
},
- "name": "python xattr info (2)"
+ "name": "python3 xattr info (2)"
},
{
"cmd": [
diff --git a/recipes/engine/engine_lint.expected/mac ios head.json b/recipes/engine/engine_lint.expected/mac ios head.json
index e8c2e75..61ab5fd 100644
--- a/recipes/engine/engine_lint.expected/mac ios head.json
+++ b/recipes/engine/engine_lint.expected/mac ios head.json
@@ -25,7 +25,7 @@
{
"cmd": [
"xattr",
- "/opt/s/w/ir/cipd_bin_packages/python"
+ "/opt/s/w/ir/cipd_bin_packages/python3"
],
"infra_step": true,
"luci_context": {
@@ -40,7 +40,7 @@
"hostname": "rdbhost"
}
},
- "name": "python xattr info"
+ "name": "python3 xattr info"
},
{
"cmd": [
@@ -723,7 +723,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--ios",
@@ -769,7 +769,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -2707,7 +2707,7 @@
{
"cmd": [
"xattr",
- "/opt/s/w/ir/cipd_bin_packages/python"
+ "/opt/s/w/ir/cipd_bin_packages/python3"
],
"infra_step": true,
"luci_context": {
@@ -2722,7 +2722,7 @@
"hostname": "rdbhost"
}
},
- "name": "python xattr info (2)"
+ "name": "python3 xattr info (2)"
},
{
"cmd": [
diff --git a/recipes/engine/engine_metrics.expected/basic_upload_metrics_False.json b/recipes/engine/engine_metrics.expected/basic_upload_metrics_False.json
index 1b717f6..502e64b 100644
--- a/recipes/engine/engine_metrics.expected/basic_upload_metrics_False.json
+++ b/recipes/engine/engine_metrics.expected/basic_upload_metrics_False.json
@@ -183,7 +183,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
diff --git a/recipes/engine/engine_metrics.expected/basic_upload_metrics_True.json b/recipes/engine/engine_metrics.expected/basic_upload_metrics_True.json
index 9bd8f32..a70a380 100644
--- a/recipes/engine/engine_metrics.expected/basic_upload_metrics_True.json
+++ b/recipes/engine/engine_metrics.expected/basic_upload_metrics_True.json
@@ -183,7 +183,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
diff --git a/recipes/engine/engine_unopt.expected/linux.json b/recipes/engine/engine_unopt.expected/linux.json
index 6365516..39ef0d7 100644
--- a/recipes/engine/engine_unopt.expected/linux.json
+++ b/recipes/engine/engine_unopt.expected/linux.json
@@ -488,7 +488,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1385,9 +1385,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_debug_unopt",
@@ -1433,7 +1433,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--unoptimized",
@@ -2053,7 +2053,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -2544,9 +2544,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"android_debug_unopt",
diff --git a/recipes/engine/engine_unopt.expected/linux_lto.json b/recipes/engine/engine_unopt.expected/linux_lto.json
index 36af235..6c50540 100644
--- a/recipes/engine/engine_unopt.expected/linux_lto.json
+++ b/recipes/engine/engine_unopt.expected/linux_lto.json
@@ -488,7 +488,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1384,9 +1384,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_debug_unopt",
@@ -1432,7 +1432,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--unoptimized",
@@ -2051,7 +2051,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
@@ -2541,9 +2541,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"android_debug_unopt",
diff --git a/recipes/engine/engine_unopt.expected/mac.json b/recipes/engine/engine_unopt.expected/mac.json
index 8ddaad8..417a836 100644
--- a/recipes/engine/engine_unopt.expected/mac.json
+++ b/recipes/engine/engine_unopt.expected/mac.json
@@ -25,7 +25,7 @@
{
"cmd": [
"xattr",
- "/opt/s/w/ir/cipd_bin_packages/python"
+ "/opt/s/w/ir/cipd_bin_packages/python3"
],
"infra_step": true,
"luci_context": {
@@ -40,7 +40,7 @@
"hostname": "rdbhost"
}
},
- "name": "python xattr info"
+ "name": "python3 xattr info"
},
{
"cmd": [
@@ -748,7 +748,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1642,9 +1642,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_debug_unopt",
@@ -1689,7 +1689,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--ios",
@@ -2628,9 +2628,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"ios_debug_sim",
@@ -3226,7 +3226,7 @@
{
"cmd": [
"xattr",
- "/opt/s/w/ir/cipd_bin_packages/python"
+ "/opt/s/w/ir/cipd_bin_packages/python3"
],
"infra_step": true,
"luci_context": {
@@ -3241,7 +3241,7 @@
"hostname": "rdbhost"
}
},
- "name": "python xattr info (2)"
+ "name": "python3 xattr info (2)"
},
{
"cmd": [
diff --git a/recipes/engine/engine_unopt.expected/mac_lto.json b/recipes/engine/engine_unopt.expected/mac_lto.json
index 8ddaad8..417a836 100644
--- a/recipes/engine/engine_unopt.expected/mac_lto.json
+++ b/recipes/engine/engine_unopt.expected/mac_lto.json
@@ -25,7 +25,7 @@
{
"cmd": [
"xattr",
- "/opt/s/w/ir/cipd_bin_packages/python"
+ "/opt/s/w/ir/cipd_bin_packages/python3"
],
"infra_step": true,
"luci_context": {
@@ -40,7 +40,7 @@
"hostname": "rdbhost"
}
},
- "name": "python xattr info"
+ "name": "python3 xattr info"
},
{
"cmd": [
@@ -748,7 +748,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1642,9 +1642,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"host_debug_unopt",
@@ -1689,7 +1689,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--ios",
@@ -2628,9 +2628,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]/.vpython",
+ "RECIPE_REPO[depot_tools]/.vpython3",
"[CACHE]/builder/src/flutter/testing/run_tests.py",
"--variant",
"ios_debug_sim",
@@ -3226,7 +3226,7 @@
{
"cmd": [
"xattr",
- "/opt/s/w/ir/cipd_bin_packages/python"
+ "/opt/s/w/ir/cipd_bin_packages/python3"
],
"infra_step": true,
"luci_context": {
@@ -3241,7 +3241,7 @@
"hostname": "rdbhost"
}
},
- "name": "python xattr info (2)"
+ "name": "python3 xattr info (2)"
},
{
"cmd": [
diff --git a/recipes/engine/engine_unopt.expected/win.json b/recipes/engine/engine_unopt.expected/win.json
index 983e4bc..4255d97 100644
--- a/recipes/engine/engine_unopt.expected/win.json
+++ b/recipes/engine/engine_unopt.expected/win.json
@@ -553,7 +553,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1469,9 +1469,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]\\.vpython",
+ "RECIPE_REPO[depot_tools]\\.vpython3",
"[CACHE]\\builder\\src\\flutter\\testing\\run_tests.py",
"--variant",
"host_debug_unopt",
diff --git a/recipes/engine/engine_unopt.expected/win_lto.json b/recipes/engine/engine_unopt.expected/win_lto.json
index 4b8d6d2..4ac306d 100644
--- a/recipes/engine/engine_unopt.expected/win_lto.json
+++ b/recipes/engine/engine_unopt.expected/win_lto.json
@@ -553,7 +553,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]\\builder\\src\\flutter/tools/gn",
"--goma",
"--runtime-mode",
@@ -1468,9 +1468,9 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"-vpython-spec",
- "RECIPE_REPO[depot_tools]\\.vpython",
+ "RECIPE_REPO[depot_tools]\\.vpython3",
"[CACHE]\\builder\\src\\flutter\\testing\\run_tests.py",
"--variant",
"host_debug_unopt",
diff --git a/recipes/engine/engine_unopt.py b/recipes/engine/engine_unopt.py
index 84534d8..9b60c08 100644
--- a/recipes/engine/engine_unopt.py
+++ b/recipes/engine/engine_unopt.py
@@ -52,9 +52,9 @@
def RunTests(api, out_dir, android_out_dir=None, ios_out_dir=None, types='all', suppress_sanitizers=False):
script_path = GetCheckoutPath(api).join('flutter', 'testing', 'run_tests.py')
# TODO(godofredoc): use .vpython from engine when file are available.
- venv_path = api.depot_tools.root.join('.vpython')
+ venv_path = api.depot_tools.root.join('.vpython3')
args = [
- 'vpython',
+ 'vpython3',
'-vpython-spec',
venv_path,
script_path,
diff --git a/recipes/engine/femu_test.expected/arm64_emulator_arch.json b/recipes/engine/femu_test.expected/arm64_emulator_arch.json
index 3155bee..e3d416f 100644
--- a/recipes/engine/femu_test.expected/arm64_emulator_arch.json
+++ b/recipes/engine/femu_test.expected/arm64_emulator_arch.json
@@ -182,7 +182,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -213,7 +213,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -965,7 +965,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"HEAD",
@@ -996,7 +996,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"HEAD",
@@ -2483,7 +2483,7 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"RECIPE_MODULE[flutter::yaml]/resources/parse_yaml.py",
"--yaml_file",
"[CACHE]/builder/src/flutter/testing/fuchsia/test_suites.yaml",
diff --git a/recipes/engine/femu_test.expected/dangerous_test_commands.json b/recipes/engine/femu_test.expected/dangerous_test_commands.json
index 658545b..fc0f1a4 100644
--- a/recipes/engine/femu_test.expected/dangerous_test_commands.json
+++ b/recipes/engine/femu_test.expected/dangerous_test_commands.json
@@ -182,7 +182,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -213,7 +213,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -965,7 +965,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"HEAD",
@@ -996,7 +996,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"HEAD",
@@ -2491,7 +2491,7 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"RECIPE_MODULE[flutter::yaml]/resources/parse_yaml.py",
"--yaml_file",
"[CACHE]/builder/src/flutter/testing/fuchsia/test_suites.yaml",
diff --git a/recipes/engine/femu_test.expected/femu_with_package_list.json b/recipes/engine/femu_test.expected/femu_with_package_list.json
index 868aac7..1e5ac4e 100644
--- a/recipes/engine/femu_test.expected/femu_with_package_list.json
+++ b/recipes/engine/femu_test.expected/femu_with_package_list.json
@@ -182,7 +182,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -213,7 +213,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -965,7 +965,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"HEAD",
@@ -996,7 +996,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"HEAD",
@@ -2491,7 +2491,7 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"RECIPE_MODULE[flutter::yaml]/resources/parse_yaml.py",
"--yaml_file",
"[CACHE]/builder/src/flutter/testing/fuchsia/test_suites.yaml",
diff --git a/recipes/engine/femu_test.expected/invalid_emulator_arch.json b/recipes/engine/femu_test.expected/invalid_emulator_arch.json
index 5ffba00..d0b51b4 100644
--- a/recipes/engine/femu_test.expected/invalid_emulator_arch.json
+++ b/recipes/engine/femu_test.expected/invalid_emulator_arch.json
@@ -182,7 +182,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -213,7 +213,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -965,7 +965,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"HEAD",
@@ -996,7 +996,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"HEAD",
@@ -2479,7 +2479,7 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"RECIPE_MODULE[flutter::yaml]/resources/parse_yaml.py",
"--yaml_file",
"[CACHE]/builder/src/flutter/testing/fuchsia/test_suites.yaml",
diff --git a/recipes/engine/femu_test.expected/multiple_non_root_fars.json b/recipes/engine/femu_test.expected/multiple_non_root_fars.json
index 468eb40..82100ae 100644
--- a/recipes/engine/femu_test.expected/multiple_non_root_fars.json
+++ b/recipes/engine/femu_test.expected/multiple_non_root_fars.json
@@ -182,7 +182,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -213,7 +213,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -965,7 +965,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"HEAD",
@@ -996,7 +996,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"HEAD",
@@ -2485,7 +2485,7 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"RECIPE_MODULE[flutter::yaml]/resources/parse_yaml.py",
"--yaml_file",
"[CACHE]/builder/src/flutter/testing/fuchsia/test_suites.yaml",
diff --git a/recipes/engine/femu_test.expected/no_zircon_file.json b/recipes/engine/femu_test.expected/no_zircon_file.json
index 9b28929..9601b9a 100644
--- a/recipes/engine/femu_test.expected/no_zircon_file.json
+++ b/recipes/engine/femu_test.expected/no_zircon_file.json
@@ -182,7 +182,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -213,7 +213,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -965,7 +965,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"HEAD",
@@ -996,7 +996,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"HEAD",
diff --git a/recipes/engine/femu_test.expected/run_on_test_specified_arch.json b/recipes/engine/femu_test.expected/run_on_test_specified_arch.json
index 913326f..010f192 100644
--- a/recipes/engine/femu_test.expected/run_on_test_specified_arch.json
+++ b/recipes/engine/femu_test.expected/run_on_test_specified_arch.json
@@ -182,7 +182,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -213,7 +213,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -965,7 +965,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"HEAD",
@@ -996,7 +996,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"HEAD",
@@ -2501,7 +2501,7 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"RECIPE_MODULE[flutter::yaml]/resources/parse_yaml.py",
"--yaml_file",
"[CACHE]/builder/src/flutter/testing/fuchsia/test_suites.yaml",
diff --git a/recipes/engine/femu_test.expected/run_with_dart_aot_behavior.json b/recipes/engine/femu_test.expected/run_with_dart_aot_behavior.json
index ff5b645..91ee737 100644
--- a/recipes/engine/femu_test.expected/run_with_dart_aot_behavior.json
+++ b/recipes/engine/femu_test.expected/run_with_dart_aot_behavior.json
@@ -182,7 +182,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -213,7 +213,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -965,7 +965,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"HEAD",
@@ -996,7 +996,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"HEAD",
@@ -2487,7 +2487,7 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"RECIPE_MODULE[flutter::yaml]/resources/parse_yaml.py",
"--yaml_file",
"[CACHE]/builder/src/flutter/testing/fuchsia/test_suites.yaml",
diff --git a/recipes/engine/femu_test.expected/start_femu.json b/recipes/engine/femu_test.expected/start_femu.json
index f667346..79739a1 100644
--- a/recipes/engine/femu_test.expected/start_femu.json
+++ b/recipes/engine/femu_test.expected/start_femu.json
@@ -182,7 +182,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -213,7 +213,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--fuchsia",
@@ -965,7 +965,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"HEAD",
@@ -996,7 +996,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"--engine-version",
"HEAD",
@@ -2487,7 +2487,7 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"RECIPE_MODULE[flutter::yaml]/resources/parse_yaml.py",
"--yaml_file",
"[CACHE]/builder/src/flutter/testing/fuchsia/test_suites.yaml",
diff --git a/recipes/engine/femu_test.py b/recipes/engine/femu_test.py
index 6267b9d..7eb1fcf 100644
--- a/recipes/engine/femu_test.py
+++ b/recipes/engine/femu_test.py
@@ -91,11 +91,11 @@
#
# TODO(akbiggs): Clean this up if we feel brave.
fuchsia_debug_package_cmd = [
- 'python', build_script, '--engine-version', git_rev, '--skip-build',
+ 'python3', build_script, '--engine-version', git_rev, '--skip-build',
'--archs', arch, '--runtime-mode', 'debug',
]
fuchsia_profile_package_cmd = [
- 'python', build_script, '--engine-version', git_rev, '--skip-build',
+ 'python3', build_script, '--engine-version', git_rev, '--skip-build',
'--archs', arch, '--runtime-mode', 'profile', '--skip-remove-buckets'
]
api.step('package Debug/JIT Fuchsia Artifacts', fuchsia_debug_package_cmd)
@@ -105,7 +105,7 @@
def RunGN(api, *args):
checkout = GetCheckoutPath(api)
- gn_cmd = ['python', checkout.join('flutter/tools/gn'), '--goma']
+ gn_cmd = ['python3', checkout.join('flutter/tools/gn'), '--goma']
gn_cmd.extend(args)
api.step('gn %s' % ' '.join(args), gn_cmd)
diff --git a/recipes/engine/framework_smoke.expected/basic.json b/recipes/engine/framework_smoke.expected/basic.json
index 295a4f3..c6e55b5 100644
--- a/recipes/engine/framework_smoke.expected/basic.json
+++ b/recipes/engine/framework_smoke.expected/basic.json
@@ -177,7 +177,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--unoptimized",
diff --git a/recipes/engine/framework_smoke.expected/no_goma.json b/recipes/engine/framework_smoke.expected/no_goma.json
index dd0cde3..e88f78c 100644
--- a/recipes/engine/framework_smoke.expected/no_goma.json
+++ b/recipes/engine/framework_smoke.expected/no_goma.json
@@ -140,7 +140,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--unoptimized",
"--full-dart-sdk",
diff --git a/recipes/engine/scenarios.expected/without_failure_upload.json b/recipes/engine/scenarios.expected/without_failure_upload.json
index abca01c..2ba489a 100644
--- a/recipes/engine/scenarios.expected/without_failure_upload.json
+++ b/recipes/engine/scenarios.expected/without_failure_upload.json
@@ -565,7 +565,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--android",
diff --git a/recipes/engine/scenarios.py b/recipes/engine/scenarios.py
index 29586f8..f134bb2 100644
--- a/recipes/engine/scenarios.py
+++ b/recipes/engine/scenarios.py
@@ -45,7 +45,7 @@
def RunGN(api, *args):
checkout = GetCheckoutPath(api)
- gn_cmd = ['python', checkout.join('flutter/tools/gn'), '--goma']
+ gn_cmd = ['python3', checkout.join('flutter/tools/gn'), '--goma']
gn_cmd.extend(args)
api.step('gn %s' % ' '.join(args), gn_cmd)
diff --git a/recipes/engine/web_engine.expected/basic.json b/recipes/engine/web_engine.expected/basic.json
index ca78af7..bd8f118 100644
--- a/recipes/engine/web_engine.expected/basic.json
+++ b/recipes/engine/web_engine.expected/basic.json
@@ -535,7 +535,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--build-canvaskit",
diff --git a/recipes/engine/web_engine.expected/mac-post-submit.json b/recipes/engine/web_engine.expected/mac-post-submit.json
index c7609d9..b29755e 100644
--- a/recipes/engine/web_engine.expected/mac-post-submit.json
+++ b/recipes/engine/web_engine.expected/mac-post-submit.json
@@ -25,7 +25,7 @@
{
"cmd": [
"xattr",
- "/opt/s/w/ir/cipd_bin_packages/python"
+ "/opt/s/w/ir/cipd_bin_packages/python3"
],
"infra_step": true,
"luci_context": {
@@ -40,7 +40,7 @@
"hostname": "rdbhost"
}
},
- "name": "python xattr info"
+ "name": "python3 xattr info"
},
{
"cmd": [
@@ -821,7 +821,7 @@
{
"cmd": [
"xattr",
- "/opt/s/w/ir/cipd_bin_packages/python"
+ "/opt/s/w/ir/cipd_bin_packages/python3"
],
"cwd": "[CACHE]/builder",
"env": {
@@ -863,7 +863,7 @@
"hostname": "rdbhost"
}
},
- "name": "python xattr info (2)"
+ "name": "python3 xattr info (2)"
},
{
"cmd": [
diff --git a/recipes/engine/web_engine_framework.expected/linux-pre-submit.json b/recipes/engine/web_engine_framework.expected/linux-pre-submit.json
index aa4ffc3..1a74904 100644
--- a/recipes/engine/web_engine_framework.expected/linux-pre-submit.json
+++ b/recipes/engine/web_engine_framework.expected/linux-pre-submit.json
@@ -583,7 +583,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--goma",
"--unoptimized",
diff --git a/recipes/engine_v2/builder.expected/basic.json b/recipes/engine_v2/builder.expected/basic.json
index 1ffd1b6..3558185 100644
--- a/recipes/engine_v2/builder.expected/basic.json
+++ b/recipes/engine_v2/builder.expected/basic.json
@@ -217,7 +217,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--ios"
],
diff --git a/recipes/engine_v2/builder.expected/dart-internal-flutter.json b/recipes/engine_v2/builder.expected/dart-internal-flutter.json
index 5588650..971ca58 100644
--- a/recipes/engine_v2/builder.expected/dart-internal-flutter.json
+++ b/recipes/engine_v2/builder.expected/dart-internal-flutter.json
@@ -324,7 +324,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--ios"
],
diff --git a/recipes/engine_v2/builder.expected/mac.json b/recipes/engine_v2/builder.expected/mac.json
index 8d123db..806f4d2 100644
--- a/recipes/engine_v2/builder.expected/mac.json
+++ b/recipes/engine_v2/builder.expected/mac.json
@@ -351,7 +351,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/tools/gn",
"--ios"
],
diff --git a/recipes/engine_v2/builder.expected/monorepo.json b/recipes/engine_v2/builder.expected/monorepo.json
index 2156955..08df8ed 100644
--- a/recipes/engine_v2/builder.expected/monorepo.json
+++ b/recipes/engine_v2/builder.expected/monorepo.json
@@ -273,7 +273,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/engine/src/flutter/tools/gn",
"--ios"
],
diff --git a/recipes/engine_v2/builder.expected/monorepo_tryjob.json b/recipes/engine_v2/builder.expected/monorepo_tryjob.json
index bc04d90..41cdeeb 100644
--- a/recipes/engine_v2/builder.expected/monorepo_tryjob.json
+++ b/recipes/engine_v2/builder.expected/monorepo_tryjob.json
@@ -357,7 +357,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/engine/src/flutter/tools/gn",
"--ios"
],
diff --git a/recipes/engine_v2/engine_v2.expected/basic_linux.json b/recipes/engine_v2/engine_v2.expected/basic_linux.json
index cac4b16..1653aec 100644
--- a/recipes/engine_v2/engine_v2.expected/basic_linux.json
+++ b/recipes/engine_v2/engine_v2.expected/basic_linux.json
@@ -24,7 +24,7 @@
}
},
"name": "launch builds.schedule",
- "stdin": "{\"requests\": [{\"scheduleBuild\": {\"builder\": {\"bucket\": \"try\", \"builder\": \"Linux Engine Drone\", \"project\": \"proj\"}, \"exe\": {\"cipdVersion\": \"refs/heads/main\"}, \"experimental\": \"NO\", \"experiments\": {\"luci.buildbucket.parent_tracking\": false}, \"fields\": \"builder,createTime,createdBy,critical,endTime,id,infra,input,number,output,startTime,status,updateTime\", \"gerritChanges\": [{\"change\": \"123456\", \"host\": \"flutter-review.googlesource.com\", \"patchset\": \"7\", \"project\": \"mirrors/engine\"}], \"gitilesCommit\": {\"host\": \"flutter.googlesource.com\", \"id\": \"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\", \"project\": \"mirrors/engine\", \"ref\": \"refs/heads/main\"}, \"priority\": 25, \"properties\": {\"build\": {\"generators\": [{\"name\": \"generator1\", \"script\": \"script1.sh\"}], \"gn\": [\"--ios\"], \"name\": \"ios_debug\", \"ninja\": {\"config\": \"ios_debug\", \"targets\": []}}, \"environment\": \"Staging\", \"generators\": {\"tasks\": [{\"language\": \"python\", \"name\": \"Debug-FlutterMacOS.framework\", \"parameters\": [\"--variant\", \"host_profile\", \"--type\", \"engine\", \"--engine-capture-core-dump\"], \"script\": \"flutter/sky/tools/create_macos_framework.py\", \"type\": \"local\"}]}, \"recipe\": \"engine_v2/builder\"}, \"requestId\": \"8945511751514863184-00000000-0000-0000-0000-000000001337\", \"swarming\": {\"parentRunId\": \"fake-task-id\"}, \"tags\": [{\"key\": \"cq_experimental\", \"value\": \"false\"}, {\"key\": \"parent_buildbucket_id\", \"value\": \"8945511751514863184\"}, {\"key\": \"user_agent\", \"value\": \"recipe\"}]}}]}",
+ "stdin": "{\"requests\": [{\"scheduleBuild\": {\"builder\": {\"bucket\": \"try\", \"builder\": \"Linux Engine Drone\", \"project\": \"proj\"}, \"exe\": {\"cipdVersion\": \"refs/heads/main\"}, \"experimental\": \"NO\", \"experiments\": {\"luci.buildbucket.parent_tracking\": false}, \"fields\": \"builder,createTime,createdBy,critical,endTime,id,infra,input,number,output,startTime,status,updateTime\", \"gerritChanges\": [{\"change\": \"123456\", \"host\": \"flutter-review.googlesource.com\", \"patchset\": \"7\", \"project\": \"mirrors/engine\"}], \"gitilesCommit\": {\"host\": \"flutter.googlesource.com\", \"id\": \"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\", \"project\": \"mirrors/engine\", \"ref\": \"refs/heads/main\"}, \"priority\": 25, \"properties\": {\"build\": {\"generators\": [{\"name\": \"generator1\", \"script\": \"script1.sh\"}], \"gn\": [\"--ios\"], \"name\": \"ios_debug\", \"ninja\": {\"config\": \"ios_debug\", \"targets\": []}}, \"environment\": \"Staging\", \"generators\": {\"tasks\": [{\"language\": \"python3\", \"name\": \"Debug-FlutterMacOS.framework\", \"parameters\": [\"--variant\", \"host_profile\", \"--type\", \"engine\", \"--engine-capture-core-dump\"], \"script\": \"flutter/sky/tools/create_macos_framework.py\", \"type\": \"local\"}]}, \"recipe\": \"engine_v2/builder\"}, \"requestId\": \"8945511751514863184-00000000-0000-0000-0000-000000001337\", \"swarming\": {\"parentRunId\": \"fake-task-id\"}, \"tags\": [{\"key\": \"cq_experimental\", \"value\": \"false\"}, {\"key\": \"parent_buildbucket_id\", \"value\": \"8945511751514863184\"}, {\"key\": \"user_agent\", \"value\": \"recipe\"}]}}]}",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -95,7 +95,7 @@
"@@@STEP_LOG_LINE@request@ \"generators\": {@@@",
"@@@STEP_LOG_LINE@request@ \"tasks\": [@@@",
"@@@STEP_LOG_LINE@request@ {@@@",
- "@@@STEP_LOG_LINE@request@ \"language\": \"python\", @@@",
+ "@@@STEP_LOG_LINE@request@ \"language\": \"python3\", @@@",
"@@@STEP_LOG_LINE@request@ \"name\": \"Debug-FlutterMacOS.framework\", @@@",
"@@@STEP_LOG_LINE@request@ \"parameters\": [@@@",
"@@@STEP_LOG_LINE@request@ \"--variant\", @@@",
@@ -635,7 +635,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/sky/tools/create_macos_framework.py",
"--variant",
"host_profile",
diff --git a/recipes/engine_v2/engine_v2.expected/basic_mac.json b/recipes/engine_v2/engine_v2.expected/basic_mac.json
index 8b3b6b8..66c8fb5 100644
--- a/recipes/engine_v2/engine_v2.expected/basic_mac.json
+++ b/recipes/engine_v2/engine_v2.expected/basic_mac.json
@@ -24,7 +24,7 @@
}
},
"name": "launch builds.schedule",
- "stdin": "{\"requests\": [{\"scheduleBuild\": {\"builder\": {\"bucket\": \"prod\", \"builder\": \"Mac Production Engine Drone\", \"project\": \"flutter\"}, \"exe\": {\"cipdVersion\": \"refs/heads/main\"}, \"experimental\": \"NO\", \"experiments\": {\"luci.buildbucket.parent_tracking\": false}, \"fields\": \"builder,createTime,createdBy,critical,endTime,id,infra,input,number,output,startTime,status,updateTime\", \"gitilesCommit\": {\"host\": \"flutter.googlesource.com\", \"id\": \"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\", \"project\": \"mirrors/engine\", \"ref\": \"refs/heads/main\"}, \"priority\": 25, \"properties\": {\"archives\": [{\"destination\": \"bucket/c.txt\", \"name\": \"c.txt\", \"source\": \"/a/b/c.txt\"}], \"build\": {\"generators\": [{\"name\": \"generator1\", \"script\": \"script1.sh\"}], \"gn\": [\"--ios\"], \"name\": \"ios_debug\", \"ninja\": {\"config\": \"ios_debug\", \"targets\": []}}, \"generators\": {\"tasks\": [{\"language\": \"python\", \"name\": \"Debug-FlutterMacOS.framework\", \"parameters\": [\"--variant\", \"host_profile\", \"--type\", \"engine\", \"--engine-capture-core-dump\"], \"script\": \"flutter/sky/tools/create_macos_framework.py\", \"type\": \"local\"}]}, \"recipe\": \"engine_v2/builder\", \"tests\": []}, \"requestId\": \"8945511751514863184-00000000-0000-0000-0000-000000001337\", \"swarming\": {\"parentRunId\": \"fake-task-id\"}, \"tags\": [{\"key\": \"parent_buildbucket_id\", \"value\": \"8945511751514863184\"}, {\"key\": \"user_agent\", \"value\": \"recipe\"}]}}]}",
+ "stdin": "{\"requests\": [{\"scheduleBuild\": {\"builder\": {\"bucket\": \"prod\", \"builder\": \"Mac Production Engine Drone\", \"project\": \"flutter\"}, \"exe\": {\"cipdVersion\": \"refs/heads/main\"}, \"experimental\": \"NO\", \"experiments\": {\"luci.buildbucket.parent_tracking\": false}, \"fields\": \"builder,createTime,createdBy,critical,endTime,id,infra,input,number,output,startTime,status,updateTime\", \"gitilesCommit\": {\"host\": \"flutter.googlesource.com\", \"id\": \"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\", \"project\": \"mirrors/engine\", \"ref\": \"refs/heads/main\"}, \"priority\": 25, \"properties\": {\"archives\": [{\"destination\": \"bucket/c.txt\", \"name\": \"c.txt\", \"source\": \"/a/b/c.txt\"}], \"build\": {\"generators\": [{\"name\": \"generator1\", \"script\": \"script1.sh\"}], \"gn\": [\"--ios\"], \"name\": \"ios_debug\", \"ninja\": {\"config\": \"ios_debug\", \"targets\": []}}, \"generators\": {\"tasks\": [{\"language\": \"python3\", \"name\": \"Debug-FlutterMacOS.framework\", \"parameters\": [\"--variant\", \"host_profile\", \"--type\", \"engine\", \"--engine-capture-core-dump\"], \"script\": \"flutter/sky/tools/create_macos_framework.py\", \"type\": \"local\"}]}, \"recipe\": \"engine_v2/builder\", \"tests\": []}, \"requestId\": \"8945511751514863184-00000000-0000-0000-0000-000000001337\", \"swarming\": {\"parentRunId\": \"fake-task-id\"}, \"tags\": [{\"key\": \"parent_buildbucket_id\", \"value\": \"8945511751514863184\"}, {\"key\": \"user_agent\", \"value\": \"recipe\"}]}}]}",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -93,7 +93,7 @@
"@@@STEP_LOG_LINE@request@ \"generators\": {@@@",
"@@@STEP_LOG_LINE@request@ \"tasks\": [@@@",
"@@@STEP_LOG_LINE@request@ {@@@",
- "@@@STEP_LOG_LINE@request@ \"language\": \"python\", @@@",
+ "@@@STEP_LOG_LINE@request@ \"language\": \"python3\", @@@",
"@@@STEP_LOG_LINE@request@ \"name\": \"Debug-FlutterMacOS.framework\", @@@",
"@@@STEP_LOG_LINE@request@ \"parameters\": [@@@",
"@@@STEP_LOG_LINE@request@ \"--variant\", @@@",
@@ -692,7 +692,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"[CACHE]/builder/src/flutter/sky/tools/create_macos_framework.py",
"--variant",
"host_profile",
diff --git a/recipes/engine_v2/engine_v2.py b/recipes/engine_v2/engine_v2.py
index 65c14ed..b4eef98 100644
--- a/recipes/engine_v2/engine_v2.py
+++ b/recipes/engine_v2/engine_v2.py
@@ -202,7 +202,7 @@
"tasks":
[
{
- "language": "python",
+ "language": "python3",
"name": "Debug-FlutterMacOS.framework",
"parameters": [
"--variant",
diff --git a/recipes/ios_usb_dependencies/ios-usb-dependencies.expected/basic.json b/recipes/ios_usb_dependencies/ios-usb-dependencies.expected/basic.json
index d2b1b86..fa26b8c 100644
--- a/recipes/ios_usb_dependencies/ios-usb-dependencies.expected/basic.json
+++ b/recipes/ios_usb_dependencies/ios-usb-dependencies.expected/basic.json
@@ -116,7 +116,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"name": "zipping ios-deploy dir",
@@ -259,7 +259,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"name": "zipping libplist dir",
@@ -615,7 +615,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"name": "zipping libimobiledeviceglue dir",
@@ -801,7 +801,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"name": "zipping libusbmuxd dir",
@@ -996,7 +996,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"name": "zipping openssl dir",
@@ -1194,7 +1194,7 @@
},
{
"cmd": [
- "python",
+ "python3",
"RECIPE_MODULE[flutter::zip]/resources/zip.py"
],
"name": "zipping libimobiledevice dir",
diff --git a/recipes/packages/packages.expected/mac.json b/recipes/packages/packages.expected/mac.json
index df07ff3..aed12ed 100644
--- a/recipes/packages/packages.expected/mac.json
+++ b/recipes/packages/packages.expected/mac.json
@@ -355,7 +355,7 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"RECIPE_MODULE[flutter::yaml]/resources/parse_yaml.py",
"--yaml_file",
"[START_DIR]/packages/.ci/targets/tests.yaml",
diff --git a/recipes/packages/packages.expected/master_channel.json b/recipes/packages/packages.expected/master_channel.json
index 941e590..2a0901b 100644
--- a/recipes/packages/packages.expected/master_channel.json
+++ b/recipes/packages/packages.expected/master_channel.json
@@ -355,7 +355,7 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"RECIPE_MODULE[flutter::yaml]/resources/parse_yaml.py",
"--yaml_file",
"[START_DIR]/packages/.ci/targets/tests.yaml",
diff --git a/recipes/packages/packages.expected/stable_channel.json b/recipes/packages/packages.expected/stable_channel.json
index 1e45744..fd92d06 100644
--- a/recipes/packages/packages.expected/stable_channel.json
+++ b/recipes/packages/packages.expected/stable_channel.json
@@ -336,7 +336,7 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"RECIPE_MODULE[flutter::yaml]/resources/parse_yaml.py",
"--yaml_file",
"[START_DIR]/packages/.ci/targets/tests.yaml",
diff --git a/recipes/plugins/plugins.expected/mac.json b/recipes/plugins/plugins.expected/mac.json
index d663f72..ce551dc 100644
--- a/recipes/plugins/plugins.expected/mac.json
+++ b/recipes/plugins/plugins.expected/mac.json
@@ -355,7 +355,7 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"RECIPE_MODULE[flutter::yaml]/resources/parse_yaml.py",
"--yaml_file",
"[START_DIR]/plugins/.ci/targets/tests.yaml",
diff --git a/recipes/plugins/plugins.expected/master_channel.json b/recipes/plugins/plugins.expected/master_channel.json
index 3f3ce1b..084d27d 100644
--- a/recipes/plugins/plugins.expected/master_channel.json
+++ b/recipes/plugins/plugins.expected/master_channel.json
@@ -355,7 +355,7 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"RECIPE_MODULE[flutter::yaml]/resources/parse_yaml.py",
"--yaml_file",
"[START_DIR]/plugins/.ci/targets/tests.yaml",
diff --git a/recipes/plugins/plugins.expected/stable_channel.json b/recipes/plugins/plugins.expected/stable_channel.json
index f20e13a..34cc5b3 100644
--- a/recipes/plugins/plugins.expected/stable_channel.json
+++ b/recipes/plugins/plugins.expected/stable_channel.json
@@ -336,7 +336,7 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"RECIPE_MODULE[flutter::yaml]/resources/parse_yaml.py",
"--yaml_file",
"[START_DIR]/plugins/.ci/targets/tests.yaml",
diff --git a/recipes/release/release_builder.expected/basic_linux_beta.json b/recipes/release/release_builder.expected/basic_linux_beta.json
index b3cf267..6ba0a8c 100644
--- a/recipes/release/release_builder.expected/basic_linux_beta.json
+++ b/recipes/release/release_builder.expected/basic_linux_beta.json
@@ -233,7 +233,7 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"RECIPE_MODULE[flutter::yaml]/resources/parse_yaml.py",
"--yaml_file",
"[START_DIR]/mirrors/engine/.ci.yaml",
diff --git a/recipes/release/release_builder.expected/basic_linux_main.json b/recipes/release/release_builder.expected/basic_linux_main.json
index ec69183..6673db4 100644
--- a/recipes/release/release_builder.expected/basic_linux_main.json
+++ b/recipes/release/release_builder.expected/basic_linux_main.json
@@ -234,7 +234,7 @@
},
{
"cmd": [
- "vpython",
+ "vpython3",
"RECIPE_MODULE[flutter::yaml]/resources/parse_yaml.py",
"--yaml_file",
"[START_DIR]/mirrors/engine/.ci.yaml",