Merge pull request #7539 from AkihiroSuda/fix-rocky-ci

Vagrantfile: explicitly specify rsync as the shared folder driver
This commit is contained in:
Samuel Karp
2022-10-16 13:38:06 -07:00
committed by GitHub

2
Vagrantfile vendored
View File

@@ -34,6 +34,8 @@ Vagrant.configure("2") do |config|
v.machine_virtual_size = disk_size v.machine_virtual_size = disk_size
end end
config.vm.synced_folder ".", "/vagrant", type: "rsync"
config.vm.provision 'shell', path: 'script/resize-vagrant-root.sh' config.vm.provision 'shell', path: 'script/resize-vagrant-root.sh'
# Disabled by default. To run: # Disabled by default. To run: