authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2020-09-16 11:58:26-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2020-09-16 11:58:26-07:00
loga863d899e121f11fd21c3bd14afe47a9a0ff23b5
tree18bcfeb74c058ea1074819eb3b4338faefb35ba2
parent80d8515e3a9aa1edf2549a190e8e4d495d8028ca

ci: undo mangled autocrlf files before building


1 files changed, 2 insertions(+), 0 deletions(-)

ci/azure/windows_mingw_script+2
...@@ -11,6 +11,8 @@ git config core.abbrev 9...@@ -11,6 +11,8 @@ git config core.abbrev 9
11# git is mangling files on Windows by default.11# git is mangling files on Windows by default.
12# This is the second bug I've tracked down to being caused by autocrlf.12# This is the second bug I've tracked down to being caused by autocrlf.
13git config core.autocrlf false13git config core.autocrlf false
14# Too late; the files are already mangled.
15git checkout .
1416
15ZIGBUILDDIR="$(pwd)/build"17ZIGBUILDDIR="$(pwd)/build"
16PREFIX="$ZIGBUILDDIR/dist"18PREFIX="$ZIGBUILDDIR/dist"