laruence / yar

Light, concurrent RPC framework for PHP & C
Other
1.43k stars 319 forks source link

Don't update up-to-date deps #156

Closed cmb69 closed 4 years ago

cmb69 commented 4 years ago

Since the PHP build dependencies are cached anyway, we only update them if there are actually updates available. This should drastically improve the required build times.

cmb69 commented 4 years ago

See https://ci.appveyor.com/project/cmb69/yar/builds/31772275 for the results; the first two jobs had already been cached, and as such ran much faster.