From 3732ff6b7be95193cd4e51e39e2a4396530f6016 Mon Sep 17 00:00:00 2001 From: Nico Huber Date: Fri, 22 Dec 2017 02:08:57 +0100 Subject: Add Manibuilder Add a set of Dockerfiles for build testing. If you have an x86 machine and ~20GiB free disk space, run `make register` and `make -jxx` in util/manibuilder and go eat some pizza. The former runs a privileged docker container to set binfmt_misc up for qemu (read the code, don't trust it). Regarding the build targets, this is the original state of Manibuilder as it was used to build-test `flashrom-1.0`. Some fixes to the frame- work were applied, but fixups for the targets will be done in separate patches to maintain their original state for reference. Change-Id: I60863a5c7d70dde71486fccb66cb59b30ba4d982 Signed-off-by: Nico Huber Reviewed-on: https://review.coreboot.org/c/flashrom/+/23005 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons --- util/manibuilder/Dockerfile.qemu-user-static | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 util/manibuilder/Dockerfile.qemu-user-static (limited to 'util/manibuilder/Dockerfile.qemu-user-static') diff --git a/util/manibuilder/Dockerfile.qemu-user-static b/util/manibuilder/Dockerfile.qemu-user-static new file mode 100644 index 00000000..b6de7eb2 --- /dev/null +++ b/util/manibuilder/Dockerfile.qemu-user-static @@ -0,0 +1,3 @@ +FROM multiarch/qemu-user-static:register + +RUN sed -i -e's/ mipsn32 mipsn32el / /' /qemu-binfmt-conf.sh -- cgit v1.2.3