Skip to content

Commit 2e3a7f8

Browse files
authored
Roll buildroot to pick change to cppwinrt invocation (flutter#25993)
* Roll buildroot to pick change to cppwinrt invocation * disable uwp builders
1 parent ccaae8d commit 2e3a7f8

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

DEPS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ allowed_hosts = [
9696
]
9797

9898
deps = {
99-
'src': 'https://github.com/flutter/buildroot.git' + '@' + '45ce223bc8d8ca88e2eb2f38eb0cf799e39edd06',
99+
'src': 'https://github.com/flutter/buildroot.git' + '@' + '7137efc8964bd91fa13e69af2cd3d1e13007d065',
100100

101101
# Fuchsia compatibility
102102
#
@@ -662,7 +662,7 @@ hooks = [
662662
'pattern': '.',
663663
'condition': 'download_windows_deps',
664664
'action': [
665-
'python',
665+
'python3',
666666
'src/build/win/generate_winrt_headers.py',
667667
]
668668
}

ci/dev/prod_builders.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,6 @@
6868
"name":"Windows Host Engine",
6969
"repo":"engine"
7070
},
71-
{
72-
"name":"Windows UWP Engine",
73-
"repo":"engine"
74-
},
7571
{
7672
"name":"Windows Web Engine",
7773
"repo":"engine"

ci/dev/try_builders.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
{
111111
"name":"Windows UWP Engine",
112112
"repo":"engine",
113-
"enabled": true
113+
"enabled": false
114114
},
115115
{
116116
"name":"Windows Web Engine",

0 commit comments

Comments
 (0)