CI: rework build workflow to have split target and subtarget directly
authorChristian Marangi <ansuelsmth@gmail.com>
Mon, 22 May 2023 14:47:08 +0000 (16:47 +0200)
committerDaniel Golle <daniel@makrotopia.org>
Wed, 24 May 2023 18:26:06 +0000 (19:26 +0100)
commitb79ed14dd16b86f94baff613ef3068ff1d5b65fa
tree662bb669e66c8f59646899ccc9a36b76bea9a0ce
parentbf82648bf74412a364831252d02e708149ef84c7
CI: rework build workflow to have split target and subtarget directly

Instead of referring to a redundant job and ENV variables, rework build
workflow to accept and require split target and subtarget and use them
directly from inputs.

Rework each user and pass a JSON of tuple to matrix include with each
target/subtarget combination to test. Special notice this doesn't use
the github actions matrix combination feature but reference each
specific tuple of target and subtarget to test.

Just a cleanup no behaviour change intended.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
(cherry picked from commit eecc6e48117be26c2eefd9257cceb9d9b1e842f2)
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
.github/workflows/build.yml
.github/workflows/check-kernel-patches.yml
.github/workflows/coverity.yml
.github/workflows/kernel.yml
.github/workflows/packages.yml
.github/workflows/toolchain.yml