Skip to content

Commit

Permalink
Update BuildRock5ForOpenHD.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Aug 22, 2024
1 parent 29c1f1e commit cb49b87
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/BuildRock5ForOpenHD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,11 @@ jobs:
# Apply a patch from the scripts/patches directory
patch -p1 -i ../scripts/patches/openhd_utils.patch
#Dirty hack ?!
rm linux/.rk356x-4.19/0010-backport/0001-mm-page_alloc-fix-building-error-on-Werror-array-com.patch
rm linux/rockchip/0010-backport/0003-mm-page_alloc-fix-building-error-on-Werror-array-com.patch
rm linux/.rk3588/0010-backport/0003-mm-page_alloc-fix-building-error-on-Werror-array-com.patch
- name: build kernel
run: |
cd bsp
echo "start building"
./bsp --long-version -r radxa linux rockchip
./bsp --long-version -r radxa linux .rk3588
- name: prepare for Upload
run: |
Expand Down

0 comments on commit cb49b87

Please sign in to comment.