mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +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>
39 lines
523 B
Bash
Executable file
39 lines
523 B
Bash
Executable file
#!/usr/bin/env sh
|
|
|
|
apk add --no-cache \
|
|
asciidoctor \
|
|
bash \
|
|
build-base \
|
|
coreutils \
|
|
e2fsprogs \
|
|
git \
|
|
gnutls-dev \
|
|
go \
|
|
ip6tables \
|
|
iproute2 \
|
|
iptables \
|
|
iptables-legacy \
|
|
libaio-dev \
|
|
libbsd-dev \
|
|
libcap-dev \
|
|
libcap-utils \
|
|
libdrm-dev \
|
|
libnet-dev \
|
|
libnl3-dev \
|
|
nftables \
|
|
nftables-dev \
|
|
perl \
|
|
pkgconfig \
|
|
procps \
|
|
protobuf-c-compiler \
|
|
protobuf-c-dev \
|
|
protobuf-dev \
|
|
py3-importlib-metadata \
|
|
py3-pip \
|
|
py3-protobuf \
|
|
py3-yaml \
|
|
python3 \
|
|
sudo \
|
|
tar \
|
|
util-linux \
|
|
util-linux-dev
|