Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bc3db93

Browse files
committedMar 21, 2024··
move patch
1 parent 5a51801 commit bc3db93

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed
 

‎modules/upb/0.0.0-20230516-61a97ef/patches/0002-Add-utf8_range-dependency.patch

-14
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,3 @@
1-
--- a/MODULE.bazel
2-
+++ b/MODULE.bazel
3-
@@ -9,3 +9,8 @@ bazel_dep(name = "protobuf", version = "23.1", repo_name = "com_google_protobuf"
4-
bazel_dep(name = "abseil-cpp", version = "20230802.0.bcr.1", repo_name = "com_google_absl")
5-
bazel_dep(name = "rules_pkg", version = "0.7.0")
6-
bazel_dep(name = "platforms", version = "0.0.5")
7-
+
8-
+# Do not take the effort to convert utf8_range to Bzlmod as this has been moved to protobuf/third_party
9-
+# See https://github.com/protocolbuffers/utf8_range/commit/1d1ea7e3fedf482d4a12b473c1ed25fe0f371a45
10-
+non_module_deps = use_extension("//:non_module_deps.bzl", "non_module_deps")
11-
+use_repo(non_module_deps, "utf8_range")
12-
diff --git a/non_module_deps.bzl b/non_module_deps.bzl
13-
new file mode 100644
14-
index 00000000..5cc13d7f
151
--- /dev/null
162
+++ b/non_module_deps.bzl
173
@@ -0,0 +1,19 @@

‎modules/upb/0.0.0-20240321-e7430e6/source.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"patch_strip": 1,
66
"patches": {
77
"0001-Add-MODULE.bazel.patch": "sha256-hqZzToQxcGWzrl4WZbvj0z+bygVEvLgFhEQNYNiiTOg=",
8-
"0002-Add-utf8_range-dependency.patch": "sha256-L9jPxcjZqoJh5t9mH4BR01puRI5aUY4jtYptZt5T/p8=",
8+
"0002-Add-utf8_range-dependency.patch": "sha256-zQDiCRqENGZ2Y5+WTjSgmkTWSaRHaU0vefc+XUxksaw=",
99
"0003-Add-textformat-alias.patch": "sha256-IHkHImqzDKY8zQqheZGwuluHqtkFbZgj0wfNXmvHf3w="
1010
}
1111
}

0 commit comments

Comments
 (0)
Please sign in to comment.