Merged
Conversation
8de389f to
df4f108
Compare
OSS Fuzz build environment has some specific, for example, libFuzzer files are named in other way that in LLVM package. The option OSS_FUZZ is introduced to propagate OSS_FUZZ CMake option to luzer build in Tarantool and lunapark builds. Environment variable OSS_FUZZ is used when there is no possibility to pass a CMake option, for example, when luzer installed using luarocks.
df4f108 to
afcf89a
Compare
22 tasks
6 tasks
ligurio
added a commit
to ligurio/oss-fuzz
that referenced
this pull request
Jan 21, 2026
sudo python infra/helper.py build_fuzzers tarantool sudo python infra/helper.py check_build tarantool decimal_new_test sudo python infra/helper.py run_fuzzer tarantool decimal_new_test Depends on google#13929 Depends on ligurio/luzer#73 Depends on ligurio/luzer#74 Depends on ligurio/luzer#76 Depends on ligurio/luzer#78 Depends on ligurio/lunapark#163 Depends on tarantool/tarantool#12097
ligurio
added a commit
to ligurio/oss-fuzz
that referenced
this pull request
Jan 21, 2026
Depends on google#13929 Depends on ligurio/luzer#73 Depends on ligurio/luzer#74 Depends on ligurio/luzer#76 Depends on ligurio/luzer#78 Depends on ligurio/lunapark#163 Depends on tarantool/tarantool#12097
jonathanmetzman
pushed a commit
to google/oss-fuzz
that referenced
this pull request
Jan 22, 2026
- [x] ~~Depends on #13929~~ - [x] ~~Depends on ligurio/luzer#74 - [x] ~~Depends on ligurio/luzer#76 - [x] ~~Depends on ligurio/luzer#78 - [x] ~~Depends on ligurio/lunapark#163 - [x] Depends on tarantool/tarantool#12097
ranok
pushed a commit
to ranok/oss-fuzz
that referenced
this pull request
Jan 22, 2026
- [x] ~~Depends on google#13929~~ - [x] ~~Depends on ligurio/luzer#74 - [x] ~~Depends on ligurio/luzer#76 - [x] ~~Depends on ligurio/luzer#78 - [x] ~~Depends on ligurio/lunapark#163 - [x] Depends on tarantool/tarantool#12097
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
OSS Fuzz build environment has some specific, for example, libFuzzer files are named in other way that in LLVM package.