From 2b620d3d26739c9190a362da2e07c7f7a3e0c237 Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Mon, 1 Apr 2024 16:29:19 -0600 Subject: [PATCH] Temporarily disable CI on Haiku Issue #2350 --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 110208f080..24714602e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -299,7 +299,9 @@ jobs: # Temporarily disable armv7-unknown-linux-uclibceabihf # https://github.com/nix-rust/nix/issues/2200 #- target: armv7-unknown-linux-uclibceabihf - - target: x86_64-unknown-haiku + # Temporarily disable x86_64-unknown-haiku + # https://github.com/nix-rust/nix/issues/2350 + #- target: x86_64-unknown-haiku # Disable hurd due to # https://github.com/nix-rust/nix/issues/2306 # - target: i686-unknown-hurd-gnu