File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed
Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ single_version_override(
6767 patch_strip = 1 ,
6868 patches = [
6969 "@com_google_protobuf//:Disable_bundle_install.patch" ,
70+ "@com_google_protobuf//:Neverlink_jruby_jars.patch" ,
7071 ],
7172 version = "0.17.3" ,
7273)
Original file line number Diff line number Diff line change 1+ Index: ruby/private/download/BUILD.tpl
2+ IDEA additional info:
3+ Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
4+ <+>UTF-8
5+ ===================================================================
6+ diff --git a/ruby/private/download/BUILD.tpl b/ruby/private/download/BUILD.tpl
7+ --- a/ruby/private/download/BUILD.tpl (revision 26e0ba621cb82933f28a59373cb6a7afe54fae95)
8+ +++ b/ruby/private/download/BUILD.tpl (date 1745340325192)
9+ @@ -33,6 +33,7 @@
10+ ["dist/lib/**/*.jar"],
11+ allow_empty = True,
12+ ),
13+ + neverlink = True,
14+ )
15+
16+ rb_toolchain(
You can’t perform that action at this time.
0 commit comments