Skip to content

Commit

Permalink
Merge pull request #31 from follow39/remove_dead_code
Browse files Browse the repository at this point in the history
Remove dead code
  • Loading branch information
follow39 authored Jul 10, 2024
2 parents 0973068 + 23a133d commit e6793b5
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,6 @@ module(

git_repository = use_repo_rule("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")

# bazel_dep(
# name = "hermetic_cc_toolchain",
# version = "3.1.0",
# dev_dependency = True,
# )

# toolchains = use_extension("@hermetic_cc_toolchain//toolchain:ext.bzl", "toolchains")
# use_repo(toolchains, "zig_sdk")

# register_toolchains(
# "@zig_sdk//toolchain:linux_amd64_gnu.2.31",
# "@zig_sdk//toolchain:linux_arm64_gnu.2.31",
# "@zig_sdk//toolchain:darwin_amd64",
# "@zig_sdk//toolchain:darwin_arm64",
# "@zig_sdk//toolchain:windows_amd64",
# "@zig_sdk//toolchain:windows_arm64",
# )

bazel_dep(
name = "bazel_skylib",
version = "1.7.1",
Expand Down

0 comments on commit e6793b5

Please sign in to comment.