Skip to content

Commit fcc92be

Browse files
authored
Merge pull request ocaml#27814 from Leonidas-from-XIV/core-unix-available
Core_unix: `rdtsc` unavailable on `ppc64` & `s390x`
2 parents 27f357b + ff55db3 commit fcc92be

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

packages/core_unix/core_unix.v0.17.1/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 != "arm32" & arch != "x86_32" & os-distribution != "alpine"
28+
available: arch != "arm32" & arch != "x86_32" & arch != "ppc64" & arch != "s390x" & 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)