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 c02865d commit f02d617
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build_kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ jobs:
curl https://github.com/XSans0/WeebX-Clang/releases/download/WeebX-Clang-19.0.0git-release/WeebX-Clang-19.0.0git.tar.gz --output weebx-clang.tar.gz
rm -rf toolchain && 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: |
Expand Down

0 comments on commit f02d617

Please sign in to comment.