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

deploy: Fix and validate executability of Jazzer jar #838

Merged
merged 2 commits into from
Aug 31, 2023
Merged

Commits on Aug 31, 2023

  1. deploy: Fix jazzer not being executable

    Since 4d0c74b, the Jazzer jar lacked a
    `Main-Class` attribute.
    fmeum committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    d23bea7 View commit details
    Browse the repository at this point in the history
  2. deploy: Verify that jazzer.jar is a valid Jazzer jar

    Release v0.20.0 failed because the zip containing the Jazzer jar was
    passed in instead of the Jazzer jar itself.
    fmeum committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    4ee7d7a View commit details
    Browse the repository at this point in the history