The build in the vagrant template failed for several reasons. One issue was that it still used Ubuntu 18.04 as a base image (I upgraded it to 22.04).
The other problem was that the VM only had 1GB of RAM by default. We previously did not want to modify the default because this setting is provider-specific and we did not want to make an assumption about which one is used. Now that we directly link against SoPlex, one step in the compilation required more than 1GB, though and we had to increase the setting. We only set this option for virtualbox which should cover most users. We will add more provider-specific settings if we hear about other use cases.
|