diff options
| author | mokha <mokha@cisco.com> | 2018-11-10 10:42:56 -0700 |
|---|---|---|
| committer | mokha <mokha@cisco.com> | 2018-11-10 10:42:56 -0700 |
| commit | bb09157a49e513218271a8d1910bda0385793ef0 (patch) | |
| tree | 17cdddea87a3e950797f88a7b8d82bd763985841 /bin/cibuild | |
| parent | 75b658de7a773321e4f5f77b458caa7d5c488aad (diff) | |
retry with exponential delay
Diffstat (limited to 'bin/cibuild')
| -rwxr-xr-x | bin/cibuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/cibuild b/bin/cibuild index c373497..499fce9 100755 --- a/bin/cibuild +++ b/bin/cibuild @@ -15,6 +15,7 @@ export RUBY_GC_HEAP_INIT_SLOTS=800000 export RUBY_HEAP_FREE_MIN=100000 export RUBY_HEAP_SLOTS_INCREMENT=400000 export RUBY_HEAP_SLOTS_GROWTH_FACTOR=1 +export CIBUILD=1 ruby -v gem install bundler --no-ri --no-rdoc --conservative |
