Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix drush wrapper #355

Merged
merged 7 commits into from
Nov 14, 2024
Merged

Fix drush wrapper #355

merged 7 commits into from
Nov 14, 2024

Conversation

joecorall
Copy link
Contributor

@joecorall joecorall commented Nov 14, 2024

Due to composer/composer#12164 (specifically https://github.com/composer/composer/pull/12176/files) /var/www/drupal/vendor/bin/drush is a shell script in drush 13.3.1+. Since we're setting the memory limit when calling drush, we can just call drush.php instead.

This should be OK per moshe (drush creator/maintainer) in Drupal slack when discussing a similar issue someone was having

You can call drush.php instead of drush to get it back working

Also while testing this locally added the one missing documentation issue for Mac OS to the README, so we can close #342

@nigelgbanks nigelgbanks merged commit c749d09 into main Nov 14, 2024
74 checks passed
@nigelgbanks nigelgbanks deleted the fix-drush-wrapper branch November 14, 2024 10:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update build instructions for OSX
2 participants