Explorar el Código

Merge pull request #4395 from ThomasWaldmann/freebsd-vm

for now, use old freebsd64 vagrant box for testing
TW hace 6 años
padre
commit
ab354169c0
Se han modificado 1 ficheros con 1 adiciones y 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