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

build: introducing bazel #8

Merged
merged 5 commits into from
Jun 1, 2024
Merged

build: introducing bazel #8

merged 5 commits into from
Jun 1, 2024

Conversation

sarvsav
Copy link
Owner

@sarvsav sarvsav commented Jun 1, 2024

Pull Request πŸš€

Description πŸ“

[Describe what this PR accomplishes]

Related Issue (Bug πŸ›, Feature πŸ’‘, Documentation πŸ“„)

[Closes #(issue number)]

Checklist βœ…

  • I have read the CONTRIBUTING.md document.
  • I have tested this code locally.
  • I have added appropriate comments to my code.
  • I have updated the documentation accordingly.
  • I have followed the coding style guidelines.

Screenshots (if applicable) πŸ–ΌοΈ

[Attach any relevant screenshots or GIFs]

Additional Notes ℹ️

[Add any additional notes or context for reviewers]

Links to resources πŸ”—

[Provides the link that has been used to solve this issue]

Why: For heremetic builds

How: By using bazel

.bazelrc - defined the enable bzlmod command for all bazel related commands
BUILD.bazel - TOP level BUILD file
MODULE.bazel - Define the modules required for the project
WORKSPACE - Checkpoint for project root
scripts/shell/install.sh - Adds the tools to install for building the project
scripts/shell/main.bash - Removed atlas
.gitignore - Using the default bazel ignore

Tags: [Bazel]
Why: To build protobuffers
How: Using bazel, protoc
Tags: [bazel, protoc]
Why: to access resources
How: by updating permission
Tags: [semantic pr]
@sarvsav sarvsav changed the title Introducing bazel build: Introducing bazel Jun 1, 2024
@sarvsav sarvsav changed the title build: Introducing bazel build: introducing bazel Jun 1, 2024
@sarvsav sarvsav merged commit 78a3935 into main Jun 1, 2024
6 of 10 checks passed
@sarvsav sarvsav deleted the introducing-bazel branch June 1, 2024 21:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant