Skip to content

Commit e8d9949

Browse files
authored
ci: Disable UWP windows target for now (#1093)
It appears this target is broken in upstream Rust. cc rust-lang/rust#100400 Signed-off-by: John Nunley <[email protected]>
1 parent 8f89123 commit e8d9949

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,8 @@ jobs:
219219
# Omit --all-targets on haiku because not all the tests build yet.
220220
# Temporarily disable this because the target appears to have breakage on nightly.
221221
#- run: cargo check -Z build-std --target x86_64-unknown-haiku --features=all-apis
222-
- run: cargo check -Z build-std --target x86_64-uwp-windows-msvc --all-targets --features=all-apis
222+
# Temporarily disable this because the target appears to have breakage on nightly.
223+
#- run: cargo check -Z build-std --target x86_64-uwp-windows-msvc --all-targets --features=all-apis
223224
# Temporarily disable riscv32imc-esp-espidf due to std using SOMAXCONN.
224225
#- run: cargo check -Z build-std --target=riscv32imc-esp-espidf --features=all-apis
225226
- run: cargo check -Z build-std --target=aarch64-unknown-nto-qnx710 --features=all-apis

0 commit comments

Comments
 (0)