-
-
Notifications
You must be signed in to change notification settings - Fork 192
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 tests pass on debian jessie #360
base: master
Are you sure you want to change the base?
Conversation
Perhaps we should have |
That part (exit non-zero after an error) seems to work properly already. The trouble is just that (without this change) the next time you run |
btw I noticed a bit too late that the "just major version" change here duplicates #331. The discussion there says "8.0 is there now" but today 8.3 isn't there so it's broken again. I looked at the RVM source code (from which the code here was originally taken) and the current version uses only the major version. I figured things are most likely to keep working if chruby uses the same url RVM itself uses. |
I'm going to experiment with trying to move the ruby version/path variables into the Makefile, that way we can define an explicit dependency on |
@postmodern if the idea is to avoid the extra "done" file, moving the "skip if done" responsibility from |
@tomclegg ah yes, let's move the directory test to |
@postmodern is 0b14dbc more to your liking? |
No description provided.