Skip to content

Commit 346c1c3

Browse files
authored
ci: disable the DragonFlyBSD CI (#2335)
1 parent ce0f5b1 commit 346c1c3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,9 @@ jobs:
292292
fail-fast: false
293293
matrix:
294294
include:
295-
- target: x86_64-unknown-dragonfly
295+
# Temporarily disable DragonFlyBSD
296+
# https://github.com/nix-rust/nix/issues/2337
297+
# - target: x86_64-unknown-dragonfly
296298
- target: x86_64-unknown-openbsd
297299
# Temporarily disable armv7-unknown-linux-uclibceabihf
298300
# https://github.com/nix-rust/nix/issues/2200

0 commit comments

Comments
 (0)