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

Improvement: Bazel as build, test and integration tool #7

Closed
ltekieli opened this issue Nov 27, 2024 · 0 comments
Closed

Improvement: Bazel as build, test and integration tool #7

ltekieli opened this issue Nov 27, 2024 · 0 comments
Assignees

Comments

@ltekieli
Copy link
Member

ltekieli commented Nov 27, 2024

PR: #9

Bazel is the build/test infrastructure of choice for the Score project. Overall integration and
build should be realized using available rule sets or custom rules developed for the project.
This means that the following should be integrated with bazel:

  • code build
  • documentation build
  • test runs
  • binary runs
  • external tooling

Running external tooling outside of Bazel should be limited as much as possible, in order to
streamline the development with simple bazel {build,test,run} command, across multiple
repositories and multiple languages.

All dependencies should be managed thru mechanism available in Bazel. Dependency to host system
should be limited as much as possible.

Each repository should register an entry in the bazel-registry for dependency management between
different modules.

High level integration dependency

Image

Repositories:

  • bazel-registry (implicit dependency, stores version of all modules)
  • process (process description)
  • score (requirements and architecture)
  • reference-integration
  • module1
  • module2
  • ...

References:

@ltekieli ltekieli self-assigned this Nov 27, 2024
ltekieli added a commit that referenced this issue Nov 27, 2024
ltekieli added a commit that referenced this issue Nov 27, 2024
@ltekieli ltekieli linked a pull request Nov 27, 2024 that will close this issue
@ltekieli ltekieli removed a link to a pull request Nov 27, 2024
ltekieli added a commit that referenced this issue Nov 27, 2024
ltekieli added a commit that referenced this issue Nov 27, 2024
ltekieli added a commit that referenced this issue Nov 28, 2024
ltekieli added a commit that referenced this issue Nov 28, 2024
ltekieli added a commit that referenced this issue Nov 28, 2024
ltekieli added a commit that referenced this issue Nov 28, 2024
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

No branches or pull requests

1 participant