Skip to content

Commit

Permalink
Revert "vagrant: Add installation support for MacOS 10.15.6."
Browse files Browse the repository at this point in the history
This reverts commit 6e0d4b9.  It was
merged with no review and has various issues (see zulip#16086).

Signed-off-by: Anders Kaseorg <[email protected]>
  • Loading branch information
andersk committed Aug 10, 2020
1 parent 18dcb86 commit f869701
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 @@ -119,12 +119,6 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
vb.memory = vm_memory
vb.cpus = vm_num_cpus
end
config.vm.provider "parallels" do |vb, override|
config.vm.box = "bento/ubuntu-20.04"
config.vm.box_version = "202005.21.0"
vb.memory = vm_memory
vb.cpus = vm_num_cpus
end

$provision_script = <<SCRIPT
set -x
Expand Down

0 comments on commit f869701

Please sign in to comment.