Revert "vagrant: Add installation support for MacOS 10.15.6."

This reverts commit 6e0d4b9502.  It was
merged with no review and has various issues (see #16086).

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2020-08-10 12:10:15 -07:00
parent 18dcb86de5
commit f869701d15
1 changed files with 0 additions and 6 deletions

6
Vagrantfile vendored
View File

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