This repository was archived by the owner on Feb 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -262,7 +262,7 @@ allowed_hosts = [
262262]
263263
264264deps = {
265- 'src' : 'https://github.com/flutter/buildroot.git' + '@' + 'f4b39f2bb89accd10cf097a6dedee5bcf9229286 ' ,
265+ 'src' : 'https://github.com/flutter/buildroot.git' + '@' + 'ab1d95b34a806908a4a4b4cd9a6246e564e59566 ' ,
266266
267267 'src/third_party/rapidjson' :
268268 Var ('fuchsia_git' ) + '/third_party/rapidjson' + '@' + 'ef3564c5c8824989393b87df25355baf35ff544b' ,
@@ -981,6 +981,17 @@ hooks = [
981981 'pattern' : '.' ,
982982 'action' : ['python3' , 'src/build/vs_toolchain.py' , 'update' ],
983983 },
984+ {
985+ # Ensure that we don't accidentally reference any .pyc files whose
986+ # corresponding .py files have already been deleted.
987+ 'name' : 'remove_stale_pyc_files' ,
988+ 'pattern' : 'src/tools/.*\\ .py' ,
989+ 'action' : [
990+ 'python3' ,
991+ 'src/tools/remove_stale_pyc_files.py' ,
992+ 'src/tools' ,
993+ ],
994+ },
984995 {
985996 'name' : 'dia_dll' ,
986997 'pattern' : '.' ,
Original file line number Diff line number Diff line change 44../../../.github
55../../../.gitignore
66../../../.gn
7+ ../../../.ycm_extra_conf.py
78../../../AUTHORS
89../../../CODEOWNERS
910../../../README.md
31113112../../../third_party/zlib/google/zip_unittest.cc
31123113../../../third_party/zlib/patches/README
31133114../../../third_party/zlib/zlib.3
3115+ ../../../tools
You can’t perform that action at this time.
0 commit comments