Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Reber <areber@redhat.com>2019-10-29 17:17:40 +0300
committerAndrei Vagin <avagin@gmail.com>2020-02-04 23:39:04 +0300
commita7c625938eb1d472341770699469ca6ddb4d91b1 (patch)
tree401885f9b55f784af15840c2ced721e733f9cb96 /scripts/build/Dockerfile.alpine
parent3861b334b252ff65acf2c827b5d85cab21de086a (diff)
travis: start to use aarch64 hardware
With the newly introduced aarch64 at Travis it is possible for the CRIU test-cases to switch to aarch64. Travis uses unprivileged LXD containers on aarch64 which blocks many of the kernel interfaces CRIU needs. So for now this only tests building CRIU natively on aarch64 instead of using the Docker+QEMU combination. All tests based on Docker are not working on aarch64 is there currently seems to be a problem with Docker on aarch64. Maybe because of the nesting of Docker in LXD. Signed-off-by: Adrian Reber <areber@redhat.com>
Diffstat (limited to 'scripts/build/Dockerfile.alpine')
-rw-r--r--scripts/build/Dockerfile.alpine2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/Dockerfile.alpine b/scripts/build/Dockerfile.alpine
index c71a3901f..70fdf480a 100644
--- a/scripts/build/Dockerfile.alpine
+++ b/scripts/build/Dockerfile.alpine
@@ -42,5 +42,5 @@ RUN apk add \
# The rpc test cases are running as user #1000, let's add the user
RUN adduser -u 1000 -D test
-RUN pip install protobuf ipaddress junit_xml
+RUN pip install protobuf ipaddress junit_xml flake8
RUN make -C test/zdtm