Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(ci): remove redundant build profile
It's not clear to me why profile.dev was being written to Cargo.toml by slim-builds.sh given that all of the values are defaulted. The one value, `incremental`, that is changed, is changed in `~/.cargo/config` which will override any profiles. > The incremental value can be overridden globally with the CARGO_INCREMENTAL environment variable or the build.incremental config variable. https://doc.rust-lang.org/cargo/reference/profiles.html#incremental I think the release profile is similar, but will be removed by #6202 so I left it for now. Signed-off-by: Jesse Szwedko <jesse@szwedko.me>
- Loading branch information