You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having some files using CRLF makes things extremely messy when
using tarballs on Linux, as the git repository gets automatically
converted, but the tarball stores the original line ending,
so the two do not match anymore.
Add a step in the Analyze Step that runs dos2unix after all the others. This should ensure that no more CRLF readmes make it into our repo.
The text was updated successfully, but these errors were encountered:
Per #13903
Add a step in the
Analyze
Step that runsdos2unix
after all the others. This should ensure that no more CRLF readmes make it into our repo.The text was updated successfully, but these errors were encountered: