Skip to content

Commit

Permalink
Update build_kernel.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Gojikovi authored Jul 2, 2024
1 parent 2ae3d81 commit 23cd839
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build_kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,17 @@ jobs:
- name: Install packages & setup
run: |
sudo apt update
bash <(curl https://gist.githubusercontent.com/roynatech2544/0feeeb35a6d1782b186990ff2a0b3657/raw/b170134a94dac3594df506716bc7b802add2724b/setup.sh)
bash wget "$(curl -s https://raw.githubusercontent.com/XSans0/WeebX-Clang/main/main/link.txt)" -O "weebx-clang.tar.gz"
rm -rf clang && mkdir toolchain && tar -xvf weebx-clang.tar.gz -C clang && rm -rf weebx-clang.tar.gz
sudo apt install bison flex libssl-dev
cp local.config.sample local.config
sed -i '/CONFIG_THINLTO/d' arch/arm64/configs/vendor/grass.config
echo "OBJ=arch/arm64/boot/Image" >> local.config
- name: Run build
run: |
DEVICE=${{matrix.device}} bash build_kernel.sh
DEVICE= bash build_kernel.sh
python build_kernel.py --aosp --target=${{matrix.device}}
- name: Upload kernel
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 23cd839

Please sign in to comment.