1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-04-12 22:00:38 +01:00

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.
This commit is contained in:
Martin Nordholts 2025-04-07 06:21:23 +02:00
parent 57629bcaca
commit 3691c9945a
2 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,6 @@ jobs:
- { target: i686-unknown-linux-musl , os: ubuntu-20.04, dpkg_arch: musl-linux-i686, use-cross: true }
- { target: x86_64-apple-darwin , os: macos-13, }
- { target: aarch64-apple-darwin , os: macos-14, }
- { target: x86_64-pc-windows-gnu , os: windows-2019, }
- { target: x86_64-pc-windows-msvc , os: windows-2019, }
- { target: x86_64-unknown-linux-gnu , os: ubuntu-20.04, dpkg_arch: amd64, use-cross: true }
- { target: x86_64-unknown-linux-musl , os: ubuntu-20.04, dpkg_arch: musl-linux-amd64, use-cross: true }

View File

@ -14,6 +14,7 @@
## Other
- Work around build failures when building `bat` from vendored sources #3179 (@dtolnay)
- CICD: Stop building for x86_64-pc-windows-gnu which fails #3261 (Enselic)
## Syntaxes