Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-28 | Move prebuilt binaries to third_party (#3227) | Ry Dahl | |
2019-10-03 | Upgrade sccache binaries to 0.2.11 (#3051) | Ryan Dahl | |
2019-01-26 | Upgrade sccache binaries to 0.2.8 (#1576) | Ryan Dahl | |
Binaries are directly from https://github.com/mozilla/sccache/releases/tag/0.2.8 | |||
2018-12-18 | travis: Set CARGO_HOME to third_party/rust_crates (#1370) | Ryan Dahl | |
Adds prebuilt hyperfine and sccache binaries Only build test_cc for LSAN Add Cargo.lock Only run benchmarks in master | |||
2018-12-18 | Remove prebuilt v8 support | Bert Belder | |
2018-11-27 | Use prebuilt V8 library by default. | Ryan Dahl | |
This still retains the ability to build V8 from scratch, with an number of configurations. The prebuilt binaries were created using DENO_BUILD_MODE=release ./tools/build.py v8 |