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

Modernize release output #186

Open
1 of 6 tasks
chipsenkbeil opened this issue May 28, 2023 · 2 comments
Open
1 of 6 tasks

Modernize release output #186

chipsenkbeil opened this issue May 28, 2023 · 2 comments
Labels
enhancement New feature or request
Milestone

Comments

@chipsenkbeil
Copy link
Owner

chipsenkbeil commented May 28, 2023

Follow https://github.com/johnthagen/min-sized-rust

@chipsenkbeil chipsenkbeil added the enhancement New feature or request label May 28, 2023
@chipsenkbeil chipsenkbeil added this to the 0.20 milestone May 28, 2023
@chipsenkbeil
Copy link
Owner Author

@chipsenkbeil
Copy link
Owner Author

chipsenkbeil commented Oct 29, 2023

Rather than statically pulling in glibc, which can cause a bunch of issues (maybe), we should also consider updating the release builds to use the oldest version of Linux possible to reduce the glibc version issue.

I think to achieve that, we'll need to use Docker as the versions of Linux supported are still too new.

See this bump in Rust requirements for glibc and Linux kernel: https://blog.rust-lang.org/2022/08/01/Increasing-glibc-kernel-requirements.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant