Skip to content

Commit

Permalink
Update build-kernel-a15-zumapro.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWildJames authored Feb 27, 2025
1 parent 1706c23 commit d3a0cbd
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions .github/workflows/build-kernel-a15-zumapro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,20 +51,6 @@ jobs:
git clone https://github.com/TheWildJames/kernel_patches.git
git clone https://github.com/kerneltoast/android_kernel_google_zumapro

- name: Download and Extract GCC 14.2
run: |
GCC_URL="https://ftp.gnu.org/gnu/gcc/gcc-14.2.0/gcc-14.2.0.tar.xz"
GCC_FILENAME="gcc-14.2.0.tar.xz"
GCC_EXTRACT_DIR="gcc-14.2"
wget "$GCC_URL" -O "$GCC_FILENAME"
mkdir "$GCC_EXTRACT_DIR"
tar -xf "$GCC_FILENAME" -C "$GCC_EXTRACT_DIR"
echo "GCC_PATH=$(pwd)/$GCC_EXTRACT_DIR/bin" >> $GITHUB_ENV
echo "PATH=$GCC_PATH:$PATH" >> $GITHUB_ENV
echo "CROSS_COMPILE=aarch64-linux-gnu-" >> $GITHUB_ENV
- name: Add KernelSU
run: |
echo "Changing to configuration directory: $CONFIG..."
Expand Down Expand Up @@ -164,6 +150,8 @@ jobs:
run: |
echo "Changing to configuration directory: $CONFIG..."
cd "$CONFIG"
echo "ARCH=arm64" >> $GITHUB_ENV
echo "Building the kernel..."
make zumapro_defconfig -j$(nproc --all)
Expand Down

0 comments on commit d3a0cbd

Please sign in to comment.