From 55fa030c3d6b697dd478390a17c5080d805af593 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Tue, 9 Nov 2021 18:34:32 +0100 Subject: dashboard/config/linux: run make configs under syz-env make configs uses host compilers. This produces constant diffs in the generated configs related to different compiler versions. Suggest to run make configs under syz-env and check-in configs produced this way. --- dashboard/config/linux/android-5.4-base.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dashboard/config/linux/android-5.4-base.config') diff --git a/dashboard/config/linux/android-5.4-base.config b/dashboard/config/linux/android-5.4-base.config index 7277fc362..4c218d071 100644 --- a/dashboard/config/linux/android-5.4-base.config +++ b/dashboard/config/linux/android-5.4-base.config @@ -5,10 +5,10 @@ # Automatically generated file; DO NOT EDIT. # Linux/x86_64 5.4.82 Kernel Configuration # -CONFIG_CC_VERSION_TEXT="Debian clang version 11.1.0-4+build1" +CONFIG_CC_VERSION_TEXT="Debian clang version 11.0.1-2" CONFIG_GCC_VERSION=0 CONFIG_CC_IS_CLANG=y -CONFIG_CLANG_VERSION=110100 +CONFIG_CLANG_VERSION=110001 CONFIG_CC_CAN_LINK=y CONFIG_CC_HAS_ASM_GOTO=y CONFIG_CC_HAS_ASM_INLINE=y -- cgit mrf-deployment