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

libct/dmz: Reduce the binary size by removing libc dependency #4026

Closed

Conversation

AkihiroSuda
Copy link
Member

@AkihiroSuda AkihiroSuda commented Sep 25, 2023

680K -> 8.7K

Replaces:

This commit is much shorter than #4024.

  • x86_64
  • i386
  • arm
  • aarch64
  • mips
  • riscv64
  • s390x
  • loongarch
  • ppc64le

@AkihiroSuda
Copy link
Member Author

Tests are failing for i386 😞 (exit status 127)
https://github.com/opencontainers/runc/actions/runs/6304934174/job/17117328942?pr=4026

680K -> 8.7K

Replaces PR 4024 "libct/dmz: Reduce the binary size using nolibc".
This commit is much shorter than the PR 4024.

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
@AkihiroSuda
Copy link
Member Author

Stack initialization differs across the archs, so it seems better to just use nolibc:

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.

None yet

1 participant