]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #36784 - jonathandturner:env_var, r=alexcrichton
authorJonathan Turner <jonathandturner@users.noreply.github.com>
Wed, 28 Sep 2016 17:33:57 +0000 (10:33 -0700)
committerGitHub <noreply@github.com>
Wed, 28 Sep 2016 17:33:57 +0000 (10:33 -0700)
commit723ddd1ca759ba6fb2db303456122d2d2b6a55bc
tree64a694b3c85102d30d2c81546685e655538c0e17
parent452bb07050e720381dbf4a850e1bdb1c315318e8
parent5b6638ace0e615b3f271467cbf614d130b24db38
Rollup merge of #36784 - jonathandturner:env_var, r=alexcrichton

Remove requirement to use 10.7 (fixes macOS)

Fixes https://github.com/rust-lang/rust/issues/36650 by removing the requirement to use 10.7.  @alexcrichton pointed out that the buildbots won't be affected, since they set the requirement with an environment variable.

This should now allow rustbuild to build Rust on macOS (nee OS X)

r? @alexcrichton