Open Sohn123 opened 1 year ago
It seems like fakeroot hangs, using --ulimit nofile=1024:524288
as an option to docker run
fixes the issue
Probably the problem with the ulimits
happen because the user inside the container is now buildbot
instead of root
. Maybe a hint in the README would be helpful, that if fakeroot
hangs changing the ulimits
is required.
Hi,
we tried using the sdk container to build
libnl
. We tried different versions:latest
,mvebu-cortexa9-22.03.3
, mvebu-cortexa9-22.03.4and
mvebu-cortexa9-22.03.5`. We executed the following commands:The build gets stuck for several minutes with the following message:
Does anyone know what we are doing wrong, or why it tries to compile the toolchain at all? I thought the sdk contains a precompiled toolchain.