From 00a08d79ad76e6d1b9a7156a2c9401c69ea227ca Mon Sep 17 00:00:00 2001 From: 99degree <49397123+99degree@users.noreply.github.com> Date: Wed, 26 Jun 2024 21:55:11 +0800 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b4c7d57..add4ea0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: |