Lullabot / drupal9ci

Command Line Interface for implementing Continuous Integration in Drupal 9
GNU General Public License v3.0
161 stars 55 forks source link

Require core-dev and run composer without memory limit #61

Closed fjgarlin closed 3 years ago

fjgarlin commented 3 years ago

Fixes https://github.com/Lullabot/drupal8ci/issues/29

When trying to set this up I was getting first composer memory errors/issues. Once I got over that I was getting missing packages/extensions that are brought by core-dev.

juampynr commented 3 years ago

Looks good. Thanks @fjgarlin !

fjgarlin commented 3 years ago

You're welcome. I'm trying to get it all working with D9. I just realised that there is another dev dependency used on one of the tests in the custom module that needs adding. I'll quickly create another PR to address this.

I'm having other issues but these are related to D9 and there are some open issues on d.org. If I get everything to work on D9 I'll create another PR.

Thanks for the work on this!