HACKING.md: add basic documentation for the development

This commit adds a basic HACKING.md that explains the bare mimimum
to get started, including `go test -short` to skip the expensive
tests.

Contains also a drive-by rename of the test dependency install
for the GH action.
This commit is contained in:
Michael Vogt 2024-11-29 12:45:45 +01:00 committed by Simon de Vlieger
parent e9e8dc5256
commit 8ae5b98d9d
2 changed files with 43 additions and 1 deletions

View file

@ -25,7 +25,7 @@ jobs:
run: sudo apt update
# This is needed for the container resolver dependencies
- name: Install libgpgme devel package
- name: Install test dependencies
run: sudo apt install -y libgpgme-dev libbtrfs-dev libdevmapper-dev podman
- name: Build