Browse Source

Vagrant: add comment about utility of valgrind on xenial32

mission-4.1.18
Peter Barker 7 years ago committed by Peter Barker
parent
commit
22916fd97e
  1. 1
      Vagrantfile

1
Vagrantfile vendored

@ -63,6 +63,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| @@ -63,6 +63,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
end
# LTS, EOL April 2021
# this VM is useful for running valgrind on!
config.vm.define "xenial32", autostart: false do |xenial32|
config.vm.box = "ubuntu/xenial32"
config.vm.provision :shell, path: "Tools/vagrant/initvagrant.sh"

Loading…
Cancel
Save