File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 55
66env :
77 TZ : Asia/Shanghai
8+ CCACHE_COMPILERCHECK : " %compiler% -dumpmachine; %compiler% -dumpversion"
9+ CCACHE_NOHASHDIR : " true"
810
911jobs :
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
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
You can’t perform that action at this time.
0 commit comments