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

[#197] Remove das proto from Dockerfile #279

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Pedrobc89
Copy link
Collaborator

@Pedrobc89 Pedrobc89 commented Feb 21, 2025

closes #197

It is already using the das-proto files defined on MODULE.bazel:

http_archive = use_repo_rule("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "com_github_singnet_das_proto",
    strip_prefix = "das-proto-0.1.14",
    sha256 = "c1e32db184cddb58468139d2fdc592be876c58cf67aa2600a2ec9670ca03cdc9",
    urls = ["https://github.com/singnet/das-proto/archive/refs/tags/0.1.14.tar.gz"],
)

@Pedrobc89 Pedrobc89 self-assigned this Feb 21, 2025
@Pedrobc89 Pedrobc89 added this to the Query Engine milestone Feb 21, 2025
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

Successfully merging this pull request may close these issues.

Make bazel build das-query-engine proto files
2 participants