Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
bug: rbenv: no such command `install' #1671
Comments
|
this means there isn't a suitable the logic changed a bit in 2.8.0: these two paths need to be available, not /shims/, and not in the home directory: could you show |
|
you can work around this by setting |
|
the error message from rbenv is just bad here by the way, ruby build is there but for some reason |
|
another thing you may want to try (if you're interested in early alpha) is https://results.pre-commit.ci (more information here: https://pre-commit.ci) |
|
|
I don't really want all users to use What was the behavior in pre-2.8.0? Why the new requirement? I'll check out the new service. Thanks :) |
|
you can use default_language_version:
ruby: system
I think I might partially revert such that |
|
oh I see, there is a subtle difference from #1509 the code used to call let me change that and see if it makes it better |
|
would you like to try out the patch in #1672? |
|
Success! test results: https://travis-ci.com/github/mozilla-platform-ops/ronin_puppet/jobs/422091909 Thanks for working on this. :) |
fails: https://travis-ci.com/github/mozilla-platform-ops/ronin_puppet/jobs/420816191
passes: https://travis-ci.com/github/mozilla-platform-ops/ronin_puppet/jobs/420881311
The difference in the failing job is pre-commit 2.8.1 (passing is using 2.7.1). It seems similar to https://stackoverflow.com/questions/17618113/the-command-rbenv-install-is-missing... perhaps Travis doesn't include that particular bit.
failure log snippet: