Skip to content

Commit ed12922

Browse files
committed
Set unlimited memory for composer drupal-composer/drupal-project#560
1 parent 72f33e8 commit ed12922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 7/tests/9/tests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ make git-clone url="${GIT_URL}" -f /usr/local/bin/actions.mk
5252
latest_ver=$(git show-ref --tags | grep -P -o '(?<=refs/tags/)9\.[0-9]+\.[0-9]+$' | sort -rV | head -n1)
5353
make git-checkout target="${latest_ver}" -f /usr/local/bin/actions.mk
5454

55-
composer install -n
55+
COMPOSER_MEMORY_LIMIT=-1 composer install -n
5656
# currently in conflict with D9 https://github.com/hechoendrupal/drupal-console/issues/4220
5757
#composer require --dev drupal/console:@stable
5858
composer require drush/drush

0 commit comments

Comments
 (0)