Skip to content

Commit

Permalink
Another attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanSteinberg committed Jun 22, 2024
1 parent 94c6d93 commit 49665d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 3 additions & 1 deletion native/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@
# For more details, please check https://github.com/bazelbuild/bazel/issues/18958
###############################################################################

bazel_dep(name = "rules_python", version = "0.33.2")
bazel_dep(name = "rules_python", version = "0.33.2")

register_toolchains("@bazel_tools//tools/python:autodetecting_toolchain")
2 changes: 0 additions & 2 deletions native/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
# Group the sources of the library so that CMake rule have access to it
all_content = """filegroup(name = "all", srcs = glob(["**"]), visibility = ["//visibility:public"])"""

register_toolchains("@bazel_tools//tools/python:autodetecting_toolchain")

http_archive(
name = "com_google_absl",
urls = ["https://github.com/abseil/abseil-cpp/archive/2f9e432cce407ce0ae50676696666f33a77d42ac.zip"],
Expand Down

0 comments on commit 49665d9

Please sign in to comment.