Skip to content

Commit

Permalink
Temporarily depend on a newer version of buildroot (#205)
Browse files Browse the repository at this point in the history
* Temporarily depend on a newer version of buildroot

* Remove the landmines hook
  • Loading branch information
swift-kim authored Nov 11, 2021
1 parent 919eb7e commit eb45900
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ allowed_hosts = [
]

deps = {
'src': 'https://github.com/flutter/buildroot.git' + '@' + '6cee685b6bed193471aa7eaffae1fdc56cef0060',
'src': 'https://github.com/flutter/buildroot.git' + '@' + 'e32fd57c0e35159ae49a51b499be54904c4077be',

# Fuchsia compatibility
#
Expand Down Expand Up @@ -631,17 +631,6 @@ deps = {
}

hooks = [
{
# This clobbers when necessary (based on get_landmines.py). It must be the
# first hook so that other things that get/generate into the output
# directory will not subsequently be clobbered.
'name': 'landmines',
'pattern': '.',
'action': [
'python3',
'src/build/landmines.py',
],
},
{
# Update the Windows toolchain if necessary.
'name': 'win_toolchain',
Expand Down

0 comments on commit eb45900

Please sign in to comment.