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

workflows/ci: Build statically linked executables where possible #224

Merged
merged 2 commits into from
Dec 13, 2023

Conversation

chenxiaolong
Copy link
Owner

This way, the precompiled executables can run on distros that ship an older version of glibc or don't use glibc at all.

Fixes: #222

This way, the precompiled executables can run on distros that ship an
older version of glibc or don't use glibc at all.

Fixes: #222

Signed-off-by: Andrew Gunnerson <[email protected]>
@chenxiaolong chenxiaolong marked this pull request as ready for review December 13, 2023 00:04
@chenxiaolong chenxiaolong merged commit 6cbf690 into master Dec 13, 2023
22 checks passed
@chenxiaolong chenxiaolong deleted the static branch December 13, 2023 00:07
chenxiaolong added a commit that referenced this pull request Dec 13, 2023
Signed-off-by: Andrew Gunnerson <[email protected]>
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.

tried new Rust version, got glibc error `GLIBC_2.33' not found
1 participant