From fa34fae55f3a9d103d3d7d38bfffbe65f9d0495d Mon Sep 17 00:00:00 2001 From: Sebastien Boeuf Date: Mon, 13 Jan 2020 16:25:57 +0100 Subject: [PATCH] ci: Move to personal branch for virtiofsd The current virtio-fs-dev branch from the official repo is breaking the build on our Azure VMs because the glibc wrapper for renameat2() syscall does not exist. This branch fixes the problem while the maintainers are fixing the issue upstream. Signed-off-by: Sebastien Boeuf --- scripts/run_integration_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run_integration_tests.sh b/scripts/run_integration_tests.sh index 91a494847..20b5afaf3 100755 --- a/scripts/run_integration_tests.sh +++ b/scripts/run_integration_tests.sh @@ -91,7 +91,7 @@ VIRTIOFSD="$WORKLOADS_DIR/virtiofsd" QEMU_DIR="qemu_build" if [ ! -f "$VIRTIOFSD" ]; then pushd $WORKLOADS_DIR - git clone --depth 1 "https://gitlab.com/virtio-fs/qemu.git" -b "virtio-fs-dev" $QEMU_DIR + git clone --depth 1 "https://github.com/sboeuf/qemu.git" -b "virtio-fs" $QEMU_DIR pushd $QEMU_DIR time ./configure --prefix=$PWD --target-list=x86_64-softmmu time make virtiofsd -j `nproc`