File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ dnf config-manager setopt fedora-cisco-openh264.enabled=0
2020# Upgrade the system
2121dnf upgrade -y
2222
23+ # Install NFS tools required by Vagrant's "synced folder" functionality
24+ dnf install -y nfs-utils libnfs-utils portmap
2325# Install build & test dependencies
2426dnf install -y attr busybox cryptsetup dnf5-plugins dosfstools fedpkg git jq nc qemu-kvm rpm-build rpmdevtools rust socat \
2527 strace time tmt tpm2-tss-devel util-linux-script ' python3dist(jinja2)'
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ LIB_ROOT="$(dirname "$0")/../common"
88# shellcheck source=common/utils.sh
99. " $LIB_ROOT /utils.sh" || exit 1
1010
11- VAGRANT_PKG_URL=" https://releases.hashicorp.com/vagrant/2.4.1 /vagrant-2.4.1 -1.x86_64.rpm"
11+ VAGRANT_PKG_URL=" https://releases.hashicorp.com/vagrant/2.4.3 /vagrant-2.4.3 -1.x86_64.rpm"
1212WORKAROUNDS_DIR=" $( dirname " $( readlink -f " $0 " ) " ) /workarounds"
1313
1414set -eu
Original file line number Diff line number Diff line change 88set -o pipefail
99
1010OUT_DIR=" ${OUT_DIR:- $PWD } "
11- VAGRANT_PKG_URL=" https://releases.hashicorp.com/vagrant/2.4.1 /vagrant-2.4.1 -1.x86_64.rpm"
11+ VAGRANT_PKG_URL=" https://releases.hashicorp.com/vagrant/2.4.3 /vagrant-2.4.3 -1.x86_64.rpm"
1212
1313[[ ! -d " $OUT_DIR " ]] && mkdir -p " $OUT_DIR "
1414
You can’t perform that action at this time.
0 commit comments