for now, use old freebsd64 vagrant box for testing

the freebsd12-amd64 one is broken due to some pkg vs. openssl111 issue.
This commit is contained in:
Thomas Waldmann 2019-02-24 14:51:22 +01:00
parent dd2a3d42fb
commit a796ecbe9d
1 changed files with 1 additions and 1 deletions

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