Skip to content

Commit fc78627

Browse files
authored
Unrolled build for rust-lang#126343
Rollup merge of rust-lang#126343 - ChrisDenton:remove-utils, r=Kobzol 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
2 parents d2ad293 + 48d3425 commit fc78627

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yml

-2
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,6 @@ jobs:
9595
path-type: inherit
9696
install: >
9797
make
98-
dos2unix
99-
diffutils
10098
10199
- name: disable git crlf conversion
102100
run: git config --global core.autocrlf false

0 commit comments

Comments
 (0)