CI: kernel: Checkout feeds from github
authorHauke Mehrtens <hauke@hauke-m.de>
Mon, 8 Aug 2022 18:26:18 +0000 (20:26 +0200)
committerChristian Marangi <ansuelsmth@gmail.com>
Sun, 4 Dec 2022 16:36:53 +0000 (17:36 +0100)
commitc3ed9f36eeea574646667ff2d0898fe5fa7bab46
tree0dfb55c30b69dbb17ecdfd03e1f73f757662755d
parent0987df4af125336e7575419e6a0a48c9f071c56b
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