Merge pull request #105 from charlieok/disable_rsync

disable rsync
This commit is contained in:
Charlie O'Keefe 2021-02-22 17:04:36 -07:00 committed by GitHub
commit 2b5d99af07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

5
Vagrantfile vendored
View File

@ -23,6 +23,11 @@ Vagrant.configure(2) do |config|
v.memory = 4096
v.cpus = 2
end
# Added to disable synced folders
# https://www.vagrantup.com/docs/synced-folders/basic_usage#disabling
config.vm.synced_folder ".", "/vagrant", disabled: true
# gitian.vm.synced_folder "~/.gnupg", "/home/vagrant/.gnupg", type: "sshfs"
# gitian.vm.synced_folder "./gitian.sigs", "/home/vagrant/gitian.sigs", create: true
# gitian.vm.synced_folder "./zcash-binaries", "/home/vagrant/zcash-binaries", create: true