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
izmalk
changed the title
Rewrite all examples to delete Bazel
Rewrite all examples to use language-specific build systems and environments
Jan 18, 2023
Problem to Solve
We don't want to have our examples as Bazel project. Instead, we should use native tools for every language we use.
Proposed Solution
For the whole repository, we should:
WORKSPACE
,BUILD
in the root and all subdirectories,.bazelrc
,.bazelversion
.README.md
files with new instructions on how to build and use examples without Bazel.Instead of Bazel we should use native tools and most predominant build systems / runtime environments if needed:
The text was updated successfully, but these errors were encountered: