Skip to content

Conversation

@nathanchance
Copy link
Member

Commit 3e2f19e ("generator: yml: Reset CONFIG_EFI_SBAT_FILE for Fedora configurations") used '=n' to reset a string value to its default due to a limitation in TuxSuite / TuxMake. This causes a mismatch between the value provided and the value in the config, resulting in an error from the config check:

ERROR: CONFIG_EFI_SBAT_FILE=n not found in .config!

If the value is empty, treat it as 'n' for the sake of this check.

Commit 3e2f19e ("generator: yml: Reset CONFIG_EFI_SBAT_FILE for Fedora
configurations") used '=n' to reset a string value to its default due to
a limitation in TuxSuite / TuxMake. This causes a mismatch between the
value provided and the value in the config, resulting in an error from
the config check:

  ERROR: CONFIG_EFI_SBAT_FILE=n not found in .config!

If the value is empty, treat it as 'n' for the sake of this check.

Signed-off-by: Nathan Chancellor <[email protected]>
@nathanchance nathanchance merged commit 2fb5348 into ClangBuiltLinux:main Aug 18, 2025
7 checks passed
@nathanchance nathanchance deleted the fix-check-logs-for-empty-strings branch August 26, 2025 18:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants