Thom Toogood

Results 16 comments of Thom Toogood

@maykino this looks to be an upstream issue -- https://github.com/hashicorp/vagrant/issues/10234 There are some workarounds posted in the issue.

linking https://github.com/geerlingguy/drupal-vm/pull/1255

As there's a few of changes required for drush 9, it might be easier to remove this functionality.

You can just remove the latest box eg. `vagrant box remove --box-version=0.8.14` The only difference is that we no longer include xhprof by default, you might just need to increase...

@benjy you can set the PHP memory limit via `config.yml` -- https://github.com/beetboxvm/beetbox/blob/master/.beetbox/config.yml#L20 or increase the VM memory with `vagrant_memory` -- https://github.com/beetboxvm/beetbox/blob/master/provisioning/ansible/config/default.config.yml#L13

@klonos you can create `pre` & `post` provisioning tasks with ansible -- https://beetbox.readthedocs.io/en/latest/configuration/ansible/custom-tasks/ You can see some example in this project for setting folder permissions eg. https://github.com/beetboxvm/beetbox/blob/master/provisioning/ansible/playbook-config.yml#L67-L74 and further info...

I've also been able to replicate this issue

Also very keen on this feature however as a workaround after each release we push an empty commit to `develop` and start a new "Next release" PR. `git -m"Build next...

> break all existing composer dependency setups This is actually the reason we are dropping all other installation methods so it's easier/safer to make BC breaks - https://github.com/beetboxvm/beetbox/issues/391#issue-209679900 But yeah...

@oxyc there's also a test Class which could be useful -- https://github.com/beetboxvm/beetbox/blob/master/tests/PluginTest.php