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:
parent
57629bcaca
commit
3691c9945a
1
.github/workflows/CICD.yml
vendored
1
.github/workflows/CICD.yml
vendored
@ -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 }
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user