+Victor
On Tue Jan 20, 2026 at 10:38 AM CET, Alejandro Vallejo wrote:
> Explicitly set CONFIG_MICROCODE_LOADING=n
>
> Signed-off-by: Alejandro Vallejo <alejandro.garciavallejo@amd.com>
> ---
> automation/gitlab-ci/analyze.yaml | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/automation/gitlab-ci/analyze.yaml b/automation/gitlab-ci/analyze.yaml
> index a472692fcb..b3395e2da7 100644
> --- a/automation/gitlab-ci/analyze.yaml
> +++ b/automation/gitlab-ci/analyze.yaml
> @@ -93,6 +93,7 @@ eclair-x86_64-amd:
> CONFIG_DEBUG_LOCKS=n
> CONFIG_SCRUB_DEBUG=n
> CONFIG_XMEM_POOL_POISON=n
> + CONFIG_MICROCODE_LOADING=n
> rules:
> - if: $ECLAIR_SAFETY
> when: always