Skip to content

Commit 1f26624

Browse files
committed
Update rust in run_fuzz.sh script
One of the crates (clap) used by cargo-fuzz needs rustc 1.64.0 or newer and the docker image uses 1.62.1 currently. This patch updates the rust version. Signed-off-by: Gowtham Suresh Kumar <gowtham.sureshkumar@arm.com>
1 parent c0cfccb commit 1f26624

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

fuzz/run_fuzz.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55

66
set -ex
77

8+
# Use the newest version of the Rust toolchain
9+
rustup update
10+
811
# The clean up procedure is called when the script finished or is interrupted
912
cleanup () {
1013
# Stop tpm_server if running

0 commit comments

Comments
 (0)