CI: packages: Add github CI job to build all packages
authorHauke Mehrtens <hauke@hauke-m.de>
Sun, 7 Aug 2022 16:46:11 +0000 (18:46 +0200)
committerChristian Marangi <ansuelsmth@gmail.com>
Sun, 4 Dec 2022 16:36:59 +0000 (17:36 +0100)
commitdb347be0b3eab1625c553a47e0089b3f473b0ed7
tree8a2db50c606ab555625f54092c9ef490f6330785
parent99524d49b4367f2e07e8b8fd9131814cc2bdcec5
CI: packages: Add github CI job to build all packages

This will build OpenWrt for MIPS malta BE and x86 64 Bit with all
packages and kernel modules activated. It is triggered when something
changes in the build system or when a package definition is changed.
This task probably needs 90 minutes to execute, but I hope that it
will find build problems in pull requests early.

This intentionally does not activate the feeds, because building them
too would take too long. We only build x86/64 and malta/be to save
resources.

I would like to detect build problems when a package is changed. We
often had build breaks when a package version was increased sometime
even in other packages which used it as a dependency.

This is based on the .github/workflows/packages.yml workflow.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
(cherry picked from commit b99d3778863d6ba67ee1ebda6fd42413062c6480)
.github/workflows/packages.yml [new file with mode: 0644]