Skip to content

Commit 5d47e15

Browse files
authored
Temporarily disable CI on Haiku (#2351)
Issue #2350
1 parent 4ab23c3 commit 5d47e15

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,9 @@ jobs:
299299
# Temporarily disable armv7-unknown-linux-uclibceabihf
300300
# https://github.com/nix-rust/nix/issues/2200
301301
#- target: armv7-unknown-linux-uclibceabihf
302-
- target: x86_64-unknown-haiku
302+
# Temporarily disable x86_64-unknown-haiku
303+
# https://github.com/nix-rust/nix/issues/2350
304+
#- target: x86_64-unknown-haiku
303305
# Disable hurd due to
304306
# https://github.com/nix-rust/nix/issues/2306
305307
# - target: i686-unknown-hurd-gnu

0 commit comments

Comments
 (0)