Skip to content

Commit 6f16e06

Browse files
committed
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 <[email protected]>
1 parent 9b44f2e commit 6f16e06

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,10 @@ jobs:
3737
platform:
3838
- { target: x86_64-pc-windows-msvc, os: windows-latest, }
3939
- { target: i686-pc-windows-msvc, os: windows-latest, }
40-
- { target: x86_64-pc-windows-gnu, os: windows-latest, host: -x86_64-pc-windows-gnu }
41-
- { target: i686-pc-windows-gnu, os: windows-latest, host: -i686-pc-windows-gnu }
40+
# TODO: wait for https://github.com/microsoft/windows-rs/issues/2614#issuecomment-1684152597
41+
# to be resolved before re-enabling these
42+
# - { target: x86_64-pc-windows-gnu, os: windows-latest, host: -x86_64-pc-windows-gnu }
43+
# - { target: i686-pc-windows-gnu, os: windows-latest, host: -i686-pc-windows-gnu }
4244
- { target: i686-unknown-linux-gnu, os: ubuntu-latest, }
4345
- { target: x86_64-unknown-linux-gnu, os: ubuntu-latest, }
4446
- { target: x86_64-unknown-linux-gnu, os: ubuntu-latest, options: --no-default-features, features: "x11,x11-dlopen" }

0 commit comments

Comments
 (0)