[PATCH kexec-tools 0/7] build enhancements and GitHub workflow

Simon Horman horms at verge.net.au
Fri Apr 2 11:17:30 BST 2021


This series aimes to:

1. Allow creation of dist tarball without self-referential hard links
2. Add a distckeck target
3. Add a GitHub workflow which to performs basic build testing

A sample run of the workflow can be seen here
https://github.com/horms/kexec-tools/actions/runs/711376088

Simon Horman (7):
  build: create tarball without self-referential hard links
  build: add dist make target
  build: uninstall kexec_test
  build: use DESTDIR in uninstall target
  build: simplify uninstall target
  build: add distcheck target
  github: initial workflow

 .github/workflows/build.yml |  72 ++++++++++++++++++
 Makefile.in                 | 141 +++++++++++++++++-------------------
 configure.ac                |   1 +
 3 files changed, 141 insertions(+), 73 deletions(-)
 create mode 100644 .github/workflows/build.yml

-- 
2.20.1




More information about the kexec mailing list