mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Remove unused DEPS hooks. (#3241)
* The lastchange hook wrote a file no one ever read. * We don’t need binutils because we don’t use debug fission on Linux. * We dont use eu-strip.
This commit is contained in:
parent
eaad1b34ee
commit
bb613c35cb
32
DEPS
32
DEPS
@ -181,38 +181,6 @@ hooks = [
|
||||
'pattern': '.',
|
||||
'action': ['python', 'src/tools/dart/update.py'],
|
||||
},
|
||||
{
|
||||
# Update LASTCHANGE. This is also run by export_tarball.py in
|
||||
# src/tools/export_tarball - please keep them in sync.
|
||||
'name': 'lastchange',
|
||||
'pattern': '.',
|
||||
'action': ['python', 'src/build/util/lastchange.py',
|
||||
'-o', 'src/build/util/LASTCHANGE'],
|
||||
},
|
||||
# Pull binutils for linux, enabled debug fission for faster linking /
|
||||
# debugging when used with clang on Ubuntu Precise.
|
||||
# https://code.google.com/p/chromium/issues/detail?id=352046
|
||||
{
|
||||
'name': 'binutils',
|
||||
'pattern': 'src/third_party/binutils',
|
||||
'action': [
|
||||
'python',
|
||||
'src/third_party/binutils/download.py',
|
||||
],
|
||||
},
|
||||
# Pull eu-strip binaries using checked-in hashes.
|
||||
{
|
||||
'name': 'eu-strip',
|
||||
'pattern': '.',
|
||||
'action': [ 'download_from_google_storage',
|
||||
'--no_resume',
|
||||
'--quiet',
|
||||
'--platform=linux*',
|
||||
'--no_auth',
|
||||
'--bucket', 'chromium-eu-strip',
|
||||
'-s', 'src/build/linux/bin/eu-strip.sha1',
|
||||
],
|
||||
},
|
||||
{
|
||||
# Ensure that we don't accidentally reference any .pyc files whose
|
||||
# corresponding .py files have already been deleted.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user