Skip to content

Commit 0f18dd4

Browse files
committed
test rk3328 5.15
1 parent ab89f0c commit 0f18dd4

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/build.yml

+6-5
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
if: github.event.repository.owner.id == github.event.sender.id
3232
strategy:
3333
matrix:
34-
VERSION: [21.02, 23.05]
34+
VERSION: [23.05]
3535
SET: [docker, non-docker]
3636

3737
steps:
@@ -141,8 +141,8 @@ jobs:
141141

142142
strategy:
143143
matrix:
144-
VERSION: [21.02, 23.05]
145-
CPU: [rk3328, rk3399, rk3568, rk3588]
144+
VERSION: [23.05]
145+
CPU: [rk3328]
146146
SET: [docker, non-docker]
147147
steps:
148148
- name: Checkout
@@ -176,15 +176,16 @@ jobs:
176176
repo init --depth=1 -u https://github.com/friendlyarm/friendlywrt_manifests -b master-v${{ matrix.VERSION }} \
177177
-m ${{ matrix.CPU }}.xml --repo-url=https://github.com/friendlyarm/repo --no-clone-bundle
178178
179-
repo sync -c kernel --no-clone-bundle
180179
repo sync -c u-boot --no-clone-bundle
181180
repo sync -c rkbin --no-clone-bundle
182181
repo sync -c configs --no-clone-bundle
183182
repo sync -c device/common --no-clone-bundle
184183
repo sync -c device/friendlyelec --no-clone-bundle
185184
repo sync -c scripts --no-clone-bundle
186-
repo sync -c scripts/sd-fuse --no-clone-bundle
187185
repo sync -c toolchain --no-clone-bundle
186+
git clone https://github.com/friendlyarm/kernel-rockchip -b nanopi-r2-v5.15.y --depth 1 kernel
187+
(cd scripts && git clone https://github.com/friendlyarm/sd-fuse_rk3328 -b kernel-5.15.y --depth 1 sd-fuse)
188+
ln -s scripts/sd-fuse/out .
188189
189190
- name: Download friendlywrt rootfs (non-docker)
190191
if: matrix.SET == 'non-docker'

0 commit comments

Comments
 (0)