Skip to content

Commit

Permalink
Roll buildroot to pick change to cppwinrt invocation (flutter#25993)
Browse files Browse the repository at this point in the history
* Roll buildroot to pick change to cppwinrt invocation

* disable uwp builders
  • Loading branch information
aam authored May 7, 2021
1 parent ccaae8d commit 2e3a7f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
4 changes: 2 additions & 2 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ allowed_hosts = [
]

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

# Fuchsia compatibility
#
Expand Down Expand Up @@ -662,7 +662,7 @@ hooks = [
'pattern': '.',
'condition': 'download_windows_deps',
'action': [
'python',
'python3',
'src/build/win/generate_winrt_headers.py',
]
}
Expand Down
4 changes: 0 additions & 4 deletions ci/dev/prod_builders.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,6 @@
"name":"Windows Host Engine",
"repo":"engine"
},
{
"name":"Windows UWP Engine",
"repo":"engine"
},
{
"name":"Windows Web Engine",
"repo":"engine"
Expand Down
2 changes: 1 addition & 1 deletion ci/dev/try_builders.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
{
"name":"Windows UWP Engine",
"repo":"engine",
"enabled": true
"enabled": false
},
{
"name":"Windows Web Engine",
Expand Down

0 comments on commit 2e3a7f8

Please sign in to comment.