]> git.ipfire.org Git - thirdparty/kmod.git/commit
testsuite: temporary drop cross compilation test, remove binaries
authorEmil Velikov <emil.l.velikov@gmail.com>
Mon, 2 Sep 2024 17:58:35 +0000 (18:58 +0100)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Tue, 3 Sep 2024 01:12:33 +0000 (20:12 -0500)
commitb558d4279f3c4ebbf1d6efb99c1cd250c0bd439d
tree7993a3116cd236c25ae9e388422bc7027237533f
parentb27aa3fb5ae55ac2223cd880f7e17bb8abc14e22
testsuite: temporary drop cross compilation test, remove binaries

The idea behind the test is that modinfo should work with foreign
modules - be that CPU architecture, endianess, bit width or otherwise.

On the other hand, having binary modules baked into the repo isn't great
since they can may be outdated wrt their in-tree source code, may
trigger warnings by various tools (the Debian linter flags them as
"source-not-available") and in general it's better if they're actually
generated via the in-tree Makefile.arch file.

Remove the binaries and temporarily drop the tests. We'll add proper
cross-compilation and re-enable them at a later stage.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/86
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
12 files changed:
Makefile.am
testsuite/module-playground/.gitignore
testsuite/module-playground/Makefile
testsuite/module-playground/mod-simple-i386.ko [deleted file]
testsuite/module-playground/mod-simple-sparc64.ko [deleted file]
testsuite/module-playground/mod-simple-x86_64.ko [deleted file]
testsuite/rootfs-pristine/test-modinfo/correct-author.txt
testsuite/rootfs-pristine/test-modinfo/correct-depends.txt
testsuite/rootfs-pristine/test-modinfo/correct-filename.txt
testsuite/rootfs-pristine/test-modinfo/correct-license.txt
testsuite/setup-rootfs.sh
testsuite/test-modinfo.c