Adding annocheck rules to gating.yaml
Resolves: RHEL-33521 Signed-off-by: John Kacur <jkacur@redhat.com>
This commit is contained in:
parent
461a3c9894
commit
3c6e666c88
@ -4,3 +4,7 @@ product_versions:
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
||||
annocheck:
|
||||
- rhel-policy: --skip-optimization --skip-cf-protection --skip-property-note --ignore-unknown --skip-dynamic-tags --verbose
|
||||
extra_opts:
|
||||
- hardened: --skip-optimization --skip-cf-protection --skip-property-note --ignore-unknown --skip-dynamic-tags --verbose
|
||||
|
@ -1,4 +1,3 @@
|
||||
---
|
||||
inspections:
|
||||
badfuncs: off
|
||||
annocheck: off
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: stress-ng
|
||||
Version: 0.18.06
|
||||
Release: 6%{?dist}
|
||||
Release: 7%{?dist}
|
||||
Summary: Stress test a computer system in various ways
|
||||
|
||||
License: GPL-2.0-or-later
|
||||
@ -62,6 +62,10 @@ install -pm 644 bash-completion/%{name} \
|
||||
%{_datadir}/bash-completion/completions/%{name}
|
||||
|
||||
%changelog
|
||||
* Thu Jan 30 2025 John Kacur <jkacur@redhat.com> - 0.18.06-7
|
||||
- Adding annocheck rules to gating.yaml
|
||||
Resolves: RHEL-33521
|
||||
|
||||
* Fri Jan 24 2025 John Kacur <jkacur@redhat.com> - 0.18.06-6
|
||||
- Due to the special nature of stress-ng, it's not even possible to compile
|
||||
with -fpic or -fPIC, so turning annocheck off
|
||||
|
Loading…
Reference in New Issue
Block a user