From d03fdc9136b16548c0c8a09211308edfe923c796 Mon Sep 17 00:00:00 2001 From: 99degree <49397123+99degree@users.noreply.github.com> Date: Sat, 7 Dec 2024 01:22:22 +0800 Subject: [PATCH] Update build.yml remove kernel compile procedure, use pmos default kernel instead. --- .github/workflows/build.yml | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 46d540f..e6b140c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -72,21 +72,6 @@ jobs: # mount -t tmpfs none /tmp cd linux shopt -s expand_aliases - source ../pmbootstrap/helpers/envkernel.sh - - # fetch local config - git fetch origin config - git branch config FETCH_HEAD - git checkout config -- arch/arm64/configs/sm71xx-xiaomi.config - - # apply local config - make defconfig sm71xx-xiaomi.config - - # make it - make -j$(nproc) - - #to failsafe for private build... - pmbootstrap build --envkernel linux-postmarketos-qcom-sm7125 - name: Create artifact directory run: | @@ -122,11 +107,3 @@ jobs: name: xiaomi-miatoll-${{ matrix.version }} path: out/* retention-days: 15 - - name: Release nightly - uses: softprops/action-gh-release@v1 - with: - prerelease: true - name: nightly - tag_name: nightly - files: out/xiaomi-miatoll-${{ matrix.version }} - fail_on_unmatched_files: true