summaryrefslogtreecommitdiff
path: root/Docs.md
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-12-18 21:09:30 -0500
committerGitHub <noreply@github.com>2018-12-18 21:09:30 -0500
commitaa66ef98ea6144abd2d2714fef1dfc8046e01775 (patch)
treeeec266ba13ca4ee8c2c57095ae9e2867dc254ac5 /Docs.md
parent3dbd18af0950400eed7063bef7cb1f7ff27c4a01 (diff)
travis: Set CARGO_HOME to third_party/rust_crates (#1370)
Adds prebuilt hyperfine and sccache binaries Only build test_cc for LSAN Add Cargo.lock Only run benchmarks in master
Diffstat (limited to 'Docs.md')
-rw-r--r--Docs.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/Docs.md b/Docs.md
index 8aa1c4244..659f1eb7b 100644
--- a/Docs.md
+++ b/Docs.md
@@ -387,6 +387,15 @@ We use Flatbuffers to define common structs and enums between TypeScript and
Rust. These common data structures are defined in
https://github.com/denoland/deno/blob/master/src/msg.fbs
+### Internal: Updating prebuilt binaries
+
+```
+./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
+```
+
## Contributing
See