wolfeidau / rake-bamboo-plugin

Plugin for bamboo which enables building of ruby projects using rake
Other
34 stars 16 forks source link

Slow bundle install #83

Open swistaczek opened 9 years ago

swistaczek commented 9 years ago

Hey, Does any one have a solution for bundler caching when using bamboo?

testzugang commented 9 years ago

Bundle install takes a couple of minutes for a project I'm involved in. As far as we investigated the issue it turns out that resolving dependencies (probably nokigiri and mini_portile) is the cause as it needs most of the time of the task itself. Settings explicit versions might help but we didn't put more effort in so far.