Skip to content

Commit

Permalink
ci: Disable UWP windows target for now (#1093)
Browse files Browse the repository at this point in the history
It appears this target is broken in upstream Rust.

cc rust-lang/rust#100400

Signed-off-by: John Nunley <[email protected]>
  • Loading branch information
notgull authored Jul 25, 2024
1 parent 8f89123 commit e8d9949
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,8 @@ jobs:
# Omit --all-targets on haiku because not all the tests build yet.
# Temporarily disable this because the target appears to have breakage on nightly.
#- run: cargo check -Z build-std --target x86_64-unknown-haiku --features=all-apis
- run: cargo check -Z build-std --target x86_64-uwp-windows-msvc --all-targets --features=all-apis
# Temporarily disable this because the target appears to have breakage on nightly.
#- run: cargo check -Z build-std --target x86_64-uwp-windows-msvc --all-targets --features=all-apis
# Temporarily disable riscv32imc-esp-espidf due to std using SOMAXCONN.
#- run: cargo check -Z build-std --target=riscv32imc-esp-espidf --features=all-apis
- run: cargo check -Z build-std --target=aarch64-unknown-nto-qnx710 --features=all-apis
Expand Down

0 comments on commit e8d9949

Please sign in to comment.