Skip to content

Commit

Permalink
Patch drush 8.4.8 for PHP 8.1 and make it slimer
Browse files Browse the repository at this point in the history
  • Loading branch information
andypost committed Oct 9, 2021
1 parent e3dbf55 commit 2e989b4
Show file tree
Hide file tree
Showing 9 changed files with 3,377 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
drupal
db
.idea
drush.phar
drush.phar.bak
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,9 @@ build:
push:
@echo "Pushing images for tags: $(TAGS)"
set -e; for i in $(TAGS); do printf "\nPushing $(NAME):$$i \n\n"; docker push $(NAME):$$i; done

drush:
# docker run --rm -u $(shell id -u):$(shell id -g) -v $(CURDIR)/drush8:/srv $(NAME):81 time sh slim-drush.sh
docker run --rm -u $(shell id -u):$(shell id -g) -v $(CURDIR)/drush8:/srv $(NAME):81 time php -dphar.readonly=0 slim-drush.php
cp drush8/drush.phar php8
cp drush8/drush.phar php81
Loading

0 comments on commit 2e989b4

Please sign in to comment.