Skip to content

Commit e28c864

Browse files
authored
Merge pull request #27816 from Leonidas-from-XIV/core-unix-alpine
`core_unix` FTBFS on Alpine
2 parents 997e475 + c45383e commit e28c864

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

packages/core_unix/core_unix.v0.15.2/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ description: "
2929
Unix-specific extensions to some of the modules defined in [core] and [core_kernel].
3030
"
3131
depexts: ["linux-headers"] {os-family = "alpine"}
32-
available: [ !(os = "freebsd" & os-version >= "14") ]
32+
available: [ !(os = "freebsd" & os-version >= "14") & os-distribution != "alpine" ]
3333
url {
3434
src: "https://github.com/janestreet/core_unix/archive/refs/tags/v0.15.2.tar.gz"
3535
checksum: "sha256=486d0e954603960fa081b3fd23e3cc3e50ac0892544acd35f9c2919c4bf5f67b"

0 commit comments

Comments
 (0)