Skip to content

Commit 07b1684

Browse files
committed
up
1 parent 88d116a commit 07b1684

3 files changed

Lines changed: 2 additions & 24 deletions

File tree

.cargo/config.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
dev-install = "run -- --no-modify-path -y"
33

44
[target.x86_64-pc-windows-gnu]
5-
linker = "ld.lld.exe"
6-
rustflags = ["-C", "link-self-contained=no", "-C", "link-arg=-fuse-ld=lld"]
5+
rustflags = ["-C", "link-arg=-fuse-ld=lld"]
76

87
[target.i686-pc-windows-gnu]
9-
linker = "ld.lld.exe"
10-
rustflags = ["-C", "link-self-contained=no", "-C", "link-arg=-fuse-ld=lld"]
8+
rustflags = ["-C", "link-arg=-fuse-ld=lld"]

.github/workflows/ci.yaml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,6 @@ jobs:
5555
New-Item "${env:USERPROFILE}\.cargo\registry" -ItemType Directory -Force
5656
New-Item "${env:USERPROFILE}\.cargo\git" -ItemType Directory -Force
5757
shell: powershell
58-
- name: Install mingw
59-
shell: powershell
60-
if: matrix.mingwdir != ''
61-
run: |
62-
choco install mingw -y --no-progress
6358
- name: Set PATH
6459
run: |
6560
echo "%USERPROFILE%\.cargo\bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
@@ -189,11 +184,6 @@ jobs:
189184
New-Item "${env:USERPROFILE}\.cargo\registry" -ItemType Directory -Force
190185
New-Item "${env:USERPROFILE}\.cargo\git" -ItemType Directory -Force
191186
shell: powershell
192-
- name: Install mingw
193-
shell: powershell
194-
if: matrix.mingwdir != ''
195-
run: |
196-
choco install mingw -y --no-progress
197187
- name: Set PATH
198188
run: |
199189
echo "%USERPROFILE%\.cargo\bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
@@ -327,11 +317,6 @@ jobs:
327317
New-Item "${env:USERPROFILE}\.cargo\registry" -ItemType Directory -Force
328318
New-Item "${env:USERPROFILE}\.cargo\git" -ItemType Directory -Force
329319
shell: powershell
330-
- name: Install mingw
331-
shell: powershell
332-
if: matrix.mingwdir != ''
333-
run: |
334-
choco install mingw -y --no-progress
335320
- name: Set PATH
336321
run: |
337322
echo "%USERPROFILE%\.cargo\bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8

ci/actions-templates/windows-builds-template.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,6 @@ jobs: # skip-master skip-pr skip-stable
4747
New-Item "${env:USERPROFILE}\.cargo\registry" -ItemType Directory -Force
4848
New-Item "${env:USERPROFILE}\.cargo\git" -ItemType Directory -Force
4949
shell: powershell
50-
- name: Install mingw
51-
shell: powershell
52-
if: matrix.mingwdir != ''
53-
run: |
54-
choco install mingw -y --no-progress
5550
- name: Set PATH
5651
run: |
5752
echo "%USERPROFILE%\.cargo\bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8

0 commit comments

Comments
 (0)