You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.
I havn't found it yet. There is os attribute in repository_ctx, but it looks like it's only exposed in repository rule, that doesn't help us:
/** A Skylark structure to deliver information about the system we are running on. */
@Immutable
@SkylarkModule(
name = "repository_os",
category = SkylarkModuleCategory.NONE,
doc = "Various data about the current platform Bazel is running on."
)
final class SkylarkOS {
[...]
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This line:
would produce claspath that will not work on Windows. It should be ";" on this platform.
I have the same issue in Gerrit build: [1].
[1] https://github.com/GerritCodeReview/gerrit/blob/master/tools/bzl/gwt.bzl#L149
The text was updated successfully, but these errors were encountered: