]> git.ipfire.org Git - thirdparty/kmod.git/commit
ci: fold 32 and 64 bit jobs together
authorEmil Velikov <emil.l.velikov@gmail.com>
Tue, 3 Jun 2025 21:46:48 +0000 (22:46 +0100)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Thu, 5 Jun 2025 06:39:11 +0000 (01:39 -0500)
commit6fb90b231df08c2cd16e1774e51c4a2a540e284a
tree48a22ffb5cf38b7d6e49c7ea09d73b8caa89eb7a
parentb3bb0114394ebf1a81bbf4c3ca392a384d6634e9
ci: fold 32 and 64 bit jobs together

We currently construct a single container for each distro, which is
capable of running both 32 and 64 bit builds.

In addition, since we're meson only (which allows only out-of-tree
builds) we can do multiple builds for a given checkout.

As result we hammer the docker registry and distribution/package servers
a bit less.

Notes:
 - 32bit distcheck is disabled - not particularly interesting
 - 32bit tests are disabled for everyone - they are consistently failing

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/362
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
.github/functions.sh [new file with mode: 0644]
.github/workflows/main.yml