Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make the Gems cache directory configurable. #3012

Merged
merged 2 commits into from
May 7, 2014
Merged

Conversation

yorickpeterse
Copy link
Contributor

See #3011 and the commits for more info. This should be good to go but before this gets merged I'd like a second pair of eyes from @brixen and @dbussink. I also want to wait on Travis to see if I broke anything severe ("works on my box").

Yorick Peterse added 2 commits April 22, 2014 12:25
This directory can be set using the --gems-cache option when configuring
Rubinius. Using this option one can move the Gems cache directory out of the
local working tree if needed. This in turn means CI systems that wipe the local
working tree don't have to constantly re-download the same Gems.

Considering this in itself takes time and RubyGems doesn't always respond this
can save quite the time in a build process. The trade off is that you'll have
to, once in a while, prune this directory to prevent it from ever growing in
size.

Corresponding issue: #3011
This somehow sneaked in. I swear this never happens to me.
brixen added a commit that referenced this pull request May 7, 2014
Make the Gems cache directory configurable.
@brixen brixen merged commit b01fb2d into master May 7, 2014
@yorickpeterse yorickpeterse deleted the configure-gems-cache branch May 7, 2014 17:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants