scripts: Use new virtiofsd url for Rust version
The old URL redirects to this one. Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
parent
9acb69f3e3
commit
e3bb822c4e
2 changed files with 2 additions and 2 deletions
|
|
@ -221,7 +221,7 @@ update_workloads() {
|
|||
VIRTIOFSD_RS_DIR="virtiofsd_rs_build"
|
||||
if [ ! -f "$VIRTIOFSD_RS" ]; then
|
||||
pushd $WORKLOADS_DIR
|
||||
git clone "https://gitlab.com/virtio-fs/virtiofsd-rs.git" $VIRTIOFSD_RS_DIR
|
||||
git clone "https://gitlab.com/virtio-fs/virtiofsd.git" $VIRTIOFSD_RS_DIR
|
||||
pushd $VIRTIOFSD_RS_DIR
|
||||
git checkout v1.1.0
|
||||
time cargo build --release
|
||||
|
|
|
|||
|
|
@ -133,7 +133,7 @@ VIRTIOFSD_RS="$WORKLOADS_DIR/virtiofsd-rs"
|
|||
VIRTIOFSD_RS_DIR="virtiofsd_rs_build"
|
||||
if [ ! -f "$VIRTIOFSD_RS" ]; then
|
||||
pushd $WORKLOADS_DIR
|
||||
git clone "https://gitlab.com/virtio-fs/virtiofsd-rs.git" $VIRTIOFSD_RS_DIR
|
||||
git clone "https://gitlab.com/virtio-fs/virtiofsd.git" $VIRTIOFSD_RS_DIR
|
||||
pushd $VIRTIOFSD_RS_DIR
|
||||
git checkout v1.1.0
|
||||
time cargo build --release
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue