File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -292,16 +292,12 @@ jobs:
292
292
fail-fast : false
293
293
matrix :
294
294
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
298
296
- target : x86_64-unknown-openbsd
299
297
# Temporarily disable armv7-unknown-linux-uclibceabihf
300
298
# https://github.com/nix-rust/nix/issues/2200
301
299
# - 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
305
301
# Disable hurd due to
306
302
# https://github.com/nix-rust/nix/issues/2306
307
303
# - target: i686-unknown-hurd-gnu
You can’t perform that action at this time.
0 commit comments