Merge pull request #252 from mlocati/build-pickle-without-composer-cache

Instruct composer to not use cache when building pickle
pull/253/head 1.1.33
Michele Locati 2021-01-14 15:37:39 +01:00 committed by GitHub
commit aaf98fe0f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2093,7 +2093,7 @@ buildPickle() {
curl -sSLf https://getcomposer.org/installer | php -- --quiet --install-dir=. --filename=composer --1
printf 'done.\n'
printf 'Installing composer dependencies... '
./composer install --no-dev --no-progress --no-suggest --optimize-autoloader --ignore-platform-reqs --quiet
./composer install --no-dev --no-progress --no-suggest --optimize-autoloader --ignore-platform-reqs --quiet --no-cache
printf 'done.\n'
printf 'Building... '
php -d phar.readonly=0 box.phar build