mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
make: fix compilation on alpine
Starting with the musl v1.2.4~69, _GNU_SOURCE doesn't set _LARGEFILE64_SOURCE. Fixes #2313 Signed-off-by: Andrei Vagin <avagin@gmail.com>
This commit is contained in:
parent
7b689b7a42
commit
b419f3dfdc
3 changed files with 3 additions and 2 deletions
|
|
@ -47,6 +47,6 @@ RUN apk add \
|
|||
# The rpc test cases are running as user #1000, let's add the user
|
||||
RUN adduser -u 1000 -D test
|
||||
|
||||
RUN pip3 install junit_xml
|
||||
RUN pip3 install junit_xml --break-system-packages
|
||||
|
||||
RUN make -C test/zdtm
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue