2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-29 05:18:00 +00:00
criu/scripts/build/Dockerfile.armv7-unstable-cross.hdr
Radostin Stoyanov 9fd000c58d ci: use unstable release for cross-compile
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>
2022-04-28 17:53:52 -07:00

7 lines
129 B
Docker

FROM docker.io/dockcross/base:latest
ENV ARCH=arm
ENV SUBARCH=armv7
ENV DEBIAN_ARCH=armhf
ENV CROSS_TRIPLET=arm-linux-gnueabihf