mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-31 14:25:49 +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:
@@ -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
|
||||
|
Reference in New Issue
Block a user