Skip to content

Commit 82edf1f

Browse files
committed
CICD: Stop building for x86_64-pc-windows-gnu which fails
Let's not build for platforms that are broken. If someone fixes the build we can of course add it back.
1 parent 57629bc commit 82edf1f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/CICD.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,6 @@ jobs:
173173
- { target: i686-unknown-linux-musl , os: ubuntu-20.04, dpkg_arch: musl-linux-i686, use-cross: true }
174174
- { target: x86_64-apple-darwin , os: macos-13, }
175175
- { target: aarch64-apple-darwin , os: macos-14, }
176-
- { target: x86_64-pc-windows-gnu , os: windows-2019, }
177176
- { target: x86_64-pc-windows-msvc , os: windows-2019, }
178177
- { target: x86_64-unknown-linux-gnu , os: ubuntu-20.04, dpkg_arch: amd64, use-cross: true }
179178
- { target: x86_64-unknown-linux-musl , os: ubuntu-20.04, dpkg_arch: musl-linux-amd64, use-cross: true }

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
## Other
1515

1616
- Work around build failures when building `bat` from vendored sources #3179 (@dtolnay)
17+
- CICD: Stop building for x86_64-pc-windows-gnu which fails #3261 (Enselic)
1718

1819
## Syntaxes
1920

0 commit comments

Comments
 (0)