aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/upb
Commit message (Collapse)AuthorAge
* Install python in projects that depend on it. (#6251)Gravatar jonathanmetzman2021-08-20
| | | | | | | When we upgrade to 20.04, python wont be in base-builder and these projects will fail unless they install it. Until then, this change should be a noop. Related: #6180
* Switched upb to Bazel for fuzzing. (#6219)Gravatar Joshua Haberman2021-08-14
| | | | | | | | * Switched upb to Bazel for fuzzing. As of https://github.com/protocolbuffers/upb/pull/405 Bazel now supports cc_fuzz_test() for its fuzzing target. * Updated WORKDIR in Dockerfile.
* Adds project upb (ie micro protobuf) (#4914)Gravatar Catena cyber2021-01-05
|
* Revert "[upb] New Project: upb (#2538)" (#2553)Gravatar jonathanmetzman2019-06-30
| | | | | | This reverts commit d5992e4ef57ef2493c160fb22de1ce8542041f35. Upb is causing exceptions in ClusterFuzz and is completely broken for AFL and libFuzzer.
* [upb] New Project: upb (#2538)Gravatar Google AutoFuzz Team2019-06-26
* Create build.sh * Create Dockerfile * Create project.yaml * Modified Dockerfile and build.sh * Made changes to the build.sh * Made changes to build * Modified build * updated build and project files * Update project.yaml