Skip to content

Commit 6b8da34

Browse files
authored
build: fix crate vendor file checksums on windows
PR-URL: #61329 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Aviv Keller <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 4ddde92 commit 6b8da34

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
test/fixtures/* -text
22
vcbuild.bat text eol=crlf
3+
# disable eol conversion in vendored files.
4+
deps/crates/vendor/**/* -text
35
deps/npm/bin/npm text eol=lf
46
deps/npm/bin/npx text eol=lf
57
deps/corepack/shims/corepack text eol=lf

0 commit comments

Comments
 (0)