circleci: fetch packages repo

Currently CI doesn't work, because the dependencies from the packages
repo are not available.

<snip>
WARNING: No feed for package 'libopenldap' found
WARNING: No feed for package 'libidn2' found
WARNING: No feed for package 'libssh2' found
<snip>

This commit adds the packages repo.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
This commit is contained in:
Sebastian Kemper 2020-04-22 18:01:29 +02:00
parent 70da8a1a88
commit 342575e2a4

View file

@ -101,6 +101,7 @@ jobs:
rm .config
cat > feeds.conf <<EOF
src-git base https://github.com/openwrt/openwrt.git;$BRANCH
src-git packages https://github.com/openwrt/packages.git;$BRANCH
src-link telephony $HOME/openwrt_telephony
src-git luci https://github.com/openwrt/luci.git;$BRANCH
EOF