CI: kernel: Checkout feeds from github
authorHauke Mehrtens <hauke@hauke-m.de>
Mon, 8 Aug 2022 18:26:18 +0000 (20:26 +0200)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Sun, 4 Dec 2022 15:26:59 +0000 (16:26 +0100)
commit93d67c96a6c0e9a2280fea9859853d73816fe49b
treec86e0e9fd01fc80c35c040fcbafd0c5ac08bcb22
parentfde584a3ec82cad9f9d04f99220d30d7a01bfde7
CI: kernel: Checkout feeds from github

Instead of cloning the feeds from the default location at
git.openwrt.org use the github action to clone them directly from
github. We saw some error messages when cloning from git.openwrt.org,
probably related to some rate limiting applied. Cloning from github
within a github action should work more stable.

The "./scripts/feeds update -a" script will use the already checked out
feed repositories and not clone them again from git.openwrt.org, but it
will also not change the branch name.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
(cherry picked from commit b120e78917099d46a25cc521998b917fdf08e388)
.github/workflows/kernel.yml