SIGN IN SIGN UP

fix(ci): Fix cross-compilation (#11687)

In https://github.com/vectordotdev/vector/pull/11674 I moved
cargo/config to cargo/config.toml but neglected CI was modifying this
file which caused it to write a new cargo/config and ignore the
cargo/config.toml. I just removed that modification of cargo/config and
replaced it by using the environment variable controlling incremental
compilation.

Signed-off-by: Jesse Szwedko <jesse@szwedko.me>
J
Jesse Szwedko committed
50a503f4d2c1bbc90131ec683cdcf9437601ee8f
Parent: ae0ecad
Committed by GitHub <noreply@github.com> on 3/4/2022, 6:32:19 PM