Vagrantfile: Also sync internal git files, for DXVK build

This commit is contained in:
Andrew Eikum 2018-11-05 08:40:50 -06:00
parent 4c0bfb80c1
commit 49ed1889a6

2
Vagrantfile vendored
View File

@ -12,7 +12,7 @@ Vagrant.configure(2) do |config|
v.memory = `grep 'MemTotal' /proc/meminfo | sed -e 's/MemTotal://' -e 's/ kB//'`.to_i / 1024 / 2
end
config.vm.synced_folder ".", "/home/vagrant/proton", type: "rsync", rsync__exclude: [".git/", "/output/"], rsync__args: ["--verbose", "--archive", "-z", "--links", "--update"]
config.vm.synced_folder ".", "/home/vagrant/proton", type: "rsync", rsync__exclude: ["/output/"], rsync__args: ["--verbose", "--archive", "-z", "--links", "--update"]
config.vm.provision "shell", privileged: "true", inline: <<-SHELL
dpkg --add-architecture i386