ci: Temporarily disable Windows GNU CI
They are currently failing due to what we believe is a bug in the Windows bindings for Rust. For now, disable these until this bug is resolved. Closes #142 Signed-off-by: John Nunley <dev@notgull.net>
This commit is contained in:
parent
908408ba80
commit
1b2aaa2e16
1 changed files with 4 additions and 2 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
|
@ -37,8 +37,10 @@ jobs:
|
|||
platform:
|
||||
- { target: x86_64-pc-windows-msvc, os: windows-latest, }
|
||||
- { target: i686-pc-windows-msvc, os: windows-latest, }
|
||||
- { target: x86_64-pc-windows-gnu, os: windows-latest, host: -x86_64-pc-windows-gnu }
|
||||
- { target: i686-pc-windows-gnu, os: windows-latest, host: -i686-pc-windows-gnu }
|
||||
# TODO: wait for https://github.com/microsoft/windows-rs/issues/2614#issuecomment-1684152597
|
||||
# to be resolved before re-enabling these
|
||||
# - { target: x86_64-pc-windows-gnu, os: windows-latest, host: -x86_64-pc-windows-gnu }
|
||||
# - { target: i686-pc-windows-gnu, os: windows-latest, host: -i686-pc-windows-gnu }
|
||||
- { target: i686-unknown-linux-gnu, os: ubuntu-latest, }
|
||||
- { target: x86_64-unknown-linux-gnu, os: ubuntu-latest, }
|
||||
- { target: x86_64-unknown-linux-gnu, os: ubuntu-latest, options: --no-default-features, features: "x11,x11-dlopen" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue