]> git.lizzy.rs Git - rust.git/commit
Auto merge of #62279 - pietroalbini:fix-azure-crlf, r=alexcrichton
authorbors <bors@rust-lang.org>
Mon, 1 Jul 2019 22:33:54 +0000 (22:33 +0000)
committerbors <bors@rust-lang.org>
Mon, 1 Jul 2019 22:33:54 +0000 (22:33 +0000)
commit99abdfa0b515431133cb38d164e794a51ab58e36
tree860d2584a4f12cefc3eed32dbdca4004c39f15a4
parent17e62f77f954bed97aae839624bfd6dd68342daf
parent239a404cae1bebbd0fe6e01688e8cf94be3a6c52
Auto merge of #62279 - pietroalbini:fix-azure-crlf, r=alexcrichton

ci: explicitly disable CRLF conversion on Windows

The Azure image enables CRLF conversion on Windows builders, but that caused regressions both in our test suite (the miri test suite broke) and in the ecosystem, since we started shipping install scripts with CRLF endings instead of the old LF. The [Godbolt Compiler Explorer](https://godbolt.org/) is one such case of breakage.

This adds a step to the build explicitly disabling the conversion before the repository is checked out.

r? @alexcrichton
cc @gnzlbg