-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Fix Rocky 8 RPMs, add options to build without rpki and docs (default is to include) #17793
Fix Rocky 8 RPMs, add options to build without rpki and docs (default is to include) #17793
Conversation
…for different system environments by including all built .so files Simplify file list by using wildcards to include any built %{_libdir}/frr/modules/*.so and +%{_libdir}/libfrr*.so* Signed-off-by: Lou Berger <[email protected]>
…(Centos 8 is no more) Signed-off-by: Lou Berger <[email protected]>
a96a05f
to
e2b5eed
Compare
A question about the developer docs: should we (could we) have a "building for rocky"? would a copy of the centos8 doc still be correct/useful? |
I would think the centos8 doc should be sufficient. |
CI:rerun |
CI:rerun Need to retest against new master base |
The static analyzer error is in the base, not in this PR. The CI does a compare against the wrong base (Base of PR) instead of the latest master (the CI run does the PR rebased on the latest master, so that should be the base). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All good. Reviewed and tested on Rocky 8 & 9
fix generation of rpms for RHEL/Rocky8. default behavior is not changed by addition of new rpmbuild (command line) options.