This repository was archived by the owner on Feb 13, 2023. It is now read-only.
This repository was archived by the owner on Feb 13, 2023. It is now read-only.
Remove Drush make support #1674
Open
Description
Issue Type
- Bug Report
Summary
Drush make
file site generation support has been removed as of Drush 9.0.0, see Remove make from Drush9.
Therefore we should, at some point, completely drop support for Drush make from Drupal VM (especially considering #1672 will start defaulting to Drush 9.0.0 with launcher...). It could still be managed to be used by individuals sticking with Drush 8.x, but they would be on their own making sure it was all working correctly.
For the short-term, I'm reworking the Drush make test to explicitly install Drush 8.1.15 from source so tests still pass. But for this ticket:
- Remove drush make bits from the nginx + drush make automated test.
- Remove drush make mentions in documentation.
- Remove the
example.drupal.make.yml
file. - Open an upstream issue in the
geerlingguy.drupal
role to remove Drush makefile build support as well (after it's gone from Drupal VM... hopefully).