Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit aa0ff21

Browse files
authored
Migrate engine_v2_builds to python3. (#39404)
* Migrate engine_v2_builds to python3. Python2 has already been deprecated and the the python binary removed from path. * Also use python3 for global generators.
1 parent af02efb commit aa0ff21

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

ci/builders/linux_android_debug_engine.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"tests": [
3535
{
36-
"language": "python",
36+
"language": "python3",
3737
"name": "Host Tests for android_jit_release_x86",
3838
"parameters": [
3939
"--variant",
@@ -115,7 +115,7 @@
115115
},
116116
"tests": [
117117
{
118-
"language": "python",
118+
"language": "python3",
119119
"name": "Host Tests for android_debug",
120120
"parameters": [
121121
"--variant",

ci/builders/linux_host_engine.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
},
5353
"tests": [
5454
{
55-
"language": "python",
55+
"language": "python3",
5656
"name": "Host Tests for host_debug_impeller_vulkan",
5757
"parameters": [
5858
"--variant",
@@ -144,7 +144,7 @@
144144
},
145145
"tests": [
146146
{
147-
"language": "python",
147+
"language": "python3",
148148
"name": "Host Tests for host_profile",
149149
"parameters": [
150150
"--variant",
@@ -194,7 +194,7 @@
194194
},
195195
"tests": [
196196
{
197-
"language": "python",
197+
"language": "python3",
198198
"name": "Host Tests for host_release",
199199
"parameters": [
200200
"--variant",

ci/builders/mac_host_engine.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
},
8080
"tests": [
8181
{
82-
"language": "python",
82+
"language": "python3",
8383
"name": "Host Tests for host_profile",
8484
"parameters": [
8585
"--variant",

ci/builders/mac_ios_engine.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"out/ios_debug_sim_arm64"
8888
],
8989
"script": "flutter/sky/tools/create_full_ios_framework.py",
90-
"language": "python"
90+
"language": "python3"
9191
},
9292
{
9393
"name": "obj-c-doc",

ci/builders/mac_ios_engine_profile.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"out/ios_debug_sim_arm64"
8484
],
8585
"script": "flutter/sky/tools/create_full_ios_framework.py",
86-
"language": "python"
86+
"language": "python3"
8787
}
8888
]
8989
},

ci/builders/mac_ios_engine_release.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"--strip"
8686
],
8787
"script": "flutter/sky/tools/create_full_ios_framework.py",
88-
"language": "python"
88+
"language": "python3"
8989
},
9090
{
9191
"name": "release-nobitcode-FlutterMacOS.framework",
@@ -102,7 +102,7 @@
102102
"--strip"
103103
],
104104
"script": "flutter/sky/tools/create_full_ios_framework.py",
105-
"language": "python"
105+
"language": "python3"
106106
},
107107
{
108108
"name": "Release-macos-gen-snapshots",
@@ -113,7 +113,7 @@
113113
"out/ios_release"
114114
],
115115
"script": "flutter/sky/tools/create_macos_gen_snapshots.py",
116-
"language": "python"
116+
"language": "python3"
117117
}
118118
]
119119
},

ci/builders/windows_host_engine.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
},
4444
"tests": [
4545
{
46-
"language": "python",
46+
"language": "python3",
4747
"name": "Host Tests for host_debug",
4848
"parameters": [
4949
"--variant",

0 commit comments

Comments
 (0)