rubygems / bundler

Manage your Ruby application's gem dependencies
https://bundler.io
MIT License
4.88k stars 1.99k forks source link

More paralelization improvements #7630

Closed deivid-rodriguez closed 4 years ago

deivid-rodriguez commented 4 years ago

What was the end-user or developer problem that led to this PR?

The developer problem is that CI is still failing sometimes. The reason is most likely due to side effects when parallelizing specs, since specs still change the current folder globally sometimes.

What is your fix for the problem, implemented in this PR?

My changes stop changing folders globally in more places, to try to alleviate these issues.

deivid-rodriguez commented 4 years ago

Merging this with the hope of making CI more stable. :crossed_fingers:

@bundlerbot merge

ghost commented 4 years ago

Build succeeded