Skip to content

Commit 093a849

Browse files
DemiMarierbradford
authored andcommitted
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>
1 parent 8c168d9 commit 093a849

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/run_integration_tests_aarch64.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ build_virtiofsd() {
1313
VIRTIOFSD_DIR="$WORKLOADS_DIR/virtiofsd_build"
1414
VIRTIOFSD_REPO="https://gitlab.com/virtio-fs/virtiofsd.git"
1515

16-
checkout_repo "$VIRTIOFSD_DIR" "$VIRTIOFSD_REPO" v1.8.0 "97ea7908fe7f9bc59916671a771bdcfaf4044b45"
16+
checkout_repo "$VIRTIOFSD_DIR" "$VIRTIOFSD_REPO" v1.13.3 "bbf82173682a3e48083771a0a23331e5c23b4924"
1717

1818
if [ ! -f "$VIRTIOFSD_DIR/.built" ]; then
1919
pushd "$VIRTIOFSD_DIR" || exit

scripts/run_integration_tests_x86_64.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ if [ ! -f "$VIRTIOFSD" ]; then
156156
pushd "$WORKLOADS_DIR" || exit
157157
git clone "https://gitlab.com/virtio-fs/virtiofsd.git" $VIRTIOFSD_DIR
158158
pushd $VIRTIOFSD_DIR || exit
159-
git checkout v1.8.0
159+
git checkout v1.13.3
160160
time cargo build --release
161161
cp target/release/virtiofsd "$VIRTIOFSD" || exit 1
162162
popd || exit

0 commit comments

Comments
 (0)