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.10.config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dashboard/config/linux/android-5.10.config') diff --git a/dashboard/config/linux/android-5.10.config b/dashboard/config/linux/android-5.10.config index 174dfabf2..b6b458525 100644 --- a/dashboard/config/linux/android-5.10.config +++ b/dashboard/config/linux/android-5.10.config @@ -5,11 +5,11 @@ # Automatically generated file; DO NOT EDIT. # Linux/x86_64 5.10.74 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_LD_VERSION=237000000 +CONFIG_LD_VERSION=235020000 CONFIG_CC_IS_CLANG=y -CONFIG_CLANG_VERSION=110100 +CONFIG_CLANG_VERSION=110001 CONFIG_LLD_VERSION=0 CONFIG_CC_CAN_LINK=y CONFIG_CC_CAN_LINK_STATIC=y -- cgit mrf-deployment