Skip to content

Commit 5312936

Browse files
authored
Merge pull request #24130 from dra27/5.x-restored-arches
Correct 32-bit architectures for 5.1 and 5.2
2 parents e8f8b4c + 1abb591 commit 5312936

File tree

8 files changed

+8
-7
lines changed
  • packages
    • ocaml-base-compiler
      • ocaml-base-compiler.5.1.0~alpha1
      • ocaml-base-compiler.5.1.0~alpha2
      • ocaml-base-compiler.5.1.0~beta1
    • ocaml-variants
      • ocaml-variants.5.1.0+trunk
      • ocaml-variants.5.1.0~alpha1+options
      • ocaml-variants.5.1.0~alpha2+options
      • ocaml-variants.5.1.0~beta1+options
      • ocaml-variants.5.2.0+trunk

8 files changed

+8
-7
lines changed

packages/ocaml-base-compiler/ocaml-base-compiler.5.1.0~alpha1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ depends: [
1414
"base-domains" {post}
1515
"base-nnp" {post}
1616
"ocaml-options-vanilla" {post}
17-
"ocaml-option-bytecode-only" {arch = "ppc64" | arch = "s390x"}
17+
"ocaml-option-bytecode-only" {arch != "arm64" & arch != "x86_64" & arch != "riscv64"}
1818
"ocaml-beta" {opam-version < "2.1.0"}
1919
]
2020
conflict-class: "ocaml-core-compiler"

packages/ocaml-base-compiler/ocaml-base-compiler.5.1.0~alpha2/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ depends: [
1414
"base-domains" {post}
1515
"base-nnp" {post}
1616
"ocaml-options-vanilla" {post}
17-
"ocaml-option-bytecode-only" {arch = "ppc64"}
17+
"ocaml-option-bytecode-only" {arch != "arm64" & arch != "x86_64" & arch != "s390x" & arch != "riscv64"}
1818
"ocaml-beta" {opam-version < "2.1.0"}
1919
]
2020
conflict-class: "ocaml-core-compiler"

packages/ocaml-base-compiler/ocaml-base-compiler.5.1.0~beta1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ depends: [
1414
"base-domains" {post}
1515
"base-nnp" {post}
1616
"ocaml-options-vanilla" {post}
17-
"ocaml-option-bytecode-only" {arch = "ppc64"}
17+
"ocaml-option-bytecode-only" {arch != "arm64" & arch != "x86_64" & arch != "s390x" & arch != "riscv64"}
1818
"ocaml-beta" {opam-version < "2.1.0"}
1919
]
2020
conflict-class: "ocaml-core-compiler"

packages/ocaml-variants/ocaml-variants.5.1.0+trunk/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ depends: [
1313
"base-threads" {post}
1414
"base-domains" {post}
1515
"base-nnp" {post}
16-
"ocaml-option-bytecode-only" {arch = "ppc64"}
16+
"ocaml-option-bytecode-only" {arch != "arm64" & arch != "x86_64" & arch != "s390x" & arch != "riscv64"}
1717
"ocaml-beta" {opam-version < "2.1.0"}
1818
]
1919
conflict-class: "ocaml-core-compiler"

packages/ocaml-variants/ocaml-variants.5.1.0~alpha1+options/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ depends: [
1313
"base-threads" {post}
1414
"base-domains" {post}
1515
"base-nnp" {post}
16-
"ocaml-option-bytecode-only" {arch = "ppc64" | arch = "s390x"}
16+
"ocaml-option-bytecode-only" {arch != "arm64" & arch != "x86_64" & arch != "riscv64"}
1717
"ocaml-beta" {opam-version < "2.1.0"}
1818
]
1919
conflict-class: "ocaml-core-compiler"

packages/ocaml-variants/ocaml-variants.5.1.0~alpha2+options/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ depends: [
1313
"base-threads" {post}
1414
"base-domains" {post}
1515
"base-nnp" {post}
16-
"ocaml-option-bytecode-only" {arch = "ppc64"}
16+
"ocaml-option-bytecode-only" {arch != "arm64" & arch != "x86_64" & arch != "s390x" & arch != "riscv64"}
1717
"ocaml-beta" {opam-version < "2.1.0"}
1818
]
1919
conflict-class: "ocaml-core-compiler"

packages/ocaml-variants/ocaml-variants.5.1.0~beta1+options/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ depends: [
1313
"base-threads" {post}
1414
"base-domains" {post}
1515
"base-nnp" {post}
16-
"ocaml-option-bytecode-only" {arch = "ppc64"}
16+
"ocaml-option-bytecode-only" {arch != "arm64" & arch != "x86_64" & arch != "s390x" & arch != "riscv64"}
1717
"ocaml-beta" {opam-version < "2.1.0"}
1818
]
1919
conflict-class: "ocaml-core-compiler"

packages/ocaml-variants/ocaml-variants.5.2.0+trunk/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ depends: [
1313
"base-threads" {post}
1414
"base-domains" {post}
1515
"base-nnp" {post}
16+
"ocaml-option-bytecode-only" {arch != "arm64" & arch != "x86_64" & arch != "s390x" & arch != "riscv64" & arch != "ppc64"}
1617
"ocaml-beta" {opam-version < "2.1.0"}
1718
]
1819
conflict-class: "ocaml-core-compiler"

0 commit comments

Comments
 (0)