Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix fuzzer build and improve fuzz tests on pull requests #218

Merged
merged 2 commits into from
Jan 13, 2022

Commits on Jan 13, 2022

  1. Fix fuzz issue at oss-fuzz

    More information: https://github.com/google/oss-fuzz/runs/4804502678?check_suite_focus=true
    
    Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
    Paulo Gomes committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    bb24137 View commit details
    Browse the repository at this point in the history
  2. Replace cifuzz with custom smoke test

    The official git actions goes through all fluxcd repos, which in
    time will be extremely long and painful to run on each PR.
    This smoke test will ensure the fuzzer correctness until a new
    action is in place to run the process as advised by oss-fuzz.
    
    Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
    Paulo Gomes committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    5f948ef View commit details
    Browse the repository at this point in the history