]> git.lizzy.rs Git - rust.git/commit
Auto merge of #62564 - Mark-Simulacrum:azure-line-endings, r=pietroalbini
authorbors <bors@rust-lang.org>
Wed, 10 Jul 2019 19:36:42 +0000 (19:36 +0000)
committerbors <bors@rust-lang.org>
Wed, 10 Jul 2019 19:36:42 +0000 (19:36 +0000)
commitcd2cd4c9627e52c33e68e8c93a8916dc11094cbb
tree11040dff2aaae02770c9260406a500d8688be2fd
parentc6a9e766f90a5271c2356fbc7941e38559200ab5
parentdf725c28d68d049aa29e06548961193531a9b891
Auto merge of #62564 - Mark-Simulacrum:azure-line-endings, r=pietroalbini

Ensure that checkout is with \n line endings

During installation of mingw, at least, the git directories change, so
we need to reset the core.autocrlf config to false.

Once we finish checking out submodules, check that the line endings are
\n and not \r\n.

Artifacts were built via the last try on #62545; I've manually confirmed that `install.sh` appears to no longer have `\r\n` line endings.

Fixes #62276.