mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-29 05:18:00 +00:00
We added cross-compile tests with testing debian release to be able to replicate the error reported in #1653, however, installing build dependencies in this release currently fails with the following error: libc6-dev:armhf : Breaks: libc6-dev-armhf-cross (< 2.33~) but 2.32-1cross4 is to be installed This is not something we can fix, therefore using the debian unstable release (instead of testing) could be more reliable option for our CI. This would still replicate the problem reported in #1653. Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
7 lines
126 B
Docker
7 lines
126 B
Docker
FROM dockcross/base:latest
|
|
|
|
ENV ARCH=mips
|
|
ENV SUBARCH=mips
|
|
ENV DEBIAN_ARCH=mips64el
|
|
ENV CROSS_TRIPLET=mips64el-linux-gnuabi64
|