Skip to content

Commit

Permalink
disable BUILD_DISA_DELTA_FILES and SEPARATE_SCAP_FILES
Browse files Browse the repository at this point in the history
These build options are disabled in scap-security-guide.spec,
and we probably don't need them for testing, so try to stay
as close to SSG RPM build as possible.

Signed-off-by: Jiri Jaburek <[email protected]>
  • Loading branch information
comps authored and matusmarhefka committed Feb 18, 2025
1 parent 5bd3c46 commit 44dbc1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/util/content.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,8 @@ def build_content(path, extra_cmake_opts=None):
f'SSG_PRODUCT_RHEL{versions.rhel.major}:BOOL': 'ON',
'SSG_SCE_ENABLED:BOOL': 'ON',
'SSG_BASH_SCRIPTS_ENABLED:BOOL': 'OFF',
'SSG_BUILD_DISA_DELTA_FILES:BOOL': 'OFF',
'SSG_SEPARATE_SCAP_FILES_ENABLED:BOOL': 'OFF',
}
cmake_opts.update(extra_cmake_opts)

Expand Down

0 comments on commit 44dbc1b

Please sign in to comment.