Commit Graph
4 Commits
Author SHA1 Message Date
Mike-Solar 0e68806351 gitattributes: keep workflow manifests LF on Windows checkouts
CI / Build & test (Windows) (push) Failing after 27s
CI / Build & test (Linux) (push) Canceled after 6m11s
A CRLF ci.yml turns every step command into "cmd\r", so bash fails to
find the referenced scripts on the Windows runner ("bash
./tooling/install-deps.sh: No such file or directory" — the file is
there, the command carries a trailing CR). Same class as the golden
JSON/OVE fix: pin *.yml/*.yaml to eol=lf.
2026-08-22 20:30:20 +08:00
Mike-Solar 9aab5623bf gitattributes: keep LF in golden/test data files on Windows
The oakotio parity tests byte-compare serialized JSON against the
tests/data goldens; with only `* text=auto`, a Windows checkout hands
out CRLF and every round-trip assertion fails on the line endings
alone. Pin *.json and *.ove (XML) to eol=lf.
2026-08-21 17:49:11 +08:00
Simran Spiller f0019be680 Force LF line endings for .sh and .desktop 2020-09-23 01:47:58 +02:00
itsmattkc 0acee942f4 fix line endings 2019-06-15 07:39:55 -07:00