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

Use bazel rules to simplify build scripts #694

Open
djungelorm opened this issue Mar 13, 2023 · 1 comment
Open

Use bazel rules to simplify build scripts #694

djungelorm opened this issue Mar 13, 2023 · 1 comment
Assignees

Comments

@djungelorm
Copy link
Member

djungelorm commented Mar 13, 2023

A lot of the custom build scripts in tools/build/... can probably be replaced by using rules provided by bazel, including:

This would remove a lot of custom logic and code on our end, instead relying on rules maintained by the bazel developers/community. This will also help with getting the bazel build working on Windows, as these rules are cross platform.

@djungelorm djungelorm changed the title Use bazel python rules to simplify tools/build/python.bzl Use bazel rules to simplify build scripts Mar 15, 2023
@djungelorm
Copy link
Member Author

krpc2 repository now uses rules_dotnet and should be buildable using Bazel on both Linux and Windows. We can do similar here.

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

No branches or pull requests

1 participant