From defab065c3defc8383ed1d86d53861abdb4e8531 Mon Sep 17 00:00:00 2001 From: SteveLauC Date: Wed, 12 Jun 2024 12:35:16 +0800 Subject: [PATCH] chore: enable haiku CI (#2446) --- .github/workflows/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 87ea9508db..57220f50c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -297,13 +297,12 @@ jobs: include: - target: x86_64-unknown-dragonfly - target: x86_64-unknown-openbsd + - target: x86_64-unknown-haiku + # Temporarily disable armv7-unknown-linux-uclibceabihf # https://github.com/nix-rust/nix/issues/2200 #- target: armv7-unknown-linux-uclibceabihf - # https://github.com/nix-rust/nix/issues/2441 - # - target: x86_64-unknown-haiku - # Disable hurd due to # https://github.com/nix-rust/nix/issues/2306 # - target: i686-unknown-hurd-gnu