chiark / gitweb /
nailing-cargo: Do not pass --target= to commands which reject it
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 11 May 2020 00:28:38 +0000 (01:28 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 11 May 2020 00:28:38 +0000 (01:28 +0100)
commit1fe9c3ca4a86366913f8c7cb225ff82c5ba03480
tree493c418183cce0b3be249ff33d579146b87d0c3c
parentb9eab48655470c21845127734d6f17331de84bb4
nailing-cargo: Do not pass --target= to commands which reject it

These are just the commands I know right now to reject it.  This list
may well need to be expanded.

It may later become necessary to have two ifs, if the set of
Cargo.lock updating commands, and the set of --target= rejecting ones,
are not the same.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
nailing-cargo