Skip to content

Commit

Permalink
Fix memory errors and version of ctools w/ fatal error
Browse files Browse the repository at this point in the history
  • Loading branch information
mglaman committed Jan 28, 2020
1 parent f9ea988 commit 2e112a3
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ commands:
- checkout
- run: sudo apt-get update && sudo apt-get install -y libpng-dev libjpeg62-turbo-dev
- run: sudo docker-php-ext-install gd
- run:
name: Disable PHP memory limit
command: echo 'memory_limit=-1' | sudo tee -a /usr/local/etc/php/php.ini
- run:
name: Disable xdebug PHP extension
command: sudo rm /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini
- restore_cache:
keys:
- *composer-cache
Expand All @@ -23,7 +29,6 @@ commands:
key: *composer-cache
paths:
- ~/.composer/cache

build-phar:
steps:
- run: echo "Downloading box.phar version $BOX_VERSION"
Expand Down Expand Up @@ -200,7 +205,7 @@ jobs:
- build-phar
- create-drupal-project
- require-contrib:
project: drupal/ctools:^3
project: drupal/ctools:3.x-dev
- run:
name: Phar - Run against a module
command: |
Expand Down

0 comments on commit 2e112a3

Please sign in to comment.