]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #64611 - alexcrichton:no-libstd-twice, r=Mark-Simulacrum
authorMazdak Farrokhzad <twingoow@gmail.com>
Thu, 19 Sep 2019 16:31:43 +0000 (18:31 +0200)
committerGitHub <noreply@github.com>
Thu, 19 Sep 2019 16:31:43 +0000 (18:31 +0200)
rustbuild: Don't package libstd twice

Looks like the packaging step for the standard library was happening
twice on CI, but it only needs to happen once! The `Analysis` packaging
step accidentally packaged `Std` instead of relying on compiling `Std`,
which meant that we ended up packaging it twice erroneously.


Trivial merge