Shippable / support

Shippable SaaS customers can report issues and feature requests in this repository
100 stars 28 forks source link

shippable php language node setup too slow #5182

Closed ritch-parker closed 3 years ago

ritch-parker commented 3 years ago

Description of your issue:

Added a new ci integration for repomode/wp-splat-multisite the setup for the shippable yml is:

language: php

php:

Using node from pool dynamic__x86_64Ubuntu_14_04c4_xlarge

setup doing php compile -- is the a way to change this -- unacceptable time to setup php, our builds can not take this long (5 mins plus before even running build code).

https://app.shippable.com/bitbucket/repomode/wp-splat-multisite/runs/1/1/console https://app.shippable.com/bitbucket/repomode/wp-splat-multisite/runs/2/1/console https://app.shippable.com/bitbucket/repomode/wp-splat-multisite/runs/3/1/console

Thanks,

Ritch...

ritch-parker commented 3 years ago

All php language versions

for image v7.2.4 seem to have the same behaviour... current setting is now "7.1.26"

a-murphy commented 3 years ago

Those versions in that image were installed as 7.1, 7.2, and 7.3, so specifying 7.3 instead of 7.3.2 should be much faster (and it's still actually 7.3.2).

ritch-parker commented 3 years ago

Ok, thanks. That looks like it's working.