Skip to content

Commit

Permalink
Update upb to the latest in 21.x branch
Browse files Browse the repository at this point in the history
Some of the commits needed from this branch are:
- Do not have globs that do not glob anything
- Do not use platfroms from bazel_tools

This is needed in order to flip the disallowance of empty globs
  • Loading branch information
limdor committed Sep 27, 2022
1 parent 901c75e commit cdf1c09
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions distdir_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -185,12 +185,13 @@ DIST_DEPS = {
],
},
"upb": {
"archive": "e5f26018368b11aab672e8e8bb76513f3620c579.tar.gz",
"sha256": "03b642a535656560cd95cab3b26e8c53ce37e472307dce5bb7e47c9953bbca0f",
"strip_prefix": "upb-e5f26018368b11aab672e8e8bb76513f3620c579",
"archive": "a5477045acaa34586420942098f5fecd3570f577.tar.gz",
"sha256": "cf7f71eaff90b24c1a28b49645a9ff03a9a6c1e7134291ce70901cb63e7364b5",
"strip_prefix": "upb-a5477045acaa34586420942098f5fecd3570f577",
"urls": [
"https://mirror.bazel.build/github.com/protocolbuffers/upb/archive/e5f26018368b11aab672e8e8bb76513f3620c579.tar.gz",
"https://github.com/protocolbuffers/upb/archive/e5f26018368b11aab672e8e8bb76513f3620c579.tar.gz",
# Uncomment once uploaded to bazel mirror
# "https://mirror.bazel.build/github.com/protocolbuffers/upb/archive/a5477045acaa34586420942098f5fecd3570f577.tar.gz",
"https://github.com/protocolbuffers/upb/archive/a5477045acaa34586420942098f5fecd3570f577.tar.gz",
],
"used_in": [
"additional_distfiles",
Expand Down

0 comments on commit cdf1c09

Please sign in to comment.