Closed burke closed 8 months ago
This switches behaviour to use cargo build instead of cargo rustc, which has the effect of sharing cache better with cargo build, but requires setting rb_sys environment in the default build.
cargo build
cargo rustc
This switches behaviour to use
cargo build
instead ofcargo rustc
, which has the effect of sharing cache better withcargo build
, but requires setting rb_sys environment in the default build.