ANDROID: add xfs back to allmodconfig build tests

clang is much newer now, it should be building properly.

Bug: 157965270
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: Ibdab0e4d91aeb90dc24a5d8894f05370c2fd34f1
This commit is contained in:
Greg Kroah-Hartman 2020-07-16 16:02:47 +02:00
parent 6839fc80fe
commit bafbd0599c

View File

@ -1,11 +1,9 @@
DEFCONFIG=allmodconfig
# XFS_FS is currently broken on this branch with clang-9
POST_DEFCONFIG_CMDS="update_config"
function update_config() {
${KERNEL_DIR}/scripts/config --file ${OUT_DIR}/.config \
-d TEST_KMOD \
-d XFS_FS \
-d CPU_BIG_ENDIAN \
-d STM \
-d TEST_MEMCAT_P \