Skip to content

Commit

Permalink
disable /static-checks/nist-validation on RHEL-10 for now
Browse files Browse the repository at this point in the history
Signed-off-by: Jiri Jaburek <[email protected]>
  • Loading branch information
comps authored and mildas committed Aug 20, 2024
1 parent 1388c5e commit a19641d
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions static-checks/nist-validation/main.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,13 @@ environment+:
PYTHONPATH: ../..
duration: 15m
require+:
# we use java-17 specifically here because the NIST tool needs it and does not
# work with any newer version
- java-17-openjdk
adjust:
- enabled: false
when: arch != x86_64
continue: false
- when: arch != x86_64
enabled: false
because: the test is not architecture-specific, one is enough
- when: distro == rhel-10
enabled: false
because: TODO - RHEL-10 doesn't have Java 17, see requires above

0 comments on commit a19641d

Please sign in to comment.