Skip to content

Commit

Permalink
[CI-Examples] Rust: add note on the need for the latest Rust compiler
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitrii Kuvaiskii <[email protected]>
  • Loading branch information
Dmitrii Kuvaiskii committed Jul 26, 2024
1 parent ca715b9 commit a173a4f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CI-Examples/rust/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ The bind address and port are hardcoded in `src/main.rs`.
NOTE: The "benchmark-http.sh" script uses the wrk benchmark (wrk2) under the
hood. Please refer to https://github.com/giltene/wrk2.

NOTE: The Tokio crate is known to require sufficiently new Rust compiler
(`rustc`). Such new version may not be installed by the OS distro Rust package.
In such case, please install the latest stable Rust compiler manually, e.g., via
https://rustup.rs/.

```sh
# build the program and the final manifest
make SGX=1
Expand Down

0 comments on commit a173a4f

Please sign in to comment.