Vagrant: add comment about utility of valgrind on xenial32

This commit is contained in:
Peter Barker 2018-05-17 13:31:06 +10:00 committed by Peter Barker
parent d320e8517d
commit 22916fd97e
1 changed files with 1 additions and 0 deletions

1
Vagrantfile vendored
View File

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