mirror of https://github.com/linkerd/linkerd2.git
parent
64f270b631
commit
c454ac413c
2
BUILD.md
2
BUILD.md
|
@ -310,6 +310,8 @@ yarn karma start --single-run
|
|||
These commands assume a working [Rust](https://www.rust-lang.org)
|
||||
environment.
|
||||
|
||||
Note that we _only_ support the most recent `stable` version of Rust.
|
||||
|
||||
To build and run the Rust proxy:
|
||||
|
||||
```bash
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
# When PROXY_SKIP_TESTS is set and not empty, tests are not run. Otherwise, tests are run
|
||||
# against either unoptimized or optimized proxy code, according to PROXY_UNOPTIMIZED.
|
||||
|
||||
ARG RUST_IMAGE=rust:1.23.0
|
||||
ARG RUST_IMAGE=rust:1.24.0
|
||||
ARG RUNTIME_IMAGE=gcr.io/runconduit/base:2017-10-30.01
|
||||
|
||||
## Builds the proxy as incrementally as possible.
|
||||
|
|
Loading…
Reference in New Issue