[PATCH buildbot 2/3] docker,worker: install gcc-mulitlib

Paul Spooren mail at aparcar.org
Sun Jan 10 15:25:38 EST 2021


>From openwrt/docker[1]:

This is required for luajit, which is in packages feed.  While it works
fine for ARMv8 (tested by using Github Actions: aarch64_cortex-a53) and
x84_x64 (tested inside Docker container, it does not work for 32-bits
target and because of that we need to install gcc-multilib.

Luajit fails with the following output: (tested against target:
	arm_cortex-a9+vfpv3-d16_musl_eabi inside Docker SDK image)

/usr/include/limits.h:26:10: fatal error: bits/libc-header-start.h: No
such file or directory #include <bits/libc-header-start.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~

[1]: https://github.com/openwrt/docker/pull/74/commits/f9da188d53fd9809ca4911089611e1f42422d049

Signed-off-by: Paul Spooren <mail at aparcar.org>
---
 docker/buildslave/Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docker/buildslave/Dockerfile b/docker/buildslave/Dockerfile
index 20ec53f..408db3f 100644
--- a/docker/buildslave/Dockerfile
+++ b/docker/buildslave/Dockerfile
@@ -17,6 +17,7 @@ RUN echo 'deb http://deb.debian.org/debian testing main' \
 		ccache \
 		curl \
 		gawk \
+		gcc-multilib \
 		git-core \
 		gosu \
 		libncurses5-dev \
-- 
2.29.2




More information about the openwrt-devel mailing list