From 8617fd0919558b42e07f7e35e10962ec11092a9f Mon Sep 17 00:00:00 2001 From: "Ganyu (Bruce) Xu" Date: Mon, 11 Dec 2023 00:35:28 -0500 Subject: [PATCH] cargo update --- marvin-toolkit/README.md | 2 +- marvin-toolkit/entrypoint.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/marvin-toolkit/README.md b/marvin-toolkit/README.md index 7863eff9..4e5026bb 100644 --- a/marvin-toolkit/README.md +++ b/marvin-toolkit/README.md @@ -5,6 +5,6 @@ This document describes the procedure for replicating the analysis for the Marvi docker build -t marvin:latest . docker run --rm \ --name marvin \ - -v /home/ec2-user/RSA/marvin-toolkit/Cargo.toml:/home/rust-crypto/marvin-toolkit/example/rust-crypto/Cargo.toml \ + -v /home/ec2-user/RSA/marvin-toolkit/Cargo.toml:/home/rustcrypto/marvin-toolkit/example/rust-crypto/Cargo.toml \ marvin:latest ``` diff --git a/marvin-toolkit/entrypoint.sh b/marvin-toolkit/entrypoint.sh index 62c03ad5..f4327e27 100644 --- a/marvin-toolkit/entrypoint.sh +++ b/marvin-toolkit/entrypoint.sh @@ -2,6 +2,7 @@ # Build the test harness cd example/rust-crypto +cargo update cargo build --profile release cd ~/marvin-toolkit