diff options
author | Ry Dahl <ry@tinyclouds.org> | 2019-10-28 22:04:24 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-28 22:04:24 -0400 |
commit | 38f01f73a485def7cf5d391b18359db2b509782d (patch) | |
tree | 258987728efbbfedcd917ab15441d097ae8447c8 /std/manual.md | |
parent | a7992e77037353ee4c7d3d480dcbd907961087bd (diff) |
Move prebuilt binaries to third_party (#3227)
Diffstat (limited to 'std/manual.md')
-rw-r--r-- | std/manual.md | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/std/manual.md b/std/manual.md index fdace4605..f640618ff 100644 --- a/std/manual.md +++ b/std/manual.md @@ -1160,15 +1160,6 @@ The core binding layer for Deno. It is released as a with a binding API called "libdeno". See the crate documentation for more details. -### Updating prebuilt binaries - -```shell -$ ./third_party/depot_tools/upload_to_google_storage.py -b denoland \ - -e ~/.config/gcloud/legacy_credentials/ry@tinyclouds.org/.boto `which sccache` -$ mv `which sccache`.sha1 prebuilt/linux64/ -$ gsutil acl ch -u AllUsers:R gs://denoland/608be47bf01004aa11d4ed06955414e93934516e -``` - ### Continuous Benchmarks See our benchmarks [over here](https://deno.land/benchmarks.html) |