Skip to content
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

fix seccomp compatibility in 32bit arm #1955

Merged
merged 1 commit into from
Jan 28, 2021

Conversation

tonistiigi
Copy link
Member

fixes #1946 #docker/buildx#511

Seccomp 2.4.2 with seccomp/libseccomp@bf747eb is needed for new time64 syscalls not to error in applications.

The result is very hacky because debian does not provide compatible packages for s390x/pcc64le (yet?). Hopefully, this can all be removed and moved to alpine with tonistiigi/xx#14 but there is still some work to do with that(namely lld doesn't work for s390x) and not sure when I'll have time to complete it.

Signed-off-by: Tonis Tiigi tonistiigi@gmail.com

Seccomp 2.4.2 is needed for new time64 syscalls not to error in
applications

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to build alpine:edge containers for armv7
2 participants