mirror of https://github.com/borgbackup/borg.git
do not install llfuse on netbsd (broken)
it even breaks the whole build / installation.
This commit is contained in:
parent
91d1a4f76f
commit
d6d4d318ca
|
@ -438,7 +438,7 @@ Vagrant.configure(2) do |config|
|
|||
end
|
||||
b.vm.provision "packages netbsd", :type => :shell, :inline => packages_netbsd
|
||||
b.vm.provision "build env", :type => :shell, :privileged => false, :inline => build_sys_venv("netbsd64")
|
||||
b.vm.provision "install borg", :type => :shell, :privileged => false, :inline => install_borg("netbsd64")
|
||||
b.vm.provision "install borg", :type => :shell, :privileged => false, :inline => install_borg_no_fuse("netbsd64")
|
||||
b.vm.provision "run tests", :type => :shell, :privileged => false, :inline => run_tests("netbsd64")
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue