ruby gem install bundler hanging
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?
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
Support Staff 1 Posted by Feodor Fitsner on 20 Aug, 2014 11:59 PM
Hi Jeff,
Is it hanging or just moving slowly?
2 Posted by Jeff Dickey on 21 Aug, 2014 02:25 AM
It usually hangs until timeout
Support Staff 3 Posted by Feodor Fitsner on 21 Aug, 2014 02:42 AM
Could it be that it's asking for some input?
Support Staff 4 Posted by Feodor Fitsner on 21 Aug, 2014 03:31 AM
Would it work if we pre-install bundler to build workers?
5 Posted by Jeff Dickey on 21 Aug, 2014 04:05 AM
it would!
Support Staff 6 Posted by Feodor Fitsner on 21 Aug, 2014 04:12 AM
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.
Support Staff 7 Posted by Feodor Fitsner on 21 Aug, 2014 04:14 AM
Yep, it's
ruby 1.9.3p545 (2014-02-24) [i386-mingw32]
8 Posted by Jeff Dickey on 21 Aug, 2014 04:27 AM
good to know
Support Staff 9 Posted by Feodor Fitsner on 21 Aug, 2014 05:19 AM
OK, bundler gem has been installed. Let me know how it goes.
10 Posted by Jeff Dickey on 21 Aug, 2014 05:30 AM
works so much better now!!
11 Posted by Jeff Dickey on 21 Aug, 2014 05:36 AM
took it all the way down to 2 minutes!
Support Staff 12 Posted by Feodor Fitsner on 21 Aug, 2014 05:46 AM
Cool, thanks for the update!
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 01:47 AM.