tests: Bump version of virtiofsd-rs in use to latest tagged

Binary is renamed but for clarity continue using the old name for our
tests.

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford 2022-02-17 16:31:20 +00:00
parent 6f571d5c07
commit 36852795e4
2 changed files with 4 additions and 4 deletions

View File

@ -223,9 +223,9 @@ update_workloads() {
pushd $WORKLOADS_DIR
git clone "https://gitlab.com/virtio-fs/virtiofsd-rs.git" $VIRTIOFSD_RS_DIR
pushd $VIRTIOFSD_RS_DIR
git checkout 21d20035a582fb0389697b1bd7f8331623a77939
git checkout v1.1.0
time cargo build --release
cp target/release/virtiofsd-rs $VIRTIOFSD_RS || exit 1
cp target/release/virtiofsd $VIRTIOFSD_RS || exit 1
popd
rm -rf $VIRTIOFSD_RS_DIR
popd

View File

@ -135,9 +135,9 @@ if [ ! -f "$VIRTIOFSD_RS" ]; then
pushd $WORKLOADS_DIR
git clone "https://gitlab.com/virtio-fs/virtiofsd-rs.git" $VIRTIOFSD_RS_DIR
pushd $VIRTIOFSD_RS_DIR
git checkout 21d20035a582fb0389697b1bd7f8331623a77939
git checkout v1.1.0
time cargo build --release
cp target/release/virtiofsd-rs $VIRTIOFSD_RS || exit 1
cp target/release/virtiofsd $VIRTIOFSD_RS || exit 1
popd
rm -rf $VIRTIOFSD_RS_DIR
popd