Skip to content

Commit

Permalink
remove bazel patch
Browse files Browse the repository at this point in the history
  • Loading branch information
keith committed Jun 25, 2024
1 parent 3b13331 commit 791cd96
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 27 deletions.
4 changes: 0 additions & 4 deletions repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -172,10 +172,6 @@ def _non_module_deps(_):
sha256 = bazel_sha256,
strip_prefix = "bazel-" + bazel_version,
url = "https://github.com/bazelbuild/bazel/archive/" + bazel_version + ".zip",
patch_args = ["-p1"],
patches = [
"//third_party/bazel:bazel.patch",
],
)

# LICENSE: The Apache Software License, Version 2.0
Expand Down
23 changes: 0 additions & 23 deletions third_party/bazel/bazel.patch

This file was deleted.

0 comments on commit 791cd96

Please sign in to comment.