diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2018-12-18 21:09:30 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-18 21:09:30 -0500 |
commit | aa66ef98ea6144abd2d2714fef1dfc8046e01775 (patch) | |
tree | eec266ba13ca4ee8c2c57095ae9e2867dc254ac5 /Docs.md | |
parent | 3dbd18af0950400eed7063bef7cb1f7ff27c4a01 (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.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |