1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-24 16:55:36 +00:00

Merge pull request #4395 from ThomasWaldmann/freebsd-vm

for now, use old freebsd64 vagrant box for testing
This commit is contained in:
TW 2019-02-24 14:52:05 +01:00 committed by GitHub
commit ab354169c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Vagrantfile vendored
View file

@ -272,7 +272,7 @@ Vagrant.configure(2) do |config|
end
config.vm.define "freebsd64" do |b|
b.vm.box = "freebsd12-amd64"
b.vm.box = "freebsd64"
b.vm.provider :virtualbox do |v|
v.memory = 1024 + $wmem
end