You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Follow https://github.com/johnthagen/min-sized-rust
z
foropt-level
(smallest size?) (doc)Compress binary withupx
? (doc)The text was updated successfully, but these errors were encountered: