Skip to content

Commit

Permalink
Fix rpminspect test
Browse files Browse the repository at this point in the history
The pki-rpminspect.yaml has been updated to expect Java 21
binaries on Fedora 40+ which matches the Java configuration
in pki.spec.
  • Loading branch information
edewata committed Sep 4, 2024
1 parent f3c1ec9 commit 7f86116
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions tests/pki-rpminspect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,11 @@ annocheck:
jobs:
- hardened: --skip-lto --skip-cf-protection

# We compile with Java 17
# Use Java 21 on Fedora 40+, otherwise use Java 17
javabytecode:
- fc37: 61
- fc38: 61
- fc39: 61
- fc40: 61
- default: 61
- fc40: 65
- default: 65

runpath:
# The TPS needs access to this path
Expand Down

0 comments on commit 7f86116

Please sign in to comment.