Skip to content

Commit

Permalink
Rollup merge of rust-lang#126343 - ChrisDenton:remove-utils, r=Kobzol
Browse files Browse the repository at this point in the history
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
  • Loading branch information
matthiaskrgr committed Jun 13, 2024
2 parents 29cb7a9 + 48d3425 commit c9d783e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,6 @@ jobs:
path-type: inherit
install: >
make
dos2unix
diffutils
- name: disable git crlf conversion
run: git config --global core.autocrlf false
Expand Down

0 comments on commit c9d783e

Please sign in to comment.