]> git.ipfire.org Git - thirdparty/kmod.git/commit
ci: Add Alpine
authorLucas De Marchi <lucas.de.marchi@gmail.com>
Fri, 12 Jul 2024 19:10:29 +0000 (14:10 -0500)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Wed, 17 Jul 2024 17:37:51 +0000 (12:37 -0500)
commit91e4ea5a5082e3fca1f260b3c2daee440c75b70c
treeb6469b6b5414b515a9dfd454975eca4395e4abfc
parent8c8860021aa6b84c3e81851c5e5494a78fc27a25
ci: Add Alpine

Add setup action for Alpine and start building it. Unfortunately the
testsuite is not ready yet and fails to build like this:

../testsuite/path.c:219:14: error: conflicting types for '__xstat64';
have 'int(int,  const char *, struct stat64 *)'
  219 | WRAP_VERSTAT(__x,64);
      |              ^~~

Add everything needed on the setup action, so when the underlying issue
is fixed, the testsuite can be enabled in CI.

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