Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
99degree authored Jun 26, 2024
1 parent 8be89a5 commit 00a08d7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,21 +71,21 @@ jobs:
# mount -t tmpfs none ~/.local/var/pmbootstrap/chroot_native/tmp
# mount -t tmpfs none /tmp
cd linux
shopt -s expand_aliases
source ../pmbootstrap/helpers/envkernel.sh
#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
#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 defconfig sm71xx-xiaomi.config
# make it
make -j$(nproc)
#make -j$(nproc)
#to failsafe for private build...
pmbootstrap build --envkernel linux-postmarketos-qcom-sm7125
#pmbootstrap build --envkernel linux-postmarketos-qcom-sm7125
- name: Create artifact directory
run: |
Expand Down

0 comments on commit 00a08d7

Please sign in to comment.