From 281379bbbc0611dd946d6b93858f6569249014f5 Mon Sep 17 00:00:00 2001 From: Marshall Greenblatt Date: Tue, 12 Sep 2017 15:02:06 -0400 Subject: [PATCH] Windows: Remove get_syzygy_binaries.py build step (issue #2258) --- patch/patches/DEPS.patch | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 patch/patches/DEPS.patch diff --git a/patch/patches/DEPS.patch b/patch/patches/DEPS.patch new file mode 100644 index 000000000..667cc54b2 --- /dev/null +++ b/patch/patches/DEPS.patch @@ -0,0 +1,25 @@ +diff --git DEPS DEPS +index 64d6cfe9f8b3..89a81358e899 100644 +--- DEPS ++++ DEPS +@@ -644,20 +644,6 @@ hooks = [ + 'name': + 'drmemory' + }, +- { +- 'action': [ +- 'python', +- 'src/build/get_syzygy_binaries.py', +- '--output-dir=src/third_party/syzygy/binaries', +- '--revision=190dbfe74c6f5b5913820fa66d9176877924d7c5', +- '--overwrite', +- '--copy-dia-binaries' +- ], +- 'pattern': +- '.', +- 'name': +- 'syzygy-binaries' +- }, + { + 'action': [ + 'python',