Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Composer 2 for fixture creation #126

Merged
merged 3 commits into from
Jan 22, 2021

Conversation

TravisCarden
Copy link
Contributor

@TravisCarden TravisCarden commented Jan 22, 2021

Use the Composer 2 executable from the host for fixture creation on Travis CI for lower memory usage. This fixes jobs that were previously failing with out-of-memory errors.

Note: It is still necessary to use Composer 1 at the beginning of a Travis CI build to install ORCA itself. It is recommended (though not required) to update your .travis.yml file as below so as to always use the latest version of Composer 1 until dependence on it can be removed altogether.

 before_install:
   - nvm use 12.13.1
-  - composer self-update 1.10.16
+  - composer self-update --1
   - ../orca/bin/travis/self-test/before_install.sh
   - ../orca/bin/travis/before_install.sh

@TravisCarden TravisCarden merged commit 9a8c1fd into acquia:develop Jan 22, 2021
@TravisCarden TravisCarden deleted the feature/composer-oom branch January 22, 2021 15:42
@TravisCarden TravisCarden added the enhancement New feature or request label Jan 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant