teamcity-rust-plugin icon indicating copy to clipboard operation
teamcity-rust-plugin copied to clipboard

Add support for overriding the Cargo command

Open azenla opened this issue 7 years ago • 1 comments

I am using https://github.com/japaric/cross to build i686/ARM executables of my project, but I have to do it using the shell script build step (and thus another build configuration template).

cross is CLI-compatible with Cargo, so it would be great to be able to override the Cargo command.

azenla avatar Dec 29 '17 14:12 azenla

@missingdays any chance this could be implemented? Should be quite trivial.

nirvana-msu avatar Sep 13 '22 13:09 nirvana-msu