Skip to content

Commit 29c1f1e

Browse files
Update BuildRock5ForOpenHD.yaml
1 parent 871d513 commit 29c1f1e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/BuildRock5ForOpenHD.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ jobs:
7373
patch -p1 -i ../scripts/patches/openhd_utils.patch
7474
7575
#Dirty hack ?!
76-
echo "" > linux/.rk356x-4.19/0010-backport/0001-mm-page_alloc-fix-building-error-on-Werror-array-com.patch
77-
echo "" > linux/rockchip/0010-backport/0003-mm-page_alloc-fix-building-error-on-Werror-array-com.patch
78-
echo "" > linux/.rk3588/0010-backport/0003-mm-page_alloc-fix-building-error-on-Werror-array-com.patch
76+
rm linux/.rk356x-4.19/0010-backport/0001-mm-page_alloc-fix-building-error-on-Werror-array-com.patch
77+
rm linux/rockchip/0010-backport/0003-mm-page_alloc-fix-building-error-on-Werror-array-com.patch
78+
rm linux/.rk3588/0010-backport/0003-mm-page_alloc-fix-building-error-on-Werror-array-com.patch
7979
- name: build kernel
8080
run: |
8181
cd bsp

0 commit comments

Comments
 (0)