From 38f01f73a485def7cf5d391b18359db2b509782d Mon Sep 17 00:00:00 2001 From: Ry Dahl Date: Mon, 28 Oct 2019 22:04:24 -0400 Subject: Move prebuilt binaries to third_party (#3227) --- std/manual.md | 9 --------- 1 file changed, 9 deletions(-) (limited to 'std') 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) -- cgit v1.2.3