-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: don't depend on system patch for go_googleapis dep (#493)
- Loading branch information
1 parent
9fbad40
commit 787519d
Showing
2 changed files
with
25 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
commit 11d5bb9072ed7f73dd4b35017f11472e51cff8d1 | ||
Author: Alex Eagle <[email protected]> | ||
Date: Wed Jul 5 12:31:08 2023 -0700 | ||
|
||
Revert "Make googleapis work on FreeBSD." | ||
|
||
This reverts commit 62b1d302e2fb4af5646ead1eb135aaf5b3c1a0e4. | ||
|
||
diff --git a/go/private/repositories.bzl b/go/private/repositories.bzl | ||
index 44c2da30..467c9054 100644 | ||
--- a/go/private/repositories.bzl | ||
+++ b/go/private/repositories.bzl | ||
@@ -262,7 +262,7 @@ def go_rules_dependencies(force = False): | ||
# releaser:patch-cmd gazelle -repo_root . | ||
Label("//third_party:go_googleapis-gazelle.patch"), | ||
], | ||
- patch_args = ["-E", "-p1"], | ||
+ patch_args = ["-p1"], | ||
) | ||
|
||
# releaser:upgrade-dep golang mock |