File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,6 +48,6 @@ build: [
4848]
4949tags: ["org:mirage"]
5050depexts: [
51- ["ca_root_nss"] {os = "freebsd"}
51+ ["ca_root_nss"] {os = "freebsd" | os = "dragonfly" }
5252]
5353x-maintenance-intent: [ "(latest)" ]
Original file line number Diff line number Diff line change @@ -14,6 +14,6 @@ build: [
1414]
1515tags: ["org:mirage"]
1616depexts: [
17- ["ca_root_nss"] {os = "freebsd"}
17+ ["ca_root_nss"] {os = "freebsd" | os = "dragonfly" }
1818]
1919x-maintenance-intent: [ "(latest)" ]
Original file line number Diff line number Diff line change @@ -101,6 +101,7 @@ let system_trust_anchors () =
101101 let * os = Bos.OS.Cmd. (run_out cmd |> out_string |> success) in
102102 match os with
103103 | "FreeBSD" -> detect_one freebsd_location
104+ | "DragonFly" -> detect_one freebsd_location
104105 | "OpenBSD" -> detect_one openbsd_location
105106 | "Linux" -> detect_list linux_locations
106107 | "Darwin" ->
You can’t perform that action at this time.
0 commit comments