Skip to content

Commit

Permalink
Vagrantfile: Remove VMmare Fusion provider.
Browse files Browse the repository at this point in the history
Ubuntu 14.04 is EOL.  Mac users can use the VirtualBox provider (and
now maybe the Docker provider?).  We can add back the VMware Fusion
provider later if someone cares enough to get it working with Ubuntu
18.04.

Signed-off-by: Anders Kaseorg <[email protected]>
  • Loading branch information
andersk authored and timabbott committed May 29, 2019
1 parent dc11f19 commit 2c0980e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -159,12 +159,6 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
vb.cpus = vm_num_cpus
end

config.vm.provider "vmware_fusion" do |vb, override|
override.vm.box = "puphpet/ubuntu1404-x64"
vb.vmx["memsize"] = vm_memory
vb.vmx["numvcpus"] = vm_num_cpus
end

config.vm.provider "docker" do |d, override|
override.vm.box = nil
d.build_dir = File.join(__dir__, "tools", "setup", "dev-vagrant-docker")
Expand Down

0 comments on commit 2c0980e

Please sign in to comment.