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

feature request: statically linked bwrap distributed on github #677

Open
Kamilcuk opened this issue Jan 10, 2025 · 1 comment
Open

feature request: statically linked bwrap distributed on github #677

Kamilcuk opened this issue Jan 10, 2025 · 1 comment

Comments

@Kamilcuk
Copy link

hi. Would it be possible to distribute statically linked bwrap binary distributed on github linked against an old-ish glibc? That would simplify installation A LOT. Thank you, bwrap is great and very fast, thank you.

@rusty-snake
Copy link
Contributor

FWIW:

$ podman run --rm -it alpine:latest
# apk update
# apk add git meson pkgconf gcc musl-dev libcap-dev bash-completion-dev libxslt docbook-xsl bash
# git clone --depth=1 https://github.com/containers/bubblewrap.git
# cd bubblewrap/
# meson setup _builddir
# meson compile -C _builddir

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

No branches or pull requests

2 participants