From 03ad94f1325c51e3602c5b9497587bfc09eea858 Mon Sep 17 00:00:00 2001 From: xtqqczze <45661989+xtqqczze@users.noreply.github.com> Date: Thu, 6 Aug 2026 23:52:33 +0100 Subject: [PATCH] ci: disable x86_64-unknown-dragonfly target due to broken std --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 062876279..45dc008d0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -248,7 +248,8 @@ jobs: - run: cargo check -Z build-std --target x86_64-unknown-haiku --all-targets --features=all-apis # Temporarily disable due to build errors on nightly. # - run: cargo check -Z build-std --target x86_64-uwp-windows-msvc --all-targets --features=all-apis - - run: cargo check -Z build-std --target=riscv32imc-esp-espidf --features=all-apis + # https://github.com/bytecodealliance/rustix/issues/1652 + # - 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 - run: cargo check -Z build-std --target=x86_64-pc-nto-qnx710 --features=all-apis # Temporarily disable due to build errors on nightly.