Explorar o código

for now, use old freebsd64 vagrant box for testing

the freebsd12-amd64 one is broken due to some pkg vs. openssl111 issue.
Thomas Waldmann %!s(int64=6) %!d(string=hai) anos
pai
achega
a796ecbe9d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Vagrantfile

+ 1 - 1
Vagrantfile

@@ -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