From 625cbdfa07d2cbe8a3e1a9ec8bba72a016424065 Mon Sep 17 00:00:00 2001 From: WangYuli Date: Tue, 14 Apr 2026 10:50:32 +0800 Subject: [PATCH] deepin: extra ci: add i386_defconfig 1. It seems our peers also check for build success under this configuration. 2. At this moment, the code in the deepin linux-6.6.y branch indeed fails to build under that branch. Signed-off-by: WangYuli --- .github/workflows/build-kernel-extra.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/build-kernel-extra.yml b/.github/workflows/build-kernel-extra.yml index 6bcb1a94f89f..027a8066672f 100644 --- a/.github/workflows/build-kernel-extra.yml +++ b/.github/workflows/build-kernel-extra.yml @@ -26,6 +26,18 @@ jobs: git config --global user.email $email git config --global user.name $KBUILD_BUILD_USER + - name: "Compile kernel i386_defconfig" + run: | + # .config + make i386_defconfig + make -j$(nproc) + + - name: "Clang build kernel i386_defconfig" + run: | + # .config + make LLVM=-18 i386_defconfig + make LLVM=-18 -j$(nproc) + - name: "Compile kernel x86_64_defconfig" run: | # .config