build: Use newer virtiofsd

Switch to a git hash of virtiofsd as unfortunately the last release is
some time ago and does not incorporate a dependency bump that enables it
to work with snapshot-restore.

Signed-off-by: Rob Bradford <rbradford@meta.com>
This commit is contained in:
Rob Bradford
2026-03-25 06:28:19 -07:00
parent 11d8ac48cb
commit a8d962640f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -124,7 +124,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.13.3
git checkout 0f5865629dc995a3e9d5a73b4eb45bb91740bccb
time cargo build --release
cp target/release/virtiofsd "$VIRTIOFSD" || exit 1
popd || exit