openwrt-packages/.github/workflows
Paul Spooren a2bda4cc69 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>
2021-03-25 23:28:52 -10:00
..
Dockerfile CI: use new `openwrt` Docker username 2021-03-17 22:20:16 -10:00
ci_helpers.sh CI: Add helper functions 2020-10-10 11:16:13 -10:00
entrypoint.sh CI: fix grammar typo when test is succesful 2020-10-16 08:15:53 -10:00
formal.yml CI: checkout HEAD commit rather than merge commit 2021-03-04 23:42:32 -10:00
multi-arch-test-build.yml CI: revert adding of *depending* packages 2021-03-25 23:28:52 -10:00