Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

Commit

Permalink
speedup gem install in gitlab-ci docker's environments with haveged
Browse files Browse the repository at this point in the history
  • Loading branch information
brodock committed Jul 22, 2016
1 parent e124f2e commit 97ddb3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ variables:
services:
- redis:latest
before_script:
- apt-get update && apt-get install -y --quiet haveged && service haveged start && service haveged status
- gem update --system --no-document
- gem install bundler --no-ri --no-rdoc
- bundle install -j $(nproc) --path vendor --retry 3
Expand Down Expand Up @@ -45,6 +46,7 @@ test:jruby-9.1:
services:
- redis:latest
before_script:
- apt-get update && apt-get install -y --quiet haveged
- jgem update --system --no-document
- jgem install bundler --no-ri --no-rdoc
- bundle install -j $(nproc) --path vendor --retry 3
Expand Down

0 comments on commit 97ddb3f

Please sign in to comment.