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

Closes #16343.

PiperOrigin-RevId: 481937047
Change-Id: I1754f7abf848d9be57574ed4310ed455a03ec7af
  • Loading branch information
limdor authored and copybara-github committed Oct 18, 2022
1 parent 8d76ef1 commit ecd2cb6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions distdir_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -185,12 +185,12 @@ 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",
"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 ecd2cb6

Please sign in to comment.