google / google/clusterfuzzlite

There doesn't seem to be a way to exclude corpora from artifacts

Open
#84 7 comments 0 reactions 0 assignees View on GitHub
Dominant language
No language data
Stars
536
Forks
54
PR merge metrics
No merged PRs in 30d

Description

From https://github.com/google/oss-fuzz/pull/7186#issuecomment-1025000134

I think CFLite should pass `UPLOAD_BUILD` to `build_fuzzers` to make it possible to exclude those large corpora from artifacts. Without that environment variable I can't skip that step with something like
```sh
if [[ "$MERGE_WITH_OSS_FUZZ_CORPORA" == "yes" ]]; then

# When the latest builds are uploaded by CFLite the large OSS-Fuzz corpora
# should be excluded regardless of whether MERGE_WITH_OSS_FUZZ_CORPORA
# is set to "yes" or not.
[[ "$UPLOAD_BUILD" == "true" ]] && exit 0
....
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.