From 96f6ba440253c4b906a7d900584f6b0de07fa311 Mon Sep 17 00:00:00 2001 From: Benjamin Valentin Date: Thu, 4 Aug 2022 11:35:00 +0200 Subject: [PATCH] .murdock: disable Kconfig hash comparison This has been randomly broken on CI for at least half a year. So far nobody could figure out what to do about it, so let's disable the check for now to get builds past CI again. --- .murdock | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.murdock b/.murdock index 8fa9030d7323..013abd82abc0 100755 --- a/.murdock +++ b/.murdock @@ -455,7 +455,8 @@ compile() { should_check_kconfig_hash=0 if get_supported_kconfig_board_app "${board}" "${appdir}"; then - should_check_kconfig_hash=1 + # should_check_kconfig_hash=1 + # # As we have some issues with occasional unrelated hash mismatches # we will stop the binary checks and rely only in a module/package # check to ensure kconfig is matching make.