-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Travis Windows: Secret ENV vars break the build #3306
Comments
I bet it's the line endings conversion (CLRF <-> LF). |
It was worth a try, but using Some thoughts:
I'm not really sure how to effectively debug this without a windows machine, so I'll leave this to someone else. |
Have you tried with edit: I can try it later on Windows with 64 GNU toolchain but I think it will run fine because I have git configured correctly. |
Just tested on Windows and all tests pass. |
3418: Fix Travis Windows build r=flip1995 a=phansch Closes #3306 Co-authored-by: Philipp Hansch <[email protected]>
3418: Fix Travis Windows build r=flip1995 a=phansch Closes #3306 Co-authored-by: Philipp Hansch <[email protected]>
3418: Fix Travis Windows build r=flip1995 a=phansch Closes #3306 Co-authored-by: Philipp Hansch <[email protected]>
See #3418 for the latest attempt to fix the windows build. We have to wait for a fix from Travis CI related to secret environment variables. With the mentioned PR, the windows build would still fail on master, as that's where the environment variables are used. |
Someone on discord reported issues with UI tests. This should make sure that git never automatically converts lineendings for text files to `CRLF`. They should always be `LF` now. Probably this means that we can stop using dos2unix for rust-lang#3306, too. Taken from [Rust's .gitattributes file](https://github.com/rust-lang/rust/blob/master/.gitattributes).
Maybe adding |
This particular issue seems to be fixed now and the build continues further |
The previous build issues are resolved. Now the UI tests are failing:
https://travis-ci.org/rust-lang-nursery/rust-clippy/jobs/440797682#L746
I'm not sure what the problem is. The stderr diffs look the same on the first glance.
The text was updated successfully, but these errors were encountered: