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
upx is a tool for compressing binary executables. It has some excellent compression ratios and very low runtime overhead. It would be helpful with Rust binaries. We should add support.
The cargo buildpack should follow the pattern established here and optionally run upx to compress output binaries.
The upx buildpack also needs to be added into the Rust composite buildpack/builder. paketo-community/rust#293
The text was updated successfully, but these errors were encountered:
upx
is a tool for compressing binary executables. It has some excellent compression ratios and very low runtime overhead. It would be helpful with Rust binaries. We should add support.The cargo buildpack should follow the pattern established here and optionally run
upx
to compress output binaries.The upx buildpack also needs to be added into the Rust composite buildpack/builder. paketo-community/rust#293
The text was updated successfully, but these errors were encountered: