Skip to content

Commit

Permalink
repo-sync-2024-05-28T11:58:43+0800
Browse files Browse the repository at this point in the history
  • Loading branch information
anakinxc committed May 28, 2024
1 parent 2fa43aa commit 27fd2d4
Show file tree
Hide file tree
Showing 8 changed files with 817 additions and 41 deletions.
28 changes: 0 additions & 28 deletions .github/workflows/publish.yml

This file was deleted.

14 changes: 7 additions & 7 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ load("@rules_python//python:repositories.bzl", "py_repositories")

py_repositories()

load("@pybind11_bazel//:python_configure.bzl", "python_configure")

python_configure(
name = "local_config_python",
python_version = "3",
)

load(
"@rules_foreign_cc//foreign_cc:repositories.bzl",
"rules_foreign_cc_dependencies",
Expand Down Expand Up @@ -72,13 +79,6 @@ load("@xla//:workspace0.bzl", "xla_workspace0")

xla_workspace0()

load("@pybind11_bazel//:python_configure.bzl", "python_configure")

python_configure(
name = "local_config_python",
python_version = "3",
)

load("@rules_proto_grpc//:repositories.bzl", "rules_proto_grpc_repos", "rules_proto_grpc_toolchains")

rules_proto_grpc_toolchains()
Expand Down
Loading

0 comments on commit 27fd2d4

Please sign in to comment.