|
31 | 31 | if: github.event.repository.owner.id == github.event.sender.id
|
32 | 32 | strategy:
|
33 | 33 | matrix:
|
34 |
| - VERSION: [21.02, 23.05] |
| 34 | + VERSION: [23.05] |
35 | 35 | SET: [docker, non-docker]
|
36 | 36 |
|
37 | 37 | steps:
|
@@ -141,8 +141,8 @@ jobs:
|
141 | 141 |
|
142 | 142 | strategy:
|
143 | 143 | matrix:
|
144 |
| - VERSION: [21.02, 23.05] |
145 |
| - CPU: [rk3328, rk3399, rk3568, rk3588] |
| 144 | + VERSION: [23.05] |
| 145 | + CPU: [rk3328] |
146 | 146 | SET: [docker, non-docker]
|
147 | 147 | steps:
|
148 | 148 | - name: Checkout
|
@@ -176,15 +176,16 @@ jobs:
|
176 | 176 | repo init --depth=1 -u https://github.com/friendlyarm/friendlywrt_manifests -b master-v${{ matrix.VERSION }} \
|
177 | 177 | -m ${{ matrix.CPU }}.xml --repo-url=https://github.com/friendlyarm/repo --no-clone-bundle
|
178 | 178 |
|
179 |
| - repo sync -c kernel --no-clone-bundle |
180 | 179 | repo sync -c u-boot --no-clone-bundle
|
181 | 180 | repo sync -c rkbin --no-clone-bundle
|
182 | 181 | repo sync -c configs --no-clone-bundle
|
183 | 182 | repo sync -c device/common --no-clone-bundle
|
184 | 183 | repo sync -c device/friendlyelec --no-clone-bundle
|
185 | 184 | repo sync -c scripts --no-clone-bundle
|
186 |
| - repo sync -c scripts/sd-fuse --no-clone-bundle |
187 | 185 | 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 . |
188 | 189 |
|
189 | 190 | - name: Download friendlywrt rootfs (non-docker)
|
190 | 191 | if: matrix.SET == 'non-docker'
|
|
0 commit comments