- Issue created by @hodba
- π―π΄Jordan Rajab Natshah Jordan
Thanks, Hodba, for reporting.
Are you working in a local development workstation/laptop?
Or on a remote hosted server.From the error message:
exceeded the timeout of 300 seconds.
Any daily in the network may cause an error, while building.
Varbase Media module has the following
"drupal/webp": "1.0-beta6"
in thecomposer.json
file.
https://git.drupalcode.org/project/varbase_media/-/blob/9.0.17/composer....and the following in patches
"drupal/webp": { "Issue #3153137: Using Image Widget Crop in responsive images does not refresh webp image": "https://www.drupal.org/files/issues/2022-01-31/webp-support-image-crop-3153137-12.patch" }
Tested that with Composer ~2.0 and PHP 8.1
Did not face any issue.Try to change the following in your php.ini:
memory_limit = 256MB max_execution_time = 1200
Composer ~2.0
needs more memory to build and finish its task fast.- Varbase 9.0.11 CircleCI Build passed the automated testing process before the release
Using the following build and install steps
https://git.drupalcode.org/project/varbase/-/blob/9.0.11/.circleci/confi...Please, have a look at the following
Varbase documentation
Check out Varbase documentation for more details.
- πΈπΎSyria hodba Dubai
Thank you Rajab for the follow-up, I am deploying it in a local environment, and I am pretty sure that I have the minimum requirements. Surprisingly, it's working fine on the production server with no issues.
I will close this for now and recheck my local configurations and get back to you with my findings.
- Status changed to Closed: works as designed
about 2 years ago 7:47am 30 January 2023 - π―π΄Jordan Rajab Natshah Jordan
You are welcome Hodba,
Good news that the build is working now.
Closing this issue as ( works as designed )
Feel free to re-open this issue or create a new one when needed.