From ac2517217634ca8b89e441f5769ab6b916868ee1 Mon Sep 17 00:00:00 2001 From: Michael Zhao Date: Sun, 28 Nov 2021 09:38:52 +0800 Subject: [PATCH] scripts: Fix an error in virtiofsd build commands Signed-off-by: Michael Zhao --- scripts/run_integration_tests_aarch64.sh | 2 +- scripts/run_integration_tests_x86_64.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/run_integration_tests_aarch64.sh b/scripts/run_integration_tests_aarch64.sh index 103818823..a64a42cf2 100755 --- a/scripts/run_integration_tests_aarch64.sh +++ b/scripts/run_integration_tests_aarch64.sh @@ -203,8 +203,8 @@ update_workloads() { if [ ! -f "$VIRTIOFSD_RS" ]; then pushd $WORKLOADS_DIR git clone "https://gitlab.com/virtio-fs/virtiofsd-rs.git" $VIRTIOFSD_RS_DIR - git checkout c847ab63acabed2ed6e6913b9c76bb5099a1d4cb pushd $VIRTIOFSD_RS_DIR + git checkout 21d20035a582fb0389697b1bd7f8331623a77939 time cargo build --release cp target/release/virtiofsd-rs $VIRTIOFSD_RS || exit 1 popd diff --git a/scripts/run_integration_tests_x86_64.sh b/scripts/run_integration_tests_x86_64.sh index 159006279..1f2599083 100755 --- a/scripts/run_integration_tests_x86_64.sh +++ b/scripts/run_integration_tests_x86_64.sh @@ -128,8 +128,8 @@ VIRTIOFSD_RS_DIR="virtiofsd_rs_build" if [ ! -f "$VIRTIOFSD_RS" ]; then pushd $WORKLOADS_DIR git clone "https://gitlab.com/virtio-fs/virtiofsd-rs.git" $VIRTIOFSD_RS_DIR - git checkout c847ab63acabed2ed6e6913b9c76bb5099a1d4cb pushd $VIRTIOFSD_RS_DIR + git checkout 21d20035a582fb0389697b1bd7f8331623a77939 time cargo build --release cp target/release/virtiofsd-rs $VIRTIOFSD_RS || exit 1 popd