From 0b0f43ef72cc18977b13a41fc4970c720d2cdfb6 Mon Sep 17 00:00:00 2001 From: Chengzhong Wu Date: Fri, 9 Jan 2026 10:58:37 -0500 Subject: [PATCH] build: fix crate vendor file checksums on windows --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index bbfe62e6a034fd..36b6c2b11d095b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,7 @@ test/fixtures/* -text vcbuild.bat text eol=crlf +# disable eol conversion in vendored files. +deps/crates/vendor/**/* -text deps/npm/bin/npm text eol=lf deps/npm/bin/npx text eol=lf deps/corepack/shims/corepack text eol=lf