-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error cross building runc for riscv64 arch #3625
Comments
Does it reporoduce locally or does it have something to do with the cgo cache state in the CI? |
Also repro locally yes, maybe ld prebuilt binaries too old as you suggested?
|
On |
Looking at |
@tonistiigi Looks good with binutils 2.38: https://github.com/crazy-max/xx/actions/runs/4157436833/jobs/7191930067 |
First encountered on
v0.10
branch: #3587 (review)But we now have the same issue on master branch: https://github.com/moby/buildkit/actions/runs/4152157541/jobs/7185004841#step:6:520
It might be related to
libseccomp
ormusl
packagesbuildkit/Dockerfile
Line 62 in 31dde70
that are installed from Alpine edge repo with
xx
: https://github.com/tonistiigi/xx/blob/82ed2822306002b6b65b6ff9eaab2f30268c5a6d/base/xx-apk#L49-L53It works in moby/moby#44735 when building on
ubuntu:22.04
:I tried to just use the
make static
target in our Dockerfile but same issue.Also tried to build https://github.com/seccomp/libseccomp and similar issue:
cc @tonistiigi @AkihiroSuda
The text was updated successfully, but these errors were encountered: