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)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Sun, 4 Dec 2022 15:27:00 +0000 (16:27 +0100)
commitc14030c6bfed692cc173e2f6893cf54298417ea7
treec328b3dd872afad6e602883a8e41ef86960aa20f
parent1ae19596b88c452a53a43c3e325102755e87278e
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]