Skip to content

Commit 92ea2f9

Browse files
committed
fix: patch MODULE correctly
1 parent a1e2cba commit 92ea2f9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.bcr/patches/go_dev_dep.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
diff --git a/MODULE.bazel b/MODULE.bazel
2-
index e63fa5b..9d78a88 100644
2+
index eec026a..4854935 100644
33
--- a/MODULE.bazel
44
+++ b/MODULE.bazel
5-
@@ -50,19 +50,19 @@ use_repo(host, "bazel_lib_host")
5+
@@ -41,26 +41,26 @@ register_toolchains(
66
bazel_dep(
77
name = "gazelle",
88
version = "0.40.0",

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- uses: actions/checkout@v4
5757
- uses: pre-commit/[email protected]
5858
- name: Verify BCR patches
59-
run: patch --dry-run -p1 < .bcr/patches/*.patch
59+
run: patch --dry-run -p1 --fuzz 0 < .bcr/patches/*.patch
6060
# For branch protection settings, this job provides a "stable" name that can be used to gate PR merges
6161
# on "all matrix jobs were successful".
6262
conclusion:

0 commit comments

Comments
 (0)