Skip to content

Commit

Permalink
Remove patching for WORKSPACE file (#2355)
Browse files Browse the repository at this point in the history
Bazel will always override the external repository's WORKSPACE file by `workspace_file`, `workspace_file_content` or an created file with "workspace(name =`<name in repo rule>`)"
  • Loading branch information
meteorcloudy authored and Jay Conrod committed Feb 3, 2020
1 parent 9d470cc commit 0a2947e
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions third_party/go_googleapis-directives.patch
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,6 @@ diff -urN b/BUILD.bazel c/BUILD.bazel
+# gazelle:proto_group go_package
+# gazelle:exclude gapic
+# gazelle:exclude third_party
diff -urN b/WORKSPACE c/WORKSPACE
--- b/WORKSPACE 2000-01-01 00:00:00.000000000 -0000
+++ c/WORKSPACE 2000-01-01 00:00:00.000000000 -0000
@@ -1,4 +1,4 @@
-workspace(name = "com_google_googleapis")
+workspace(name = "go_googleapis")

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

diff -urN b/google/BUILD.bazel c/google/BUILD.bazel
--- b/google/BUILD.bazel 1969-12-31 19:00:00.000000000 -0500
+++ c/google/BUILD.bazel 2000-01-01 00:00:00.000000000 -0000
Expand Down

0 comments on commit 0a2947e

Please sign in to comment.