Auto merge of #126343 - ChrisDenton:remove-utils, r= · rust-lang/rust@818e18d (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit 818e18d

Auto merge of #126343 - ChrisDenton:remove-utils, r=

Remove some msys2 utils `dos2unix` should no longer be necessary. I suspect `diffutils` might not be needed either as (I think) only `diff` is used and that seems to be shipped with git bash at least. try-job: x86_64-msvc try-job: x86_64-msvc-ext try-job: dist-x86_64-msvc

File tree

1 file changed

lines changed

1 file changed

lines changed

Original file line number Diff line number Diff line change
@@ -95,8 +95,6 @@ jobs:
95 95 path-type: inherit
96 96 install: >
97 97 make
98 - dos2unix
99 - diffutils
100 98
101 99 - name: disable git crlf conversion
102 100 run: git config --global core.autocrlf false