aboutsummaryrefslogtreecommitdiff
path: root/projects/upb
AgeCommit message (Collapse)Author
2021-08-20Install python in projects that depend on it. (#6251)jonathanmetzman
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
2021-08-14Switched upb to Bazel for fuzzing. (#6219)Joshua Haberman
* 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.
2021-01-05Adds project upb (ie micro protobuf) (#4914)Catena cyber
2019-06-30Revert "[upb] New Project: upb (#2538)" (#2553)jonathanmetzman
This reverts commit d5992e4ef57ef2493c160fb22de1ce8542041f35. Upb is causing exceptions in ClusterFuzz and is completely broken for AFL and libFuzzer.
2019-06-26[upb] New Project: upb (#2538)Google AutoFuzz Team
* 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