Compare commits

...

2 commits

Author SHA1 Message Date
d64ddaf9c4 Rebrand for FireAsf 2024-12-14 12:54:54 +01:00
16c33f2fbc kernel_build: Nuke bloat 2024-12-14 12:51:06 +01:00
2 changed files with 11 additions and 3 deletions

View file

@ -19,10 +19,18 @@ jobs:
sudo apt-get install brotli zip zstd tar lz4 cpio xz-utils -y || sudo apt-get install brotli zip zstd tar lz4 cpio xz-utils -y sudo apt-get install brotli zip zstd tar lz4 cpio xz-utils -y || sudo apt-get install brotli zip zstd tar lz4 cpio xz-utils -y
- name: Build - name: Build
run: | run: |
curl -LSs "https://raw.githubusercontent.com/tiann/KernelSU/main/kernel/setup.sh" | bash - rm -rf setup.sh*
bash build.sh rm -rf KernelSU*
wget https://raw.githubusercontent.com/nitanmarcel/KernelSU-susfs/refs/heads/main/kernel/setup.sh
chmod +x setup.sh
./setup.sh*
rm -rf setup.sh
echo "Building without KernelSU..."
./kernel_build/build.sh "$(pwd)" || exit 1
echo "Building with KernelSU..."
./kernel_build/build-ksu.sh "$(pwd)" || exit 1
- name: Upload - name: Upload
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with:
name: Kernels_a53x name: Kernels_a53x
path: kernel_build/ExynosUnbound* path: kernel_build/FireAsf*

View file