mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
42 lines
969 B
Diff
42 lines
969 B
Diff
diff --git DEPS DEPS
|
|
index 0139fde15203..c4c89809dfad 100644
|
|
--- DEPS
|
|
+++ DEPS
|
|
@@ -644,20 +644,22 @@ 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'
|
|
- },
|
|
+ # This action fails on Windows builders, see
|
|
+ # https://bitbucket.org/chromiumembedded/cef/issues/2258
|
|
+ #{
|
|
+ # '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',
|