Skip to content

Commit

Permalink
add --disable-install-doc to Ruby configure args
Browse files Browse the repository at this point in the history
  • Loading branch information
timsutton authored and p0deje committed Jun 19, 2024
1 parent b3e5500 commit 9594121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruby/private/download.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ def _install_via_ruby_build(repository_ctx, version):

repository_ctx.report_progress("Installing Ruby %s" % version)
result = repository_ctx.execute(
["ruby-build/bin/ruby-build", "--verbose", version, "dist"],
["ruby-build/bin/ruby-build", "--verbose", version, "dist", "--", "--disable-install-doc"],
timeout = 1200,
quiet = not repository_ctx.os.environ.get("RUBY_RULES_DEBUG", default = False),
)
Expand Down

0 comments on commit 9594121

Please sign in to comment.