Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish a prebuilt jar with BEP protos to maven #19953

Open
agluszak opened this issue Oct 26, 2023 · 1 comment
Open

Publish a prebuilt jar with BEP protos to maven #19953

agluszak opened this issue Oct 26, 2023 · 1 comment
Labels
team-Core Skyframe, bazel query, BEP, options parsing, bazelrc type: feature request untriaged

Comments

@agluszak
Copy link
Contributor

agluszak commented Oct 26, 2023

Description of the feature request:

In bazel-bsp we have to pull the entire Bazel source code just to get the BEP protos. It would be much more convenient for us if you published the BEP java proto library to maven.

We use the following targets from Bazel:

        "@googleapis//:google_devtools_build_v1_build_events_java_proto",
        "@googleapis//:google_devtools_build_v1_publish_build_event_java_grpc",
        "@googleapis//:google_devtools_build_v1_publish_build_event_java_proto",
        "@io_bazel//src/main/protobuf:deps_java_proto",
        "@io_bazel//src/main/protobuf:failure_details_java_proto",
        "@io_bazel//src/main/protobuf:invocation_policy_java_proto",
        "@io_bazel//src/main/java/com/google/devtools/build/lib/buildeventstream/proto:build_event_stream_java_proto",
        "@io_bazel//third_party/grpc:grpc-jar_checked_in",

Which category does this issue belong to?

Core

What underlying problem are you trying to solve with this feature?

No response

Which operating system are you running Bazel on?

No response

What is the output of bazel info release?

No response

If bazel info release returns development version or (@non-git), tell us how you built Bazel.

No response

What's the output of git remote get-url origin; git rev-parse master; git rev-parse HEAD ?

No response

Have you found anything relevant by searching the web?

No response

Any other information, logs, or outputs that you want to share?

No response

@tjgq
Copy link
Contributor

tjgq commented Oct 26, 2023

See also #15874 #16335

@iancha1992 iancha1992 added the team-Core Skyframe, bazel query, BEP, options parsing, bazelrc label Oct 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
team-Core Skyframe, bazel query, BEP, options parsing, bazelrc type: feature request untriaged
Projects
None yet
Development

No branches or pull requests

5 participants