Skip to content

Commit

Permalink
Skip ri/rdoc when installing jruby-launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Oct 23, 2023
1 parent c3bae8b commit 39f77ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/ruby-build
Original file line number Diff line number Diff line change
Expand Up @@ -787,7 +787,7 @@ install_jruby_launcher() {
jruby_version="$(./ruby -e 'puts JRUBY_VERSION' 2>/dev/null)"
[[ $jruby_version != "9.2."* ]] ||
./ruby gem update -q --silent --system 3.3.26 --no-document --no-post-install-message >&4 2>&1
{ ./ruby gem install jruby-launcher
{ ./ruby gem install jruby-launcher --no-document
} >&4 2>&1
}

Expand Down
2 changes: 1 addition & 1 deletion test/build.bats
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@ DEF

assert_build_log <<OUT
jruby [-e,puts JRUBY_VERSION]
jruby [gem,install,jruby-launcher]
jruby [gem,install,jruby-launcher,--no-document]
OUT

run ls "${INSTALL_ROOT}/bin"
Expand Down

0 comments on commit 39f77ff

Please sign in to comment.