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

Rewrite all examples to use language-specific build systems and environments #145

Open
izmalk opened this issue Jan 18, 2023 · 0 comments
Open

Comments

@izmalk
Copy link
Contributor

izmalk commented 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:

  • Delete all Bazel files, including: WORKSPACE, BUILD in the root and all subdirectories, .bazelrc, .bazelversion.
  • Rewrite 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:

  • Python: Python (using pip to install deps).
  • JS: Node and npm (or yarn).
  • Java: Maven and/or Gradle.
@izmalk izmalk changed the title Rewrite all examples to delete Bazel Rewrite all examples to use language-specific build systems and environments Jan 18, 2023
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

2 participants