Skip to content

Commit

Permalink
Jammy ppc64le isn't working at the moment
Browse files Browse the repository at this point in the history
  • Loading branch information
dra27 committed Jan 24, 2022
1 parent 289631d commit ee5549d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src-opam/dockerfile_distro.ml
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,9 @@ let distro_arches ov (d:t) =
| `Debian `V10, ov when OV.(compare Releases.v4_05_0 ov) = -1 -> [ `I386; `X86_64; `Aarch64; `Ppc64le; `Aarch32; `S390x ]
| `Debian `V9, ov when OV.(compare Releases.v4_05_0 ov) = -1 -> [ `I386; `X86_64; `Aarch64; `Aarch32 ]
| `Alpine (`V3_6 | `V3_7 | `V3_8 | `V3_9 | `V3_10 | `V3_11 | `V3_12 | `V3_13 | `V3_14 | `V3_15), ov when OV.(compare Releases.v4_05_0 ov) = -1 -> [ `X86_64; `Aarch64 ]
| `Ubuntu (`V18_04|`V20_04|`V20_10|`V21_04|`V21_10|`V22_04), ov when OV.(compare Releases.v4_05_0 ov) = -1 -> [ `X86_64; `Aarch64; `Ppc64le ]
(* 2022-01-24: ppc64le seems to be broken on Jammy at the moment? *)
| `Ubuntu `V22_04, ov when OV.(compare Releases.v4_05_0 ov) = -1 -> [ `X86_64; `Aarch64]
| `Ubuntu (`V18_04|`V20_04|`V20_10|`V21_04|`V21_10), ov when OV.(compare Releases.v4_05_0 ov) = -1 -> [ `X86_64; `Aarch64; `Ppc64le ]
| `Fedora (`V33|`V34|`V35), ov when OV.(compare Releases.v4_08_0 ov) = -1 -> [ `X86_64; `Aarch64 ]
(* 2021-04-19: should be 4.03 but there's a linking failure until 4.06. *)
| `Windows (`Msvc, _), ov when OV.(compare Releases.v4_06_0 ov) = 1 -> []
Expand Down

0 comments on commit ee5549d

Please sign in to comment.