Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(311)

Unified Diff: DEPS

Issue 1150033006: Add support for Mac vs. Linux sky_server builds (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Add missing sha1 file Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | sky/HACKING.md » ('j') | sky/HACKING.md » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index 9f5ba680a6b701604a485fb66e3398e72c779b58..5133110e2801047edc19728f02df5a9756342da6 100644
--- a/DEPS
+++ b/DEPS
@@ -251,6 +251,29 @@ hooks = [
'-s', 'src/buildtools/mac/clang-format.sha1',
],
},
+ # Pull sky_server binaries using checked-in hashes.
+ {
+ 'name': 'sky_server_linux',
+ 'pattern': '.',
+ 'action': [ 'download_from_google_storage',
+ '--no_resume',
+ '--platform=linux*',
+ '--no_auth',
+ '--bucket', 'mojo',
+ '-s', 'src/sky/tools/skygo/linux64/sky_server.sha1',
+ ],
+ },
+ {
+ 'name': 'sky_server_mac',
+ 'pattern': '.',
+ 'action': [ 'download_from_google_storage',
+ '--no_resume',
+ '--platform=darwin',
+ '--no_auth',
+ '--bucket', 'mojo',
+ '-s', 'src/sky/tools/skygo/mac/sky_server.sha1',
+ ],
+ },
# 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
« no previous file with comments | « no previous file | sky/HACKING.md » ('j') | sky/HACKING.md » ('J')

Powered by Google App Engine
This is Rietveld 408576698