]> git.lizzy.rs Git - rust.git/commit
Merge #6912
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>
Thu, 17 Dec 2020 18:32:13 +0000 (18:32 +0000)
committerGitHub <noreply@github.com>
Thu, 17 Dec 2020 18:32:13 +0000 (18:32 +0000)
commitb55cb897e5104ef30a3d13fe36cb97d6bf6a3597
tree7f4c106f52341744575e876eb41ea13c626c49ef
parentb0e5d1efdbf81fccf655b202d2433700d6e312e1
parentfaed47b3d31d2bf533aac489046ed9efc30f239d
Merge #6912

6912: Default to host platform for cargo metadata r=jonhoo a=jonhoo

This modifies the logic for calling cargo metadata so that it will use
the host platform if no explicit target platform is given. This is
needed since cargo metadata defaults to outputting information for _all_
targets.

Fixes #6908.

Co-authored-by: Jon Gjengset <jongje@amazon.com>
Co-authored-by: Jon Gjengset <jon@thesquareplanet.com>