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
The rollup-http tool in our tools repository is currently implemented in Rust. This presents two challenges:
Packaging requires compilation in an emulated riscv64 environment, taking hours to complete. While cross-compilation works for development, it's incompatible with upstream packaging requirements for Ubuntu and Alpine Linux.
Alpine Linux classifies Rust as Tier 2 support, making its stability questionable in Alpine Linux.
Proposed Solutions
To eliminate Rust dependencies from the tools repository, we could:
Reimplement rollup-http in C++, maintaining it within the tools repository
Migrate rollup-http out of the tools repository and provide an alternative solution, reducing the emulator team maintenance scope
The text was updated successfully, but these errors were encountered:
Context
The
rollup-http
tool in our tools repository is currently implemented in Rust. This presents two challenges:Proposed Solutions
To eliminate Rust dependencies from the tools repository, we could:
rollup-http
in C++, maintaining it within the tools repositoryrollup-http
out of the tools repository and provide an alternative solution, reducing the emulator team maintenance scopeThe text was updated successfully, but these errors were encountered: