mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-18 00:58:31 +00:00
The check-commit target verifies that each commit builds successfully on its own. However, without cleaning previously generated build artifacts (e.g. auto-generated `*.o` files) this can cause the check to fail: make[2]: *** No rule to make target 'compel/include/uapi/compel/asm/breakpoints.h', needed by 'compel/arch/x86/src/lib/infect.o'. Stop. make[1]: *** [Makefile.compel:35: compel/libcompel.a] Error 2 To fix this, we add 'git clean -dfx' to remove all untracked and ignored files before attempting the build. Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org> |
||
|---|---|---|
| .. | ||
| build | ||
| ci | ||
| nmk | ||
| criu-ns | ||
| fake-restore.sh | ||
| feature-tests.mak | ||
| fetch-clang-format.sh | ||
| flake8.cfg | ||
| github-indent-warnings.py | ||
| install-criu-image-streamer.sh | ||
| magic-gen.py | ||
| protobuf-gen.sh | ||
| ruff.toml | ||
| systemd-autofs-restart.sh | ||
| tmp-files.sh | ||
| uninstall_module.py | ||