Closed thierrymarianne closed 3 years ago
The --feature portable is passed to cargo build instruction on new tag push so that architecture-specific compilation optimizations would not prevent running statically pre-compiled binaries.
--feature portable
cargo build
Description
The
--feature portable
is passed tocargo build
instruction on new tag push so that architecture-specific compilation optimizations would not prevent running statically pre-compiled binaries.