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

[bazel] MVP for building wpilibc + commands framework #7231

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

pjreiniger
Copy link
Contributor

This is a follow up to #6994, which adds compilation support for everything from the commands library down for both C++ and Java. Basically everything but the examples and gui related stuff which will be addressed in follow up PR's as we ease into bazel support.

As with the last PR, all C++ libraries are only built statically, and as a result no jni code or java tests are compiled.

@pjreiniger pjreiniger requested review from a team as code owners October 19, 2024 21:15
@@ -0,0 +1,41 @@
load("@rules_cc//cc:defs.bzl", "cc_library")

def wpi_proto_library(
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The name of this macro should probably explicitly call out it's C++ only

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants