scripts: Upgrade virtiofsd to 1.13.3

Testing generic vhost-user devices will require virtiofsd to support the
--tag option, which v1.8.0 does not support.

Signed-off-by: Demi Marie Obenour <demiobenour@gmail.com>
This commit is contained in:
Demi Marie Obenour
2026-01-29 19:28:43 -05:00
committed by Rob Bradford
parent 8c168d928f
commit 093a8497d0
2 changed files with 2 additions and 2 deletions

View File

@@ -156,7 +156,7 @@ if [ ! -f "$VIRTIOFSD" ]; then
pushd "$WORKLOADS_DIR" || exit
git clone "https://gitlab.com/virtio-fs/virtiofsd.git" $VIRTIOFSD_DIR
pushd $VIRTIOFSD_DIR || exit
git checkout v1.8.0
git checkout v1.13.3
time cargo build --release
cp target/release/virtiofsd "$VIRTIOFSD" || exit 1
popd || exit