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

Update rpminspect test #4868

Merged
merged 1 commit into from
Oct 2, 2024
Merged

Update rpminspect test #4868

merged 1 commit into from
Oct 2, 2024

Commits on Oct 2, 2024

  1. Update rpminspect test

    The pom.xml files have been updated to define the target
    Java version using maven.compiler.release property. The
    maven-compiler-plugin is no longer used so it has been
    removed.
    
    The pki-rpminspect.yaml has been updated to no longer
    define the javabytecode requirement so it will use the
    standard requirement for the platform.
    
    The rpminspect test has been updated to call rpminspect
    directly in separate steps to make it easier to inspect
    the failures. The rpminspect.sh is no longer used so it
    has been removed.
    
    Currently the test is failing because some dependencies
    were built with older Java bytecode versions. They need
    to be rebuilt with the proper version.
    edewata committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    679d837 View commit details
    Browse the repository at this point in the history