Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9db5871

Browse files
Merge pull requestbazelbuild#150 from fmeum:patch-2
PiperOrigin-RevId: 579863971Change-Id: I1fc7f1c03100ddb923442c77739f6ba8a7a239ae
2 parentsb14972c +da02a07 commit9db5871

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

‎toolchains/BUILD‎

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -68,17 +68,6 @@ filegroup(
6868
# TODO: migrate away from using @bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type ?
6969
# toolchain_type(name = "bootstrap_runtime_toolchain_type")
7070

71-
# The Java runtime to extract the bootclasspath from that is then used to compile Java sources.
72-
#
73-
# As the bootclasspath is platform independent, toolchains of this type may have no constraints.
74-
# Purely as an optimization to prevent unnecessary fetches of remote runtimes for other
75-
# architectures, toolchains of this type may have constraints on the execution platform that match
76-
# those on the corresponding compilation toolchain.
77-
#
78-
# Toolchains of this type are only consumed internally by the bootclasspath rule and should not be
79-
# accessed from Starlark.
80-
# toolchain_type(name = "bootstrap_runtime_toolchain_type")
81-
8271
# Points to toolchain[":runtime_toolchain_type"] (was :legacy_current_java_runtime)
8372
java_runtime_alias(name="current_java_runtime")
8473

@@ -179,9 +168,6 @@ cc_library(
179168
]
180169
]
181170

182-
# On Windows, executables end in ".exe", but the label we reach it through
183-
# must be platform-independent. Thus, we create a little filegroup that
184-
# contains the appropriate platform-dependent file.
185171
alias(
186172
name="ijar",
187173
actual=":ijar_prebuilt_binary_or_cc_binary",
@@ -208,12 +194,6 @@ alias(
208194
}),
209195
)
210196

211-
# On Windows, Java implementation of singlejar is used. We create a little
212-
# filegroup that contains the appropriate platform-dependent file.
213-
# Once https://github.com/bazelbuild/bazel/issues/2241 is fixed (that is,
214-
# the native singlejar is used on windows), this file group can be reused since
215-
# on Windows, executables end in ".exe", but the label we reach it through
216-
# must be platform-independent.
217197
alias(
218198
name="singlejar",
219199
actual=":singlejar_prebuilt_or_cc_binary",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp