Skip to content

Commit

Permalink
Update build.yml remove kernel compile procedure, use pmos default ke…
Browse files Browse the repository at this point in the history
…rnel instead.
  • Loading branch information
99degree authored Dec 6, 2024
1 parent 368f236 commit d03fdc9
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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

0 comments on commit d03fdc9

Please sign in to comment.