-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
Testing with trunk ruby 2.5.0dev (2017-10-10 trunk 60155) [x64-mingw32] #30
Comments
Recent RubyGems changed exception hierarchy when requirements aren't met. Instead of raising original `Gem::InstallError` it now raises `Gem::RuntimeRequirementNotMetError` (more specific). Adapt tests to workaround this and be backward compatible. Fixes #30
Thanks for the quick fix. That passed, AV test. Re trunk & 'official', you may recall that I've been building MSYS2/MinGW trunk for quite a while (before RI2), and I was always concentrated on repeatable testing. RI2 / Lars was focused on the runtime and 2.4. Using it is your choice. ruby/spec and rubygems/rubygems are using it, and more soon. I'ts a rolling build done twice a day, I may cancel a build if there's only a real commit or two (ignoring svn commits). Some history here. Previously, I built locally and pushed to BinTray. As noted, now it's built on AV and saved as an artifact. Includes RI2 runtime files. |
Thanks @MSP-Greg, I honestly don't remember a lot of RubyInstaller 😄 re: Once again, thank you for your report and your contributions to Ruby on Windows! |
Luis,
Just forked this, and added trunk to Appveyor. Had two failures that looked version related.
https://ci.appveyor.com/project/MSP-Greg/gem-compiler/build/job/62q08u00mycg9j9o
Hope things are well...
The text was updated successfully, but these errors were encountered: