Skip to content

Commit a7db481

Browse files
authored
ci: bring DragonFlyBSD and Haiku CI back (#2359)
1 parent 2b6c3de commit a7db481

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -292,16 +292,12 @@ jobs:
292292
fail-fast: false
293293
matrix:
294294
include:
295-
# Temporarily disable DragonFlyBSD
296-
# https://github.com/nix-rust/nix/issues/2337
297-
# - target: x86_64-unknown-dragonfly
295+
- target: x86_64-unknown-dragonfly
298296
- target: x86_64-unknown-openbsd
299297
# Temporarily disable armv7-unknown-linux-uclibceabihf
300298
# https://github.com/nix-rust/nix/issues/2200
301299
#- target: armv7-unknown-linux-uclibceabihf
302-
# Temporarily disable x86_64-unknown-haiku
303-
# https://github.com/nix-rust/nix/issues/2350
304-
#- target: x86_64-unknown-haiku
300+
- target: x86_64-unknown-haiku
305301
# Disable hurd due to
306302
# https://github.com/nix-rust/nix/issues/2306
307303
# - target: i686-unknown-hurd-gnu

0 commit comments

Comments
 (0)