]> granicus.if.org Git - graphviz/commit
use 'sed' instead of 'rm;git-checkout' to fix CRLF line endings in Cygwin CI
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 23 Nov 2021 03:20:19 +0000 (19:20 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 4 Dec 2021 15:38:34 +0000 (07:38 -0800)
commit4457e9dfdb7404b19715a6d75c9f46a67de2a60d
treeca97028736ec2233562ab7488ab2cd69957a3940
parent1c1b4271ae336dfcc6dee1c6b1779781aa68bd46
use 'sed' instead of 'rm;git-checkout' to fix CRLF line endings in Cygwin CI

Only selective artifacts in the repository are sensitive to line endings. E.g.
C/C++ and Python code is happily parsed by the compiler/interpreter regardless
of which line ending style it uses.

This should hopefully accelerate the Cygwin CI tasks slightly. The assumption is
that running `sed` on a few files should be faster than deleting all files and
recreating them.
.gitlab-ci.yml