circleci: fetch packages repo 523/head
authorSebastian Kemper <sebastian_ml@gmx.net>
Wed, 22 Apr 2020 16:01:29 +0000 (18:01 +0200)
committerSebastian Kemper <sebastian_ml@gmx.net>
Wed, 22 Apr 2020 16:08:37 +0000 (18:08 +0200)
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>
.circleci/config.yml

index 75813a47176228fd2bc6c91b24c1bc86994b1ee8..a86f77c2315cd29a381f88747cf25af17a5c3733 100644 (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