From 827d3540c85476d3d863899b040c4ac6f7ee6cfb Mon Sep 17 00:00:00 2001 From: xtqqczze <45661989+xtqqczze@users.noreply.github.com> Date: Tue, 4 Aug 2026 01:55:52 +0100 Subject: [PATCH] ci: disable x86_64-unknown-dragonfly target due to build errors --- .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..3b735e0a2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -239,7 +239,8 @@ jobs: - run: cargo check -Z build-std --target x86_64-unknown-openbsd --all-targets --features=all-apis # Temporarily disable due to build errors. # - run: cargo check -Z build-std --target mips64-openwrt-linux-musl --all-targets --features=all-apis - - run: cargo check -Z build-std --target x86_64-unknown-dragonfly --all-targets --features=all-apis + # https://github.com/bytecodealliance/rustix/issues/1648 + # - run: cargo check -Z build-std --target x86_64-unknown-dragonfly --all-targets --features=all-apis # Temporarily disable due to build errors. # - run: cargo check -Z build-std --target sparc-unknown-linux-gnu --all-targets --features=all-apis - run: cargo check -Z build-std --target armv7-unknown-freebsd --all-targets --features=all-apis