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
{{ message }}
This repository was archived by the owner on Apr 4, 2023. It is now read-only.
Is your feature request related to a problem? Please describe.
Building Nerpa is slow. A large part of this is because we build many Rust crates in scripts/build-nerpa.sh. It will be useful to figure out how we can call cargo build fewer times.
Describe the solution you'd like
Deleting several cargo build calls from scripts/build-nerpa.sh is likely the best approach.
Is your feature request related to a problem? Please describe.
Building Nerpa is slow. A large part of this is because we build many Rust crates in
scripts/build-nerpa.sh. It will be useful to figure out how we can callcargo buildfewer times.Describe the solution you'd like
Deleting several
cargo buildcalls fromscripts/build-nerpa.shis likely the best approach.Describe alternatives you've considered
No response
Additional context
No response