tobias-stadler wrote: > @tobias-stadler I'm seeing this test fail when trying to use the release > binary script on the github runners. Do you have any ideas why it might be > failing. Looks like it could be a line ending or whitespace issue. (edit: > This is on Windows). > > https://github.com/llvm/llvm-project/actions/runs/18698571133/job/53322121191?pr=150793
Interesting, this passed the Windows CI. My best guess is that this is a line ending issue with the `diff` command. We might need to pass `-Z` or avoid the diff command altogether. This could depend on if git is configured to checkout CRLF line-endings or not. I don't have a Windows machine set up, so no good way to quickly troubleshoot this. https://github.com/llvm/llvm-project/pull/159784 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
