Bitrise Build Issue Report template
Description of the issue
Today all our builds started failing with rbenv: version 2.6.3 is not installed
error. We have this version set in .ruby-version
file. When build is ran with remote access, we can indeed see that there is no 2.6.3 version installed:
vagrant$ rbenv versions
system
2.4.9
2.5.7
* 2.6.5 (set by /Users/vagrant/.rbenv/version)
This is a breaking change and also does not match system report https://github.com/bitrise-io/bitrise.io/blob/master/system_reports/osx-xcode-11.2.x.log which lists 2.6.3 as not only available but a default one.
Environment:
Xcode 11.2.x stack
Reproducibility
- Does a “Rebuild” help? (You can trigger a rebuild from the Build’s page, by clicking the “Rebuild” button in the top right corner of a finished build) : No
-
Does a rebuild without caches help? (You can remove the
Cache:Pull
andCache:Push
steps temporarily to not to use the cache, or you can delete all the caches on theSettings
tab of the app. : No - Does the issue happen sporadically, or every time? : Every time
- Does upgrading the build Step to the latest version help? : No
- When did the issue start? : Today (2019-12-14)
Local reproduction
Not applicable