ruby gem install bundler hanging

Jeff Dickey's Avatar

Jeff Dickey

20 Aug, 2014 10:39 PM

Here is my appveyor.yml:

version: "{build}"
clone_depth: 1
platform:
  - x64
  - x86
install:
  - ruby --version
  - gem update --system --no-ri --no-rdoc
  - gem install bundler --no-document
  - bundle install
build_script:
  - ocra bin\heroku
test_script:
  - heroku.exe help
  - heroku.exe status

it is hanging on the gem install bundler --no-document step most runs. Without any real changes I've had a couple pass, but they're very slow. Any ideas?

  1. Support Staff 1 Posted by Feodor Fitsner on 20 Aug, 2014 11:59 PM

    Feodor Fitsner's Avatar

    Hi Jeff,

    Is it hanging or just moving slowly?

  2. 2 Posted by Jeff Dickey on 21 Aug, 2014 02:25 AM

    Jeff Dickey's Avatar

    It usually hangs until timeout

  3. Support Staff 3 Posted by Feodor Fitsner on 21 Aug, 2014 02:42 AM

    Feodor Fitsner's Avatar

    Could it be that it's asking for some input?

  4. Support Staff 4 Posted by Feodor Fitsner on 21 Aug, 2014 03:31 AM

    Feodor Fitsner's Avatar

    Would it work if we pre-install bundler to build workers?

  5. 5 Posted by Jeff Dickey on 21 Aug, 2014 04:05 AM

    Jeff Dickey's Avatar

    it would!

  6. Support Staff 6 Posted by Feodor Fitsner on 21 Aug, 2014 04:12 AM

    Feodor Fitsner's Avatar

    OK, will do that. The only thing is that platform parameter in appveyor.yml won't make any effect as right now only Ruby 1.9.3 x86 is installed on build workers.

    We are going to have the same version management for Ruby as for Node.js, so you can choose version and platform.

  7. Support Staff 7 Posted by Feodor Fitsner on 21 Aug, 2014 04:14 AM

    Feodor Fitsner's Avatar

    Yep, it's ruby 1.9.3p545 (2014-02-24) [i386-mingw32]

  8. 8 Posted by Jeff Dickey on 21 Aug, 2014 04:27 AM

    Jeff Dickey's Avatar

    good to know

  9. Support Staff 9 Posted by Feodor Fitsner on 21 Aug, 2014 05:19 AM

    Feodor Fitsner's Avatar

    OK, bundler gem has been installed. Let me know how it goes.

  10. 10 Posted by Jeff Dickey on 21 Aug, 2014 05:30 AM

    Jeff Dickey's Avatar

    works so much better now!!

  11. 11 Posted by Jeff Dickey on 21 Aug, 2014 05:36 AM

    Jeff Dickey's Avatar

    took it all the way down to 2 minutes!

  12. Support Staff 12 Posted by Feodor Fitsner on 21 Aug, 2014 05:46 AM

    Feodor Fitsner's Avatar

    Cool, thanks for the update!

  13. Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 01:47 AM.

Comments are currently closed for this discussion. You can start a new one.

Keyboard shortcuts

Generic

? Show this help
ESC Blurs the current field

Comment Form

r Focus the comment reply box
^ + ↩ Submit the comment

You can use Command ⌘ instead of Control ^ on Mac