Skip to content

Commit 78d13c5

Browse files
authored
Update LOS-OP7-SM8150-Kernel.yml
1 parent 469afa3 commit 78d13c5

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/LOS-OP7-SM8150-Kernel.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,14 @@ on:
55

66
env:
77
TZ: Asia/Shanghai
8+
CCACHE_COMPILERCHECK: "%compiler% -dumpmachine; %compiler% -dumpversion"
9+
CCACHE_NOHASHDIR: "true"
810

911
jobs:
1012
build:
1113
name: Build Kernel by ${{ github.actor }}
12-
runs-on: ubuntu-latest
14+
#runs-on: ubuntu-latest
15+
runs-on: ubuntu-22.04
1316
steps:
1417
- uses: actions/checkout@v4
1518

@@ -57,7 +60,7 @@ jobs:
5760
export KBUILD_BUILD_USER=$(echo ${{ github.actor }} | tr A-Z a-z)
5861
BA_CMD="CLANG_TRIPLE=aarch64-linux-gnu- CROSS_COMPILE=aarch64-linux-android-"
5962
EX_CMD="LD=ld.lld LLVM=1 LLVM_IAS=1"
60-
DEFCONFIG="lineage_sm8150_defconfig vendor/debugfs.config"
63+
DEFCONFIG="lineage_sm8150_defconfig"
6164
make O=out ARCH=arm64 CC=clang $BA_CMD $EX_CMD $DEFCONFIG
6265
make -j$(nproc --all) O=out ARCH=arm64 CC=clang $BA_CMD $EX_CMD
6366

0 commit comments

Comments
 (0)