mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 10:16:41 +00:00
These tests reveal the following build error:
In file included from compel/include/uapi/compel/asm/sigframe.h:4,
from compel/plugins/std/infect.c:14:
/usr/include/asm/sigcontext.h:28:8: error: redefinition of 'struct sigcontext'
28 | struct sigcontext {
| ^~~~~~~~~~
In file included from criu/arch/aarch64/include/asm/restorer.h:4,
from criu/arch/aarch64/crtools.c:11:
/usr/include/asm/sigcontext.h:28:8: error: redefinition of 'struct sigcontext'
28 | struct sigcontext {
| ^~~~~~~~~~
Inspired by #2766 / #2767.
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
|
||
|---|---|---|
| .. | ||
| aarch64-test.yaml | ||
| alpine-test.yml | ||
| archlinux-test.yml | ||
| check-commits.yml | ||
| codeql.yml | ||
| compat-test.yml | ||
| cross-compile-daily.yml | ||
| cross-compile.yml | ||
| docker-test.yml | ||
| fedora-asan-test.yml | ||
| fedora-rawhide-test.yml | ||
| gcov-test.yml | ||
| java-test.yml | ||
| lint.yml | ||
| loongarch64-qemu-test.yml | ||
| manage-labels.yml | ||
| nftables-test.yml | ||
| podman-test.yml | ||
| stale.yml | ||
| stream-test.yml | ||
| x86-64-clang-test.yml | ||
| x86-64-gcc-test.yml | ||