oss-fuzz/infra/base-images
Fabian Meumertzheim 481280c650
[jazzer] Adapt infra scripting to JVM fuzz targets (#5176)
compile, bad_build_check, and presubmit.py require small tweaks to
support JVM fuzz targets, most of which are similar to those required
for Python. The following additional changes are required:

* Since the Jazzer driver binary already links in libFuzzer, it should
  not be built as a static library.
* It is not clear how to do architecture checks as JVM fuzz targets can
  load their native dependencies dynamically at runtime. For now, the
  check is disabled.
* The Jazzer binaries are moved into $OUT and need to be skipped over in
  find_fuzz_targets.
2021-02-16 07:06:58 -08:00
..
base-builder [jazzer] Adapt infra scripting to JVM fuzz targets (#5176) 2021-02-16 07:06:58 -08:00
base-clang Downgrade llvm to clang-12 for a few weeks. (#5131) 2021-02-07 10:49:07 -08:00
base-image
base-image-debian-testing
base-runner [jazzer] Adapt infra scripting to JVM fuzz targets (#5176) 2021-02-16 07:06:58 -08:00
base-runner-debug Update Dockerfile 2020-09-09 11:53:44 +10:00
base-sanitizer-libs-builder Use more inclusive "blocklist" in code we control. (#5044) 2021-01-25 15:22:50 +11:00
msan-libs-builder
README.md
all.sh Revert msan patch (#4788) 2020-12-04 19:44:46 -08:00

README.md

Building all infra images:

# run from project root
infra/base-images/all.sh