Fabian Meumertzheim
f3304082c2
bazel-rules-fuzzing-test: Link python to python3 ( #9024 )
...
rules_fuzzing uses Bazel 4, which still expects `python` in `PATH`.
Work towards
https://github.com/bazelbuild/rules_fuzzing/pull/212#issuecomment-1317260421
2022-11-22 13:46:47 +11:00
jonathanmetzman
dd2dc162c5
Disable dataflow builds for projects that have enabled it. ( #7968 )
...
* Disable dataflow builds for projects that have enabled it.
Related: https://github.com/google/oss-fuzz/issues/7963
* fix openjpeg
* fix
2022-07-07 13:27:39 +02:00
Stefan Bucur
008c7ec1f5
Switch the cel-cpp project to the new Bazel build script. This reduces the build.sh file to a single line. ( #5549 )
2021-04-02 20:01:49 -07:00
Stefan Bucur
8c1a588bef
Implement the Bazel building recipe as a stand-alone script that can be invoked from build.sh. ( #5548 )
2021-03-31 19:45:00 +00:00
Stefan Bucur
03fb1febc3
Explicitly use the compiler toolchain provided by the OSS-Fuzz environment. ( #5039 )
...
* Explicitly use the compiler toolchain provided by the OSS-Fuzz environment.
* Add script documentation.
2021-01-22 12:58:31 -08:00
Stefan Bucur
5f6c8adc7f
Add test project for the Bazel fuzzing rules. ( #4936 )
...
* Proof of concept for Bazel support in OSS Fuzz.
* Moved the Bazel rules project under a directory with a "-test" suffix, to better convey intent.
* Added copyright header.
* Update year in copyright note.
* Factor out the '_oss_fuzz' package suffix to bash var.
* Moving 'disabled' attribute at the end of the yaml file.
* Simplified Dockerfile due to base image update.
2021-01-22 07:43:10 -08:00