Problem / Motivation
When I attempt to create a simplytest.me sandbox for Drupal Core 11.2.4, I get a build error. The error is reproduceable.
Steps:
1. Go to Simpytest.me
2. In the Evaluate Drupal projects field, type Drupal.
3. In the auto suggest drop down, choose Drupal core.
4. Accept the default of 11.2.4 (11.x)
5. Click Launch sandbox
Expected result: Build completes and lunches sandbox instance of Drupal core 11.2.4.
Actual result: Build fails
There was a build error
This may be the error:
Installation failed, reverting ./composer.json and ./composer.lock to their original content.
Command Failed (Tugboat Error 1064): Exit code: 2; Command: cd stm && composer require --dev --no-install drupal/core:11.2.4 drupal/core-dev:11.2.4
Complete build log
Workaround:
6. Do a build for 11.2.x-dev instead.
Comments
Comment #2
charles belovComment #3
murzGetting the same issue when trying to install the commercetools module:
https://simplytest.me/configure?project=commercetools&version=2.0.x-dev
Changing the core version to 11.1.x resolves the problem.
Comment #4
d.fisher commentedSame issue with the file_browser module.
Comment #5
mglamanConsolidating to #3567067: Stop adding core-dev when building sites
Comment #6
mglaman