Skip to content

Remove workarounds for debug kernels

  • for all pipelines, the default for RPMBUILD_WITHOUT contained debug
  • specifically for x86 build jobs with DEBUG_KERNEL=false, debug was added RPMBUILD_WITHOUT in the build job

With debug being included in RPMBUILD_VARIANTS, debug is now automatically added to RPMBUILD_WITHOUT if it is not included in RPMBUILD_WITH. So remove both of the workarounds above to not interfere with jobs configured like

  • rpmbuild_with: debug
  • package_name: kernel-debug
  • test_debug: False

Part of #133

Signed-off-by: Michael Hofmann mhofmann@redhat.com

Edited by Michael Hofmann

Merge request reports