CI: revert adding of *depending* packages
authorPaul Spooren <mail@aparcar.org>
Fri, 26 Mar 2021 08:17:55 +0000 (22:17 -1000)
committerPaul Spooren <mail@aparcar.org>
Fri, 26 Mar 2021 09:28:52 +0000 (23:28 -1000)
commita2bda4cc69e4121dccba097578bbd0bd40d0675d
treecba04368bc883e932f04609a513e07888712703e
parent326c97328eff3d65de6da4ea05b6059817277de1
CI: revert adding of *depending* packages

While the idea may make sense the current implementation is faulty.
Problem is that OpenWrt uses the folder name of packages within the
build system while `opkg` spits out the actual packages names.

An example, compiling the packages of folder `vim` (`make
package/vim/compile`) creates a package called `xxd`, where `make
package/xxd/compile` would fail.

The current implementation uses `opkg` to figure out dependent packages,
but the resulting names do not match the above mentioned folders.

Revert this for now until we come up with a better implementation to
avoid false positive CI failures.

Signed-off-by: Paul Spooren <mail@aparcar.org>
.github/workflows/multi-arch-test-build.yml