From 8aa6bf2119eda228da7ed157f433ad314815bf49 Mon Sep 17 00:00:00 2001 From: Antonio Maiorano Date: Mon, 8 May 2023 17:04:38 +0000 Subject: [PATCH] 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 Kokoro: Kokoro Reviewed-by: James Price Reviewed-by: Austin Eng --- .gitattributes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index a0a0cf37d3..98f6196aea 100644 --- a/.gitattributes +++ b/.gitattributes @@ -8,4 +8,5 @@ *.spvasm eol=lf *.wgsl eol=lf *.h eol=lf -*.cpp eol=lf \ No newline at end of file +*.cpp eol=lf +*.bat eol=crlf