Commit Graph

5 Commits

Author SHA1 Message Date
Adam Cozzette f2e4f45161
protobuf-python: Fix build (#11521)
We have merged the upb repo into the main protobuf repo, so the
reference to `@upb` is no longer valid. This change should fix the
protobuf-python build.
2024-01-19 18:01:58 +00:00
MacrabFalke 17c5b35fc1
protobuf-python: Unpin sha256 Dockerfile (#10497) 2023-06-09 14:32:59 +01:00
zhangskz 8fd6d0c182
Add sha256 to Dockerfile (#8930)
Same temporary fix as https://github.com/google/oss-fuzz/pull/8914

Seems to be affected by https://github.com/google/oss-fuzz/issues/8915
per failures in
https://github.com/google/oss-fuzz/actions/runs/3396815368/jobs/5648300142

Co-authored-by: jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>
2022-11-07 16:09:10 +00:00
Mike Kruskal 1a291c1174
Move protobuf python to upb (#8782)
We currently have 3 implementations of protobuf-python (pure python,
C++, and upb). upb has been the default implementation since 21.x
though, and we should be fuzzing against that one. The other two will
eventually be turned down.
2022-10-15 21:36:02 +01:00
DavidKorczynski cacd58c222
python-protobuf: initial integration (#7515)
* python-protobuf: initial integration

* nit

* update to latest python base image
2022-04-08 12:36:07 -04:00