Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Benjamin <davidben@chromium.org>2015-02-27 02:34:31 +0300
committerAdam Langley <agl@google.com>2015-02-27 02:49:03 +0300
commit9a7233cda8d8aeeeb4795e2ba8e0dca5bbbb0cf0 (patch)
tree464e300b21d12de43fff348d7b2fe511509a7a15
parenta3e894921e950ffa5ea909ca03a318e8eb90647a (diff)
Add a prebuilt CMake for OS X for the bots.
Built from: 45f4d3fa8a2f61cc092ae461aac4cac1bab4ac6706f98274ea7f314dd315c6d0 cmake-3.1.3.tar.gz We're still waiting on infra before the buildbot master is up, but let's get this ready for when we do; it should be fairly easy. BUG=430237 Change-Id: I3a414743d44052e1aa48759fa5f125db4d4913b5 Reviewed-on: https://boringssl-review.googlesource.com/3670 Reviewed-by: Adam Langley <agl@google.com>
-rw-r--r--util/bot/DEPS20
-rw-r--r--util/bot/cmake-mac.tar.gz.sha11
2 files changed, 21 insertions, 0 deletions
diff --git a/util/bot/DEPS b/util/bot/DEPS
index 9c493335..cc618546 100644
--- a/util/bot/DEPS
+++ b/util/bot/DEPS
@@ -25,6 +25,17 @@ hooks = [
'-s', 'boringssl/util/bot/cmake-linux64.tar.gz.sha1',
],
},
+ {
+ 'name': 'cmake_mac',
+ 'pattern': '.',
+ 'action': [ 'download_from_google_storage',
+ '--no_resume',
+ '--platform=darwin',
+ '--no_auth',
+ '--bucket', 'chromium-tools',
+ '-s', 'boringssl/util/bot/cmake-mac.tar.gz.sha1',
+ ],
+ },
# TODO(davidben): The cycle time on these bots is on the order of seconds, so
# these scripts do not currently make any attempt to avoid the extraction step
# when it's not needed.
@@ -37,4 +48,13 @@ hooks = [
'boringssl/util/bot/cmake-linux64/',
],
},
+ {
+ 'name': 'cmake_mac_extract',
+ 'pattern': '.',
+ 'action': [ 'python',
+ 'boringssl/util/bot/extract.py',
+ 'boringssl/util/bot/cmake-mac.tar.gz',
+ 'boringssl/util/bot/cmake-mac/',
+ ],
+ },
]
diff --git a/util/bot/cmake-mac.tar.gz.sha1 b/util/bot/cmake-mac.tar.gz.sha1
new file mode 100644
index 00000000..cb7251ba
--- /dev/null
+++ b/util/bot/cmake-mac.tar.gz.sha1
@@ -0,0 +1 @@
+310df6945ae7f8c9da559d22f5794ee8e578a663 \ No newline at end of file