You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Team,
I am trying to build the upstream-builder container image, but the build is failing with fatal error: linux/limits.h: No such file or directory.
unshare.c:21:10: fatal error: linux/limits.h: No such file or directory
21 | #include <linux/limits.h>
| ^~~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:57: bin/opm] Error 1
Error: building at STEP "RUN make static": while running runtime: exit status 2
Hi Team,
I am trying to build the upstream-builder container image, but the build is failing with
fatal error: linux/limits.h: No such file or directory
.To fix this, need to install
linux-headers
in upstream-builder.DockerfileThe text was updated successfully, but these errors were encountered: