Re: [XEN PATCH v5] xen: rework `checkpolicy` detection when using "randconfig"

2021-09-28 Thread Luca Fancellu
> On 28 Sep 2021, at 16:04, Anthony PERARD wrote: > > This will help prevent the CI loop from having build failures when > `checkpolicy` isn't available when doing "randconfig" jobs. > > To prevent "randconfig" from selecting XSM_FLASK_POLICY when > `checkpolicy` isn't available, we will actu

Re: [XEN PATCH v5] xen: rework `checkpolicy` detection when using "randconfig"

2021-09-28 Thread Jan Beulich
On 28.09.2021 17:04, Anthony PERARD wrote: > This will help prevent the CI loop from having build failures when > `checkpolicy` isn't available when doing "randconfig" jobs. > > To prevent "randconfig" from selecting XSM_FLASK_POLICY when > `checkpolicy` isn't available, we will actually override

[XEN PATCH v5] xen: rework `checkpolicy` detection when using "randconfig"

2021-09-28 Thread Anthony PERARD
This will help prevent the CI loop from having build failures when `checkpolicy` isn't available when doing "randconfig" jobs. To prevent "randconfig" from selecting XSM_FLASK_POLICY when `checkpolicy` isn't available, we will actually override the config output with the use of KCONFIG_ALLCONFIG.