~thopiekar/protobuf/+git/protobuf:test_kfm

Last commit made on 2023-04-17
Get this branch:
git clone -b test_kfm https://git.launchpad.net/~thopiekar/protobuf/+git/protobuf

Branch merges

Branch information

Name:
test_kfm
Repository:
lp:~thopiekar/protobuf/+git/protobuf

Recent commits

1f1bd79... by Thomas Van Lenten <email address hidden>

Ensure the ObjC runtime builds for Apple Silicon.

Github doesn't currently have Apple Silicon runners, but we can build for
the target to atleast ensure things are building.

PiperOrigin-RevId: 524929865

8cfd30f... by deannagarcia <email address hidden>

Merge pull request #12459 from protocolbuffers/22.x-202304122338

Update version numbers for 22.3 release

5bc5cd2... by Protobuf Team Bot <email address hidden>

Updating version.json to: 22.4-dev

482156c... by Protobuf Team Bot <email address hidden>

Updating version.json and repo version numbers to: 22.3

69776b0... by deannagarcia <email address hidden>

Merge pull request #12457 from deannagarcia/updateDep

Update UPB dep for 22.3 release

5534225... by Deanna Garcia <email address hidden>

Update UPB dep

21b4fd5... by deannagarcia <email address hidden>

Merge pull request #12453 from protocolbuffers/deannagarcia-patch-5

Fix .gitmodules to use the correct absl branch

f51da1f... by deannagarcia <email address hidden>

Fix .gitmodules to use the correct absl branch

5ddb1fc... by Josh Haberman

Remove ODR violation from WKT codegen (#12406) (#12419)

* Remove ODR violation from WKT codegen (#12406)

Closes #12406

COPYBARA_INTEGRATE_REVIEW=https://github.com/protocolbuffers/protobuf/pull/12406 from mkruskal-google:wkt 1c6748e6aabf55da929558c56b1314c52932153b
PiperOrigin-RevId: 522418175

* Removed legacy target.

---------

Co-authored-by: Mike Kruskal <email address hidden>

f1c7820... by deannagarcia <email address hidden>

Suppress -Wunused-parameter warning for GCC and clang. (#12355)

* Suppress -Wunused-parameter warning for GCC and clang.

Closes https://github.com/protocolbuffers/protobuf/issues/12313

PiperOrigin-RevId: 520066451

* Remove unintended cherrypicked line