mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-17 16:47:50 +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> |
||
|---|---|---|
| .. | ||
| riscv64-cross | ||
| asan.sh | ||
| ci-after-success.sh | ||
| docker-test.sh | ||
| docker.env | ||
| java-test.sh | ||
| loongarch64-qemu-test.sh | ||
| Makefile | ||
| podman-test.sh | ||
| prepare-for-fedora-rawhide.sh | ||
| run-ci-tests.sh | ||
| vagrant.sh | ||