Currently, the Vagrantfile no longer provisions a machine that can build SOS, as of the recent build changes. Since we have scripts for installing dependencies already, it should be more or less trivial to change the Vagrantfile to just farm out to install-env.sh.
Of course, since nobody seems to actually be using Vagrant for building & testing SOS at the moment (since the dev environment setup process for macOS is no longer massively painful), this is pretty low-priority.
Currently, the
Vagrantfile
no longer provisions a machine that can build SOS, as of the recent build changes. Since we have scripts for installing dependencies already, it should be more or less trivial to change theVagrantfile
to just farm out toinstall-env.sh
.Of course, since nobody seems to actually be using Vagrant for building & testing SOS at the moment (since the dev environment setup process for macOS is no longer massively painful), this is pretty low-priority.