Skip to content

Commit 50d1c94

Browse files
authored
core_unix 0.17 is also not compatible with non-glibc distributions
1 parent 7fc3f03 commit 50d1c94

File tree

1 file changed

+1
-1
lines changed
  • packages/core_unix/core_unix.v0.17.0

1 file changed

+1
-1
lines changed

packages/core_unix/core_unix.v0.17.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ depends: [
2525
"dune" {>= "3.11.0"}
2626
"spawn" {>= "v0.15"}
2727
]
28-
available: [ (arch = "x86_64" | arch = "arm64") & !(os = "freebsd" & os-version >= "14") ]
28+
available: [ (arch = "x86_64" | arch = "arm64") & !(os = "freebsd" & os-version >= "14") & os-distribution != "alpine"]
2929
synopsis: "Unix-specific portions of Core"
3030
description: "
3131
Unix-specific extensions to some of the modules defined in [core] and [core_kernel].

0 commit comments

Comments
 (0)