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

Enable build, test, dev, & CI without bazel #1135

Closed
augray opened this issue Dec 9, 2024 · 1 comment
Closed

Enable build, test, dev, & CI without bazel #1135

augray opened this issue Dec 9, 2024 · 1 comment
Labels

Comments

@augray
Copy link
Member

augray commented Dec 9, 2024

Potentially eliminate all bazel usage, including pipeline.bzl . Speak to relevant stakeholders before going that far though. The main goal with this ticket is to allow Sematic to be effectively maintained without relying on bazel.

@augray augray added the build label Dec 9, 2024
github-merge-queue bot pushed a commit that referenced this issue Dec 12, 2024
As part of #1135, we need an alternative way to manage python
dependencies besides bazel. This PR introduces the foundation required
to use [`uv`](https://docs.astral.sh/uv/) to serve this purpose.
Introducing `uv` at python3.12 (a python version currently untested via
bazel) necessitated upgrading some packages, including linting tools, so
there are changes which may not directly appear to be related to
packaging. However, all changes in this PR should not impact logic
(beyond test logic, usually changes to this are noted).

This PR is the first in an expected series of PRs.

---------

Co-authored-by: Josh <[email protected]>
@augray
Copy link
Member Author

augray commented Jan 8, 2025

Done as of #1145

@augray augray closed this as completed Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant