Fix Kokoro Windows build
Make sure .bat files are checked out as CRLF, otherwise goto will jump to the wrong offset under certain conditions. Change-Id: Iffaf2ec960890ed7f0f8bb9b62bb7724d8334941 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/131981 Commit-Queue: Antonio Maiorano <amaiorano@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: James Price <jrprice@google.com> Reviewed-by: Austin Eng <enga@chromium.org>
This commit is contained in:
parent
d22886cf52
commit
8aa6bf2119
|
@ -9,3 +9,4 @@
|
||||||
*.wgsl eol=lf
|
*.wgsl eol=lf
|
||||||
*.h eol=lf
|
*.h eol=lf
|
||||||
*.cpp eol=lf
|
*.cpp eol=lf
|
||||||
|
*.bat eol=crlf
|
||||||
|
|
Loading…
Reference in New Issue